diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1d2680cb..de3d12267d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.346.0](https://github.com/windmill-labs/windmill/compare/v1.345.2...v1.346.0) (2024-06-17) + + +### Features + +* accelerate bun through caches ([#3909](https://github.com/windmill-labs/windmill/issues/3909)) ([28afe59](https://github.com/windmill-labs/windmill/commit/28afe59a4ab4e97a18e4ca7a893d83c329ee4078)) +* **frontend:** event handlers ([#3902](https://github.com/windmill-labs/windmill/issues/3902)) ([4f0e111](https://github.com/windmill-labs/windmill/commit/4f0e111563f5f5ab7b280aa98a89f48cb3637e59)) +* replace ephemeral tokens by jwt ([#3908](https://github.com/windmill-labs/windmill/issues/3908)) ([21b9acc](https://github.com/windmill-labs/windmill/commit/21b9accca1a8ab5c728fce15b3a7890375f11274)) + + +### Bug Fixes + +* fix workflow as code ([d518e23](https://github.com/windmill-labs/windmill/commit/d518e2359d522df3c8cf23baaf444eabfb11246f)) +* job perms for agent mode ([#3911](https://github.com/windmill-labs/windmill/issues/3911)) ([e0ac22b](https://github.com/windmill-labs/windmill/commit/e0ac22ba4a59da4ca6c548de1ce0b5f394a49c66)) + ## [1.345.2](https://github.com/windmill-labs/windmill/compare/v1.345.1...v1.345.2) (2024-06-13) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 599ac8915b..0a1af458ff 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -576,7 +576,7 @@ dependencies = [ "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.7.1", + "polling 3.7.2", "rustix 0.38.34", "slab", "tracing", @@ -817,9 +817,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75588e7ee5e8496eed939adac2035a6dbab9f7eb2acdd9ab2d31856dab6f3955" +checksum = "36978815abdd7297662bf906adff132941a02ecf425bc78fac7d90653ce87560" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -1193,12 +1193,11 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bb8" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df7c2093d15d6a1d33b1f972e1c5ea3177748742b97a5f392aa83a65262c6780" +checksum = "b10cf871f3ff2ce56432fddc2615ac7acc3aa22ca321f8fea800846fbb32f188" dependencies = [ "async-trait", - "futures-channel", "futures-util", "parking_lot", "tokio", @@ -2872,15 +2871,15 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.17" +version = "0.99.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "convert_case 0.4.0", "proc-macro2", "quote", "rustc_version 0.4.0", - "syn 1.0.109", + "syn 2.0.66", ] [[package]] @@ -3944,6 +3943,12 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + [[package]] name = "hex" version = "0.4.3" @@ -4473,7 +4478,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -5042,9 +5047,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memmap2" @@ -5397,7 +5402,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", ] @@ -5668,7 +5673,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.1", + "redox_syscall 0.5.2", "smallvec", "windows-targets 0.52.5", ] @@ -6014,13 +6019,13 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.1" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1" +checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", + "hermit-abi 0.4.0", "pin-project-lite", "rustix 0.38.34", "tracing", @@ -6586,9 +6591,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ "bitflags 2.5.0", ] @@ -10117,7 +10122,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "axum", @@ -10156,7 +10161,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "argon2", @@ -10234,7 +10239,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.345.2" +version = "1.346.0" dependencies = [ "base64 0.21.7", "chrono", @@ -10252,7 +10257,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.345.2" +version = "1.346.0" dependencies = [ "chrono", "serde", @@ -10265,7 +10270,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "aws-config", @@ -10304,7 +10309,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.345.2" +version = "1.346.0" dependencies = [ "regex", "rsmq_async", @@ -10319,7 +10324,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.345.2" +version = "1.346.0" dependencies = [ "serde", "serde_json", @@ -10327,7 +10332,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "lazy_static", @@ -10338,7 +10343,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "gosyn", @@ -10350,7 +10355,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "lazy_static", @@ -10361,7 +10366,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10375,7 +10380,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10386,7 +10391,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "async-recursion", @@ -10403,7 +10408,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "lazy_static", @@ -10414,7 +10419,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10433,7 +10438,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10452,7 +10457,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "async-recursion", @@ -10485,7 +10490,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.345.2" +version = "1.346.0" dependencies = [ "serde", "wasm-bindgen", @@ -10496,7 +10501,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.345.2" +version = "1.346.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fdb92f9b7f..d32a9dfb5e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.345.2" +version = "1.346.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.345.2" +version = "1.346.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 94c5e7767e..bfbd5ca0d2 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.345.2 + version: 1.346.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 17416d0c14..4ed935b5d9 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.345.2"; +export const VERSION = "v1.346.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 39f8834e8b..2c7583ecbc 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.345.2"; +export const VERSION = "v1.346.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 309bbe4f3f..05f365f225 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.345.2", + "version": "1.346.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.345.2", + "version": "1.346.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index c3db6c5aad..4dea4a709e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.345.2", + "version": "1.346.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 49bdf3e336..3c3b8e71ec 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.345.2" -wmill_pg = ">=1.345.2" +wmill = ">=1.346.0" +wmill_pg = ">=1.346.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 719c9a3282..08806cabc9 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.345.2 + version: 1.346.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 994b748f3b..2c545540ab 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.345.2' +ModuleVersion = '1.346.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 2458b28a28..e4e78145c1 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.345.2" +version = "1.346.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 b59c52c152..496ea6a75b 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.345.2" +version = "1.346.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 853776ac5d..a6a91b4d04 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.345.2", + "version": "1.346.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 f9cf6b2b15..d65a49c9fe 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.345.2", + "version": "1.346.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 42ef5a7f24..c59408a635 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.345.2 +1.346.0