From f120f4ac4b48de3f01d1726d64892d5b2635d39c Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 29 Apr 2025 20:21:20 +0200 Subject: [PATCH] chore(main): release 1.485.2 (#5676) * chore(main): release 1.485.2 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 9 +++ backend/Cargo.lock | 79 +++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 65 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffef1c7268..9b983cd901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.485.2](https://github.com/windmill-labs/windmill/compare/v1.485.1...v1.485.2) (2025-04-29) + + +### Bug Fixes + +* improve agent workers for deployed scripts ([60018aa](https://github.com/windmill-labs/windmill/commit/60018aadf62cecadf111e019d3600513a89810f1)) +* make `#(extra_)requirements:` work better with pins ([#5680](https://github.com/windmill-labs/windmill/issues/5680)) ([1ab4160](https://github.com/windmill-labs/windmill/commit/1ab41603f4fd1526d0c944396ef250b184aed1f4)) +* **python:** handle better relative imports with requirements or extra_requirements ([f662cf5](https://github.com/windmill-labs/windmill/commit/f662cf5d75beed8fd114ba171cbe0fa8e4b2773f)) + ## [1.485.1](https://github.com/windmill-labs/windmill/compare/v1.485.0...v1.485.1) (2025-04-28) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index fa08821272..a9917377ec 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1647,9 +1647,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" +checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c" dependencies = [ "bytemuck_derive", ] @@ -2913,7 +2913,7 @@ dependencies = [ "once_cell", "percent-encoding", "serde", - "sourcemap 9.1.2", + "sourcemap 9.2.0", "swc_atoms", "swc_common", "swc_config", @@ -8960,7 +8960,7 @@ version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" dependencies = [ - "toml_edit 0.22.25", + "toml_edit 0.22.26", ] [[package]] @@ -11048,17 +11048,16 @@ dependencies = [ [[package]] name = "sourcemap" -version = "9.1.2" +version = "9.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c4ea7042fd1a155ad95335b5d505ab00d5124ea0332a06c8390d200bb1a76a" +checksum = "dd430118acc9fdd838557649b9b43fd0a78e3834d84a283b466f8e84720d6101" dependencies = [ - "base64-simd 0.7.0", + "base64-simd 0.8.0", "bitvec", "data-encoding", "debugid", "if_chain", - "rustc-hash 1.1.0", - "rustc_version 0.2.3", + "rustc-hash 2.1.1", "serde", "serde_json", "unicode-id-start", @@ -11553,7 +11552,7 @@ dependencies = [ "rustc-hash 1.1.0", "serde", "siphasher 0.3.11", - "sourcemap 9.1.2", + "sourcemap 9.2.0", "swc_allocator", "swc_atoms", "swc_eq_ignore_macros", @@ -11617,7 +11616,7 @@ dependencies = [ "num-bigint", "once_cell", "serde", - "sourcemap 9.1.2", + "sourcemap 9.2.0", "swc_allocator", "swc_atoms", "swc_common", @@ -12753,9 +12752,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.25" +version = "0.22.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10558ed0bd2a1562e630926a2d1f0b98c827da99fabd3fe20920a59642504485" +checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" dependencies = [ "indexmap 2.9.0", "toml_datetime", @@ -13920,7 +13919,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "axum", @@ -13967,7 +13966,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "argon2", @@ -14077,7 +14076,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.485.1" +version = "1.485.2" dependencies = [ "base64 0.22.1", "chrono", @@ -14092,7 +14091,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.485.1" +version = "1.485.2" dependencies = [ "chrono", "serde", @@ -14105,7 +14104,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "serde", @@ -14119,7 +14118,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "async-stream", @@ -14183,7 +14182,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.485.1" +version = "1.485.2" dependencies = [ "regex", "serde", @@ -14197,7 +14196,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "bytes", @@ -14220,7 +14219,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.485.1" +version = "1.485.2" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14232,7 +14231,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.485.1" +version = "1.485.2" dependencies = [ "convert_case 0.6.0", "serde", @@ -14241,7 +14240,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "lazy_static", @@ -14253,7 +14252,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "serde_json", @@ -14265,7 +14264,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "gosyn", @@ -14277,7 +14276,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "lazy_static", @@ -14289,7 +14288,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "serde_json", @@ -14301,7 +14300,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "nu-parser", @@ -14312,7 +14311,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14323,7 +14322,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14334,7 +14333,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "async-recursion", @@ -14354,7 +14353,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -14371,7 +14370,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "lazy_static", @@ -14383,7 +14382,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "lazy_static", @@ -14401,7 +14400,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -14425,7 +14424,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "serde_json", @@ -14435,7 +14434,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "async-recursion", @@ -14468,7 +14467,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.485.1" +version = "1.485.2" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -14478,7 +14477,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.485.1" +version = "1.485.2" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 6c6e69db16..815eff4a6d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.485.1" +version = "1.485.2" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.485.1" +version = "1.485.2" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index bfeda4e1de..0cc646cfa0 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.485.1 + version: 1.485.2 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index f95c5beff0..b5d74dfc4b 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.485.1"; +export const VERSION = "v1.485.2"; 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 6f7afa8270..d11fcf8641 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -63,7 +63,7 @@ export { // } // }); -export const VERSION = "1.485.1"; +export const VERSION = "1.485.2"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c7438791ed..c2e4f3e31c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.485.1", + "version": "1.485.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.485.1", + "version": "1.485.2", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index e5020aec90..cbd7428cd3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.485.1", + "version": "1.485.2", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 78a520cb8f..71b28e351b 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.485.1" -wmill_pg = ">=1.485.1" +wmill = ">=1.485.2" +wmill_pg = ">=1.485.2" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 70e8511961..87167d1d53 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.485.1 + version: 1.485.2 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index ae5283611b..dc328d7a9e 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.485.1' + ModuleVersion = '1.485.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 5aa6378219..51f2d2fd1c 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.485.1" +version = "1.485.2" 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 5e2c3ad926..f395e1d9c6 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.485.1" +version = "1.485.2" 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 d58d982c99..48c8fd5062 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.485.1", + "version": "1.485.2", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 1eee79fb64..394957ee2b 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.485.1", + "version": "1.485.2", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 610e2c6410..cde502f7df 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.485.1 +1.485.2