chore(main): release 1.379.4 (#4238)

* chore(main): release 1.379.4

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-08-14 14:48:36 +02:00
committed by GitHub
co-authored by rubenfiszel
parent 246f3661fc
commit 2104eaeaf5
16 changed files with 50 additions and 39 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## [1.379.4](https://github.com/windmill-labs/windmill/compare/v1.379.3...v1.379.4) (2024-08-14)
### Bug Fixes
* add missing change for better key renewal ([#4237](https://github.com/windmill-labs/windmill/issues/4237)) ([f88efc2](https://github.com/windmill-labs/windmill/commit/f88efc2380bf5b055b2633b24cb94fc46e6cdca5))
* fix transformer issue after proxy change for apps ([ad69876](https://github.com/windmill-labs/windmill/commit/ad698768e8fdbcc4a90f138f74ceee20d2d68a9b))
* handle time with tz col type in pg ([#4239](https://github.com/windmill-labs/windmill/issues/4239)) ([c09f078](https://github.com/windmill-labs/windmill/commit/c09f078928fb9f4b52df641580505d98bb728aa0))
* use job timeout for snowflake timeout ([#4240](https://github.com/windmill-labs/windmill/issues/4240)) ([3bd461f](https://github.com/windmill-labs/windmill/commit/3bd461ffa1fcbe19c9007b1b15970be21cff08ef))
## [1.379.3](https://github.com/windmill-labs/windmill/compare/v1.379.2...v1.379.3) (2024-08-13)
+23 -22
View File
@@ -1613,12 +1613,13 @@ dependencies = [
[[package]]
name = "cc"
version = "1.1.10"
version = "1.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189"
dependencies = [
"jobserver",
"libc",
"shlex",
]
[[package]]
@@ -10408,7 +10409,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"axum",
@@ -10448,7 +10449,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"argon2",
@@ -10532,7 +10533,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -10550,7 +10551,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"chrono",
"serde",
@@ -10563,7 +10564,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"async-stream",
@@ -10604,7 +10605,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"regex",
"rsmq_async",
@@ -10619,7 +10620,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"bytes",
@@ -10640,7 +10641,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"serde",
"serde_json",
@@ -10648,7 +10649,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -10659,7 +10660,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"gosyn",
@@ -10671,7 +10672,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -10682,7 +10683,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10696,7 +10697,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -10707,7 +10708,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"async-recursion",
@@ -10724,7 +10725,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -10735,7 +10736,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10754,7 +10755,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"getrandom 0.2.15",
@@ -10773,7 +10774,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"async-recursion",
@@ -10806,7 +10807,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -10816,7 +10817,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.379.3"
version = "1.379.4"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.379.3"
version = "1.379.4"
authors.workspace = true
edition.workspace = true
@@ -25,7 +25,7 @@ members = [
]
[workspace.package]
version = "1.379.3"
version = "1.379.4"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.379.3
version: 1.379.4
title: Windmill API
contact:
+1 -1
View File
@@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts";
import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts";
import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts";
export const VERSION = "v1.379.3";
export const VERSION = "v1.379.4";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -34,7 +34,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.379.3";
export const VERSION = "v1.379.4";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.379.3",
"version": "1.379.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.379.3",
"version": "1.379.4",
"license": "AGPL-3.0",
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.379.3",
"version": "1.379.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.379.3"
wmill_pg = ">=1.379.3"
wmill = ">=1.379.4"
wmill_pg = ">=1.379.4"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.379.3
version: 1.379.4
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.379.3'
ModuleVersion = '1.379.4'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.379.3"
version = "1.379.4"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.379.3"
version = "1.379.4"
description = "An extension client for the wmill client library focused on pg"
license = "Apache-2.0"
homepage = "https://windmill.dev"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@windmill/windmill",
"version": "1.379.3",
"version": "1.379.4",
"exports": "./src/index.ts",
"publish": {
"exclude": ["!src", "./s3Types.ts", "./client.ts"]
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.379.3",
"version": "1.379.4",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.379.3
1.379.4