diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae80e6828..d5ce2cb10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.394.1](https://github.com/windmill-labs/windmill/compare/v1.394.0...v1.394.1) (2024-09-11) + + +### Bug Fixes + +* default success handler key can be viewed by anyone in the workspace ([c44e0d3](https://github.com/windmill-labs/windmill/commit/c44e0d37426599186a890f11a079bf2c2030e32d)) +* handle better same_worker flow monitor ([4720237](https://github.com/windmill-labs/windmill/commit/4720237091d4f41d85d9a0f177428d7c3e6d917e)) +* same worker is transitive on nested flows ([decb487](https://github.com/windmill-labs/windmill/commit/decb4873f1d6080f90c1fb2a8dac70423ae2d11a)) + ## [1.394.0](https://github.com/windmill-labs/windmill/compare/v1.393.4...v1.394.0) (2024-09-10) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 803bff5d5b..eddd149cbf 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -756,9 +756,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "aws-config" -version = "1.5.5" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697" +checksum = "848d7b9b605720989929279fa644ce8f244d0ce3146fcca5b70e4eb7b3c020fc" dependencies = [ "aws-credential-types", "aws-runtime", @@ -798,9 +798,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f" +checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -823,9 +823,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af0a3f676cba2c079c9563acc9233998c8951cdbe38629a0bef3c8c1b02f3658" +checksum = "27bf24cd0d389daa923e974b0e7c38daf308fc21e963c049f57980235017175e" dependencies = [ "aws-credential-types", "aws-runtime", @@ -845,9 +845,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c91b6a04495547162cf52b075e3c15a17ab6608bf9c5785d3e5a5509b3f09f5c" +checksum = "3b43b3220f1c46ac0e9dcc0a97d94b93305dacb36d1dd393996300c6b9b74364" dependencies = [ "aws-credential-types", "aws-runtime", @@ -867,9 +867,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99c56bcd6a56cab7933980a54148b476a5a69a7694e3874d9aa2a566f150447d" +checksum = "d1c46924fb1add65bba55636e12812cae2febf68c0f37361766f627ddcca91ce" dependencies = [ "aws-credential-types", "aws-runtime", @@ -890,9 +890,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "1.2.3" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be" +checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68" dependencies = [ "aws-credential-types", "aws-smithy-http", @@ -9946,9 +9946,9 @@ checksum = "02aebfa694eccbbbffdd92922c7de136b9fe764396d2f10e21bce1681477cfc1" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" [[package]] name = "unicode-normalization" @@ -10433,7 +10433,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "axum", @@ -10475,7 +10475,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "argon2", @@ -10559,7 +10559,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.394.0" +version = "1.394.1" dependencies = [ "base64 0.21.7", "chrono", @@ -10577,7 +10577,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.394.0" +version = "1.394.1" dependencies = [ "chrono", "serde", @@ -10590,7 +10590,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "async-stream", @@ -10634,7 +10634,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.394.0" +version = "1.394.1" dependencies = [ "regex", "rsmq_async", @@ -10649,7 +10649,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "bytes", @@ -10670,7 +10670,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.394.0" +version = "1.394.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -10679,7 +10679,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "lazy_static", @@ -10691,7 +10691,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "gosyn", @@ -10703,7 +10703,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "lazy_static", @@ -10715,7 +10715,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10726,7 +10726,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10737,7 +10737,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "async-recursion", @@ -10755,7 +10755,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10772,7 +10772,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "lazy_static", @@ -10784,7 +10784,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "lazy_static", @@ -10802,7 +10802,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10822,7 +10822,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "async-recursion", @@ -10855,7 +10855,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.394.0" +version = "1.394.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10865,7 +10865,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.394.0" +version = "1.394.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fed963fd9f..cf0b18bea1 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.394.0" +version = "1.394.1" authors.workspace = true edition.workspace = true @@ -26,7 +26,7 @@ members = [ ] [workspace.package] -version = "1.394.0" +version = "1.394.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index fc162023c4..15b86cc197 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.394.0 + version: 1.394.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 77ed1177bf..ca2cac390b 100644 --- a/benchmarks/lib.ts +++ b/benchmarks/lib.ts @@ -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.394.0"; +export const VERSION = "v1.394.1"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index f6ea50e2ef..a52f80c9de 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -56,7 +56,7 @@ export { // } // }); -export const VERSION = "1.394.0"; +export const VERSION = "1.394.1"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7f927a422b..5257e6ca68 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.394.0", + "version": "1.394.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.394.0", + "version": "1.394.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index d9628f3e7e..c1f0c395a6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.394.0", + "version": "1.394.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d5bc8b4e6b..1b58372ac4 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.394.0" -wmill_pg = ">=1.394.0" +wmill = ">=1.394.1" +wmill_pg = ">=1.394.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0b0bb1b2dd..a7bf20c5ff 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.394.0 + version: 1.394.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 62366abfc2..168e935cd7 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. -ModuleVersion = '1.394.0' +ModuleVersion = '1.394.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index ae71be1eb3..31dfb4eb2e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.394.0" +version = "1.394.1" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 0f006da405..91f62adff5 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.394.0" +version = "1.394.1" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/typescript-client/jsr.json b/typescript-client/jsr.json index 44bfaf1348..47c743808e 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.394.0", + "version": "1.394.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 8eef675490..03ee974858 100644 --- a/typescript-client/package.json +++ b/typescript-client/package.json @@ -1,7 +1,7 @@ { "name": "windmill-client", "description": "Windmill SDK client for browsers and Node.js", - "version": "1.394.0", + "version": "1.394.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 174dc4b93b..2d0763baa6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.394.0 +1.394.1