diff --git a/CHANGELOG.md b/CHANGELOG.md index b547e06c60..8a0a429359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.341.0](https://github.com/windmill-labs/windmill/compare/v1.340.2...v1.341.0) (2024-06-03) + + +### Features + +* **frontend:** Fix how runnable tied to a table actions are triggered + Display the sync columnDef error only in the editor ([#3862](https://github.com/windmill-labs/windmill/issues/3862)) ([76b6577](https://github.com/windmill-labs/windmill/commit/76b65771a03e35b6d489731f210e24640efda54b)) +* warn when jobs spent a long time waiting in queue ([#3856](https://github.com/windmill-labs/windmill/issues/3856)) ([203264b](https://github.com/windmill-labs/windmill/commit/203264b87174b9774819bcf008bc4c41b866ccd9)) + + +### Bug Fixes + +* fix python client for S3Object ([44c36cd](https://github.com/windmill-labs/windmill/commit/44c36cdeb53eeb577dc7af6c2d64b75824492e1d)) +* further restrict job api to logged in workspace users or anonymous jobs only" ([#3860](https://github.com/windmill-labs/windmill/issues/3860)) ([181cb7d](https://github.com/windmill-labs/windmill/commit/181cb7dec99d92b6e7450e4a0f5af75994c82ec3)) + ## [1.340.2](https://github.com/windmill-labs/windmill/compare/v1.340.1...v1.340.2) (2024-05-31) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 99a4acbf1b..22557027c7 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -475,7 +475,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ "concurrent-queue", - "event-listener-strategy 0.5.2", + "event-listener-strategy", "futures-core", "pin-project-lite", ] @@ -537,8 +537,8 @@ checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ "async-channel 2.3.1", "async-executor", - "async-io 2.3.2", - "async-lock 3.3.0", + "async-io 2.3.3", + "async-lock 3.4.0", "blocking", "futures-lite 2.3.0", "once_cell", @@ -566,17 +566,17 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" +checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" dependencies = [ - "async-lock 3.3.0", + "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.7.0", + "polling 3.7.1", "rustix 0.38.34", "slab", "tracing", @@ -594,12 +594,12 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" +checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 4.0.3", - "event-listener-strategy 0.4.0", + "event-listener 5.3.1", + "event-listener-strategy", "pin-project-lite", ] @@ -1821,7 +1821,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ "strum 0.26.2", - "strum_macros 0.26.2", + "strum_macros 0.26.3", "unicode-width", ] @@ -2379,7 +2379,7 @@ dependencies = [ "serde_json", "sqlparser", "strum 0.26.2", - "strum_macros 0.26.2", + "strum_macros 0.26.3", ] [[package]] @@ -3178,17 +3178,6 @@ version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" -[[package]] -name = "event-listener" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", -] - [[package]] name = "event-listener" version = "5.3.1" @@ -3200,16 +3189,6 @@ dependencies = [ "pin-project-lite", ] -[[package]] -name = "event-listener-strategy" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" -dependencies = [ - "event-listener 4.0.3", - "pin-project-lite", -] - [[package]] name = "event-listener-strategy" version = "0.5.2" @@ -4749,9 +4728,9 @@ dependencies = [ [[package]] name = "malachite" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af3113d205e637ffd179dcf060a4e6ae68b5be8ffacfdc46edde605d0a6b59ca" +checksum = "8daef21442be9219c2b5531ad246332a4e9870efd02143e92c5d05d1d9ba45ce" dependencies = [ "malachite-base", "malachite-nz", @@ -4760,9 +4739,9 @@ dependencies = [ [[package]] name = "malachite-base" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b061827ec0e6deed7e957ba7441fdad939f166e8ae20e309b16c5566f24f326a" +checksum = "9a1e2ded837144c32cfd3aafcb3d11f7087a438fcbf4f423c19e8330a39d239f" dependencies = [ "hashbrown 0.14.5", "itertools 0.11.0", @@ -4785,9 +4764,9 @@ dependencies = [ [[package]] name = "malachite-nz" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dff0adc9a7036d11a2ad7ef1bf38e165916dcaa6f258b732a78c754342130cb" +checksum = "10e203b400efc901d76ad2266fb6a00c4f4c8c44c098f710763e69284d55f708" dependencies = [ "itertools 0.11.0", "libm", @@ -4796,9 +4775,9 @@ dependencies = [ [[package]] name = "malachite-q" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bea622213a3a8233c8f5e1024bb9a257caf17205ca64b0af5d5502b4c0e1df2" +checksum = "ce067038c9196f0730e715a0bd3ea7c8dc9097f02fea8b30232ac656a65a98dc" dependencies = [ "itertools 0.11.0", "malachite-base", @@ -5739,9 +5718,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf" +checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" dependencies = [ "atomic-waker", "fastrand 2.1.0", @@ -5832,9 +5811,9 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3" +checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1" dependencies = [ "cfg-if", "concurrent-queue", @@ -6004,9 +5983,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.84" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" +checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" dependencies = [ "unicode-ident", ] @@ -8025,7 +8004,7 @@ version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" dependencies = [ - "strum_macros 0.26.2", + "strum_macros 0.26.3", ] [[package]] @@ -8043,11 +8022,11 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +checksum = "f7993a8e3a9e88a00351486baae9522c91b123a088f76469e5bd5cc17198ea87" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "rustversion", @@ -9858,7 +9837,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "axum", @@ -9897,7 +9876,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "argon2", @@ -9974,7 +9953,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.340.2" +version = "1.341.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9992,7 +9971,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.340.2" +version = "1.341.0" dependencies = [ "chrono", "serde", @@ -10005,7 +9984,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "aws-config", @@ -10044,7 +10023,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.340.2" +version = "1.341.0" dependencies = [ "regex", "rsmq_async", @@ -10059,7 +10038,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.340.2" +version = "1.341.0" dependencies = [ "serde", "serde_json", @@ -10067,7 +10046,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "lazy_static", @@ -10078,7 +10057,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "gosyn", @@ -10090,7 +10069,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "lazy_static", @@ -10101,7 +10080,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10115,7 +10094,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10126,7 +10105,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "async-recursion", @@ -10143,7 +10122,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "lazy_static", @@ -10154,7 +10133,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10173,7 +10152,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10192,7 +10171,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "async-recursion", @@ -10225,7 +10204,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.340.2" +version = "1.341.0" dependencies = [ "serde", "wasm-bindgen", @@ -10236,7 +10215,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.340.2" +version = "1.341.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 146c3301d7..09b7263f49 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.340.2" +version = "1.341.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.340.2" +version = "1.341.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 5da6106d0a..e2b054b8cc 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.340.2 + version: 1.341.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index ba73b2e5ff..d83af2d17a 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.340.2"; +export const VERSION = "v1.341.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 deabfa3c6a..6e7267bbb7 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.340.2"; +export const VERSION = "v1.341.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8bf98e30fa..12c5397cda 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.340.2", + "version": "1.341.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.340.2", + "version": "1.341.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index f4d2ab5ea3..948a1d0c5c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.340.2", + "version": "1.341.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index bf7edc8e01..4facf34643 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.340.2" -wmill_pg = ">=1.340.2" +wmill = ">=1.341.0" +wmill_pg = ">=1.341.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 78b0310308..8568c64de9 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.340.2 + version: 1.341.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index db4b3fcad4..9c617f1b54 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.340.2' +ModuleVersion = '1.341.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index c9bbf91577..dc6b6e8fb8 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.340.2" +version = "1.341.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 df09db36ce..3789544d42 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.340.2" +version = "1.341.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 0f718e0f29..2a9e6ac00e 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.340.2", + "version": "1.341.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 b7cc19b159..1eb37a3ed4 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.340.2", + "version": "1.341.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f7e8a8a1ba..de75f2b8ba 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.340.2 +1.341.0