diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6235347d20..3fc5317befcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.336.0](https://github.com/windmill-labs/windmill/compare/v1.335.0...v1.336.0) (2024-05-23) + + +### Features + +* **frontend:** improve graph edges + fix depedencies detection ([#3802](https://github.com/windmill-labs/windmill/issues/3802)) ([d11e350](https://github.com/windmill-labs/windmill/commit/d11e350de395811daad8a49c0eef7b3b19460ead)) +* improve parsers when no main func ([#3805](https://github.com/windmill-labs/windmill/issues/3805)) ([001278c](https://github.com/windmill-labs/windmill/commit/001278cddd6e91f767f090e358db4299611f0451)) +* improve permissioned audit logs ([#3799](https://github.com/windmill-labs/windmill/issues/3799)) ([62f3180](https://github.com/windmill-labs/windmill/commit/62f318077cd77d8332bbe02ac279a5bca7351e51)) +* improve premissioned audit logs ([#3793](https://github.com/windmill-labs/windmill/issues/3793)) ([21a077e](https://github.com/windmill-labs/windmill/commit/21a077ecfaa2dfabe6a46e425214182845b5259e)) +* store failed_retries per module state and display failed retries in flow status viewer ([62e8816](https://github.com/windmill-labs/windmill/commit/62e88169ea47e6357931bafd564ab45df40a62ff)) +* store failed_retries per module state and display failed retries in flow status viewer ([7e0be89](https://github.com/windmill-labs/windmill/commit/7e0be8914bcb33caf680358f083e80edfb83d00f)) + + +### Bug Fixes + +* **frontend:** Add missing loading state for non-runnable components … ([#3797](https://github.com/windmill-labs/windmill/issues/3797)) ([a0acdc1](https://github.com/windmill-labs/windmill/commit/a0acdc1217967562bb349a2b718c82af74b8bc45)) +* show code option in tree view ([#3803](https://github.com/windmill-labs/windmill/issues/3803)) ([1745a9d](https://github.com/windmill-labs/windmill/commit/1745a9dd1617de4686480e0cfc9ba2ef2da0c625)) +* update bun to 1.1.9 ([bfd2d27](https://github.com/windmill-labs/windmill/commit/bfd2d27415a906f9133777b69653ddacf659de41)) + ## [1.335.0](https://github.com/windmill-labs/windmill/compare/v1.334.0...v1.335.0) (2024-05-22) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7fe29bdaba64..8ccf9c33efc7 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -631,9 +631,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.26.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56b4920e275175333b8245a44aab670d52eceb0ac46b447697698eb0f6d11cb0" +checksum = "aef53f254e16c00cfbfd69fa6eca4d858b7c161878db2cd248410af402d1951e" dependencies = [ "aws-credential-types", "aws-runtime", @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.27.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80fdbebefecf7e8beae14f16d46c4980dc193a6f97134c43269eefcef13d7d8a" +checksum = "d1b673b2972c38463955e27d76c9d2ebb0452a9ce8059a0e2c9ed67efe69ef35" dependencies = [ "aws-credential-types", "aws-runtime", @@ -675,9 +675,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.26.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b892a18371e2628a5e7bfab6a03718de9501c439886dce6111a1363fa74c89b" +checksum = "0d461680731ce37d14396ceeb4ef326998bf9c848123f93a6191958ecd7f6cc0" dependencies = [ "aws-credential-types", "aws-runtime", @@ -5968,9 +5968,9 @@ dependencies = [ [[package]] name = "pulp" -version = "0.18.14" +version = "0.18.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "762ad20f6b65f5a33874de3b7506d6cf6631d37fb9c0c6ee0e310d7210a167d9" +checksum = "0ec8d02258294f59e4e223b41ad7e81c874aa6b15bc4ced9ba3965826da0eed5" dependencies = [ "bytemuck", "libm", @@ -6875,9 +6875,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0218ceea14babe24a4a5836f86ade86c1effbc198164e619194cb5069187e29" +checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" dependencies = [ "chrono", "dyn-clone", @@ -6889,9 +6889,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed5a1ccce8ff962e31a165d41f6e2a2dd1245099dc4d594f5574a86cd90f4d3" +checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" dependencies = [ "proc-macro2", "quote", @@ -9699,7 +9699,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "axum", @@ -9739,7 +9739,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "argon2", @@ -9815,7 +9815,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.335.0" +version = "1.336.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9833,7 +9833,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.335.0" +version = "1.336.0" dependencies = [ "chrono", "serde", @@ -9846,7 +9846,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "aws-config", @@ -9884,7 +9884,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.335.0" +version = "1.336.0" dependencies = [ "regex", "rsmq_async", @@ -9899,7 +9899,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.335.0" +version = "1.336.0" dependencies = [ "serde", "serde_json", @@ -9907,7 +9907,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "lazy_static", @@ -9918,7 +9918,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "gosyn", @@ -9930,7 +9930,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "lazy_static", @@ -9941,7 +9941,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9955,7 +9955,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -9966,7 +9966,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "async-recursion", @@ -9983,7 +9983,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "lazy_static", @@ -9994,7 +9994,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10012,7 +10012,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10031,7 +10031,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "async-recursion", @@ -10064,7 +10064,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.335.0" +version = "1.336.0" dependencies = [ "serde", "wasm-bindgen", @@ -10075,7 +10075,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.335.0" +version = "1.336.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c42459353708..dc607958fe63 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.335.0" +version = "1.336.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.335.0" +version = "1.336.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 102d164b7590..d821bff5c0d6 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.335.0 + version: 1.336.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index d99baefb8d8b..97e936ad8a5f 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.335.0"; +export const VERSION = "v1.336.0"; 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 ef9cc709ae54..7abc5e7443df 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.335.0"; +export const VERSION = "v1.336.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a07cc0b1dd09..fb73bc991cb0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.335.0", + "version": "1.336.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.335.0", + "version": "1.336.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 62e03f3b2522..d1e66f1c325c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.335.0", + "version": "1.336.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 19d480a88bf1..b6c0277badbe 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.335.0" -wmill_pg = ">=1.335.0" +wmill = ">=1.336.0" +wmill_pg = ">=1.336.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 1461bd4141ab..0fbe0c93d886 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.335.0 + version: 1.336.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 955120af2cc5..da2de020d445 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.335.0' +ModuleVersion = '1.336.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 819854618d21..7d88cf2d2833 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.335.0" +version = "1.336.0" 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 c16780e253ff..57c9a9fdcece 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.335.0" +version = "1.336.0" 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 4023426d03c6..8a26a910cf78 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.335.0", + "version": "1.336.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 9871938dbbe8..d7d7e8fdccb0 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.335.0", + "version": "1.336.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 9d11e54a5904..8f3b2006e07f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.335.0 +1.336.0