diff --git a/CHANGELOG.md b/CHANGELOG.md index e333d7238f..0d1ac3d61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.471.0](https://github.com/windmill-labs/windmill/compare/v1.470.1...v1.471.0) (2025-02-26) + + +### Features + +* add support for claude sonnet 3.7 thinking ([#5387](https://github.com/windmill-labs/windmill/issues/5387)) ([487d84b](https://github.com/windmill-labs/windmill/commit/487d84bd7fdc39a2401df4108fca6183189cf38a)) + + +### Bug Fixes + +* **frontend:** improve pagination handling and filter refreshes ([#5378](https://github.com/windmill-labs/windmill/issues/5378)) ([a85ebfb](https://github.com/windmill-labs/windmill/commit/a85ebfbbf48590812c0931ad93179c322f819849)) + ## [1.470.1](https://github.com/windmill-labs/windmill/compare/v1.470.0...v1.470.1) (2025-02-26) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f5da4b981e..f6525e1937 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -834,7 +834,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "tracing", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "base64ct" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +checksum = "c103cbbedac994e292597ab79342dbd5b306a362045095db54917d92a9fdfd92" [[package]] name = "better_scoped_tls" @@ -1842,9 +1842,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.39" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" +checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1852,7 +1852,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -2699,7 +2699,7 @@ dependencies = [ "tokio", "tokio-util", "url", - "uuid 1.14.0", + "uuid 1.15.0", "xz2", "zstd", ] @@ -2799,7 +2799,7 @@ dependencies = [ "regex", "sha2 0.10.8", "unicode-segmentation", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -2966,7 +2966,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ "serde", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -3022,7 +3022,7 @@ dependencies = [ "deno_error", "thiserror 2.0.11", "tokio", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -3235,7 +3235,7 @@ dependencies = [ "spki", "thiserror 2.0.11", "tokio", - "uuid 1.14.0", + "uuid 1.15.0", "x25519-dalek", ] @@ -3413,7 +3413,7 @@ dependencies = [ "pin-project", "rand 0.8.5", "tokio", - "uuid 1.14.0", + "uuid 1.15.0", "winapi", "windows-sys 0.59.0", ] @@ -3869,7 +3869,7 @@ dependencies = [ "tokio", "tokio-metrics", "twox-hash 1.6.3", - "uuid 1.14.0", + "uuid 1.15.0", "which 6.0.3", "winapi", "windows-sys 0.59.0", @@ -3989,7 +3989,7 @@ dependencies = [ "serde", "thiserror 2.0.11", "tokio", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -4081,7 +4081,7 @@ dependencies = [ "num-bigint", "prost", "serde", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -4107,7 +4107,7 @@ dependencies = [ "tokio", "tokio-util", "url", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -4131,7 +4131,7 @@ dependencies = [ "thiserror 2.0.11", "tokio", "tokio-stream", - "uuid 1.14.0", + "uuid 1.15.0", "v8_valueserializer", ] @@ -7336,7 +7336,7 @@ dependencies = [ "smallvec", "tagptr", "thiserror 1.0.69", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -7473,7 +7473,7 @@ dependencies = [ "sha2 0.10.8", "subprocess", "thiserror 1.0.69", - "uuid 1.14.0", + "uuid 1.15.0", "zstd", ] @@ -8710,7 +8710,7 @@ dependencies = [ "postgres-protocol 0.6.8", "serde", "serde_json", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -9664,7 +9664,7 @@ dependencies = [ "rkyv_derive", "seahash", "tinyvec", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -10131,7 +10131,7 @@ dependencies = [ "serde", "thiserror 1.0.69", "url", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -10169,7 +10169,7 @@ dependencies = [ "schemars_derive", "serde", "serde_json", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -11011,7 +11011,7 @@ dependencies = [ "tokio-stream", "tracing", "url", - "uuid 1.14.0", + "uuid 1.15.0", "webpki-roots", ] @@ -11095,7 +11095,7 @@ dependencies = [ "stringprep", "thiserror 2.0.11", "tracing", - "uuid 1.14.0", + "uuid 1.15.0", "whoami", ] @@ -11136,7 +11136,7 @@ dependencies = [ "stringprep", "thiserror 2.0.11", "tracing", - "uuid 1.14.0", + "uuid 1.15.0", "whoami", ] @@ -11162,7 +11162,7 @@ dependencies = [ "sqlx-core", "tracing", "url", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -11837,7 +11837,7 @@ dependencies = [ "tempfile", "thiserror 1.0.69", "time", - "uuid 1.14.0", + "uuid 1.15.0", "winapi", ] @@ -12073,7 +12073,7 @@ dependencies = [ "tokio-rustls 0.24.1", "tokio-util", "tracing", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] @@ -12935,7 +12935,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab82fc73182c29b02e2926a6df32f2241dbadb5cfc111fd595515b3598f46bb3" dependencies = [ "rand 0.9.0", - "uuid 1.14.0", + "uuid 1.15.0", "web-time", ] @@ -13227,9 +13227,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d59ca99a559661b96bf898d8fce28ed87935fd2bea9f05983c1464dd6c71b1" +checksum = "bd8dcafa1ca14750d8d7a05aa05988c17aab20886e1f3ae33a40223c58d92ef7" dependencies = [ "getrandom 0.3.1", "serde", @@ -13691,7 +13691,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "axum", @@ -13720,7 +13720,7 @@ dependencies = [ "tokio", "tracing", "url", - "uuid 1.14.0", + "uuid 1.15.0", "v8", "windmill-api", "windmill-api-client", @@ -13734,7 +13734,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "argon2", @@ -13817,7 +13817,7 @@ dependencies = [ "ulid", "url", "urlencoding", - "uuid 1.14.0", + "uuid 1.15.0", "windmill-audit", "windmill-common", "windmill-git-sync", @@ -13830,7 +13830,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.470.1" +version = "1.471.0" dependencies = [ "base64 0.22.1", "chrono", @@ -13843,12 +13843,12 @@ dependencies = [ "serde", "serde_json", "syn 1.0.109", - "uuid 1.14.0", + "uuid 1.15.0", ] [[package]] name = "windmill-audit" -version = "1.470.1" +version = "1.471.0" dependencies = [ "chrono", "serde", @@ -13861,21 +13861,21 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "serde", "serde_json", "sqlx", "tracing", - "uuid 1.14.0", + "uuid 1.15.0", "windmill-common", "windmill-queue", ] [[package]] name = "windmill-common" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "async-stream", @@ -13928,27 +13928,27 @@ dependencies = [ "tracing-loki", "tracing-opentelemetry", "tracing-subscriber", - "uuid 1.14.0", + "uuid 1.15.0", "windmill-macros", ] [[package]] name = "windmill-git-sync" -version = "1.470.1" +version = "1.471.0" dependencies = [ "regex", "serde", "serde_json", "sqlx", "tracing", - "uuid 1.14.0", + "uuid 1.15.0", "windmill-common", "windmill-queue", ] [[package]] name = "windmill-indexer" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "bytes", @@ -13965,13 +13965,13 @@ dependencies = [ "tokio", "tokio-tar", "tracing", - "uuid 1.14.0", + "uuid 1.15.0", "windmill-common", ] [[package]] name = "windmill-macros" -version = "1.470.1" +version = "1.471.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -13983,7 +13983,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.470.1" +version = "1.471.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -13992,7 +13992,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "lazy_static", @@ -14004,7 +14004,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "serde_json", @@ -14016,7 +14016,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "gosyn", @@ -14028,7 +14028,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "lazy_static", @@ -14040,7 +14040,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14051,7 +14051,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14062,7 +14062,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "async-recursion", @@ -14082,7 +14082,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -14099,7 +14099,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "lazy_static", @@ -14111,7 +14111,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "lazy_static", @@ -14129,7 +14129,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -14151,7 +14151,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "serde_json", @@ -14161,7 +14161,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "async-recursion", @@ -14187,14 +14187,14 @@ dependencies = [ "tokio", "tracing", "ulid", - "uuid 1.14.0", + "uuid 1.15.0", "windmill-audit", "windmill-common", ] [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.470.1" +version = "1.471.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -14204,7 +14204,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.470.1" +version = "1.471.0" dependencies = [ "anyhow", "async-recursion", @@ -14265,7 +14265,7 @@ dependencies = [ "tokio-util", "tracing", "urlencoding", - "uuid 1.14.0", + "uuid 1.15.0", "windmill-audit", "windmill-common", "windmill-git-sync", @@ -14339,6 +14339,12 @@ dependencies = [ "syn 2.0.98", ] +[[package]] +name = "windows-link" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3" + [[package]] name = "windows-registry" version = "0.2.0" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 132d898e9b..bd084b911e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.470.1" +version = "1.471.0" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.470.1" +version = "1.471.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index e8296ce7fa..950d1ab8a3 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.470.1 + version: 1.471.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 453216f6a5..49d8589399 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.470.1"; +export const VERSION = "v1.471.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 3ef5921d99..93c2f9913e 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -62,7 +62,7 @@ export { // } // }); -export const VERSION = "1.470.1"; +export const VERSION = "1.471.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 38342ebff3..56e2f9b436 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.470.1", + "version": "1.471.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.470.1", + "version": "1.471.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.37.0", diff --git a/frontend/package.json b/frontend/package.json index e56ad48c12..c4a7a31c4f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.470.1", + "version": "1.471.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index f5b44c13e2..bb8b48fdc1 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.470.1" -wmill_pg = ">=1.470.1" +wmill = ">=1.471.0" +wmill_pg = ">=1.471.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index b1d9160682..3c26508b06 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.470.1 + version: 1.471.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 79a2ad8510..529100cfb9 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.470.1' + ModuleVersion = '1.471.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 84296f0238..110ddd635e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.470.1" +version = "1.471.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 c74d34f741..a6c87c050c 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.470.1" +version = "1.471.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 3964b5dc22..932f20182a 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.470.1", + "version": "1.471.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 fd51dc9689..accabbf909 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.470.1", + "version": "1.471.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 4217bc9be4..40809b807f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.470.1 +1.471.0