diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfc4d73b5..ac102364e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.424.0](https://github.com/windmill-labs/windmill/compare/v1.423.2...v1.424.0) (2024-11-14) + + +### Features + +* allow setting password and login type from superadmin UI ([2a1bff3](https://github.com/windmill-labs/windmill/commit/2a1bff3160b65eadba399229b5f53950ec2c0d48)) +* **backend:** monitor minimal version of living workers ([#4704](https://github.com/windmill-labs/windmill/issues/4704)) ([50ff183](https://github.com/windmill-labs/windmill/commit/50ff183baeaa2a39c2b0188ee8dd6172b08ae801)) +* Support mistral anthropic for ai ([#4692](https://github.com/windmill-labs/windmill/issues/4692)) ([556b4a4](https://github.com/windmill-labs/windmill/commit/556b4a41a1d010bb8a1796f485d343c1e412d278)) + + +### Bug Fixes + +* add countCompletedJobs api ([2a78359](https://github.com/windmill-labs/windmill/commit/2a78359af7b8e4700634c2ad2745c1d14d2da4f7)) +* add queue_couts api ([10b6b1d](https://github.com/windmill-labs/windmill/commit/10b6b1dc04cb2b2d4ec5ceb26a5dbd2ac7bd1394)) +* autoscaling when count < min worker set to min_workers ([180bb82](https://github.com/windmill-labs/windmill/commit/180bb826436f9960def8c6cf3e9692714ffdf917)) +* deployment callbacks have a concurrency limit of 1 on same path ([c44fc4f](https://github.com/windmill-labs/windmill/commit/c44fc4f5ab8bcb5dffec08d5ed4ccd61feb1cb13)) + ## [1.423.2](https://github.com/windmill-labs/windmill/compare/v1.423.1...v1.423.2) (2024-11-13) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f239021c99..7d1ff0ad2d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -843,9 +843,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53dcf5e7d9bd1517b8b998e170e650047cea8a2b85fe1835abe3210713e541b7" +checksum = "6ada54e5f26ac246dc79727def52f7f8ed38915cb47781e2a72213957dc3a7d5" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1598,9 +1598,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "jobserver", "libc", @@ -1783,9 +1783,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.2" +version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0d05af1e006a2407bedef5af410552494ce5be9090444dbbcb57258c1af3d56" +checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" dependencies = [ "strum 0.26.3", "strum_macros 0.26.4", @@ -3355,9 +3355,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" +checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" dependencies = [ "crc32fast", "libz-sys", @@ -10610,7 +10610,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "axum", @@ -10652,7 +10652,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "argon2", @@ -10737,7 +10737,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.423.2" +version = "1.424.0" dependencies = [ "base64 0.22.1", "chrono", @@ -10755,7 +10755,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.423.2" +version = "1.424.0" dependencies = [ "chrono", "serde", @@ -10768,7 +10768,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "rsmq_async", @@ -10783,7 +10783,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "async-stream", @@ -10830,7 +10830,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.423.2" +version = "1.424.0" dependencies = [ "regex", "rsmq_async", @@ -10845,7 +10845,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "bytes", @@ -10867,7 +10867,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.423.2" +version = "1.424.0" dependencies = [ "itertools 0.13.0", "lazy_static", @@ -10879,7 +10879,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.423.2" +version = "1.424.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -10888,7 +10888,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "lazy_static", @@ -10900,7 +10900,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "gosyn", @@ -10912,7 +10912,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "lazy_static", @@ -10924,7 +10924,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10935,7 +10935,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10946,7 +10946,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "async-recursion", @@ -10964,7 +10964,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10981,7 +10981,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "lazy_static", @@ -10993,7 +10993,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "lazy_static", @@ -11011,7 +11011,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -11032,7 +11032,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "serde_json", @@ -11042,7 +11042,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "async-recursion", @@ -11075,7 +11075,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.423.2" +version = "1.424.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -11085,7 +11085,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.423.2" +version = "1.424.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 51bf578c96..9b59a058d2 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.423.2" +version = "1.424.0" authors.workspace = true edition.workspace = true @@ -29,7 +29,7 @@ members = [ ] [workspace.package] -version = "1.423.2" +version = "1.424.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c1f755b53c..9d99cf960d 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.423.2 + version: 1.424.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index d59c074be2..d8f1cd7bf4 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.423.2"; +export const VERSION = "v1.424.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 c35b0c7a27..b95ffa3314 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.423.2"; +export const VERSION = "1.424.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4b63b77cf2..58fef66ef0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.423.2", + "version": "1.424.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.423.2", + "version": "1.424.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", diff --git a/frontend/package.json b/frontend/package.json index 5b521f7d77..830b0411fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.423.2", + "version": "1.424.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 7bc5bf2c65..25c1bfaf01 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.423.2" -wmill_pg = ">=1.423.2" +wmill = ">=1.424.0" +wmill_pg = ">=1.424.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 535d9e22c4..ff3a2f2e4b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.423.2 + version: 1.424.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 360a387370..b80d2870f0 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.423.2' +ModuleVersion = '1.424.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index efe6e0a58f..615bc73419 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.423.2" +version = "1.424.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 4f538fe6e3..498c47f302 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.423.2" +version = "1.424.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 47a093ea5b..ac3f5b871c 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.423.2", + "version": "1.424.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 10228562b8..5d03e77a44 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.423.2", + "version": "1.424.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 4141884b44..9e995e57ad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.423.2 +1.424.0