diff --git a/CHANGELOG.md b/CHANGELOG.md index 6696bf3a2e..6f571b182d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.312.0](https://github.com/windmill-labs/windmill/compare/v1.311.0...v1.312.0) (2024-04-22) + + +### Features + +* **frontend:** Fix style panel zIndex ([#3581](https://github.com/windmill-labs/windmill/issues/3581)) ([464a2c4](https://github.com/windmill-labs/windmill/commit/464a2c4f66f761bb83bdb281b67c91fccb7ed5eb)) +* hide scripts with on function main from operators + badge/filter for devs ([#3584](https://github.com/windmill-labs/windmill/issues/3584)) ([8ae16d9](https://github.com/windmill-labs/windmill/commit/8ae16d90edbd65ff02929977262647d3e18bf036)) + + +### Bug Fixes + +* **frontend:** Fix the table selection + improve the ComponentInputTypeEditor ([#3585](https://github.com/windmill-labs/windmill/issues/3585)) ([f3d0bb3](https://github.com/windmill-labs/windmill/commit/f3d0bb3814865ad715e9fe024d7e9f921425af09)) + ## [1.311.0](https://github.com/windmill-labs/windmill/compare/v1.310.0...v1.311.0) (2024-04-21) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4af378b0fe..9ab9d08852 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ "futures-lite 2.3.0", "parking", "polling 3.6.0", - "rustix 0.38.32", + "rustix 0.38.33", "slab", "tracing", "windows-sys 0.52.0", @@ -2799,9 +2799,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" +checksum = "38793c55593b33412e3ae40c2c9781ffaa6f438f6f8c10f24e71846fbd7ae01e" [[package]] name = "filetime" @@ -5655,7 +5655,7 @@ dependencies = [ "concurrent-queue", "hermit-abi", "pin-project-lite", - "rustix 0.38.32", + "rustix 0.38.33", "tracing", "windows-sys 0.52.0", ] @@ -6638,9 +6638,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.32" +version = "0.38.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" +checksum = "e3cc72858054fcff6d7dea32df2aeaee6a7c24227366d7ea429aada2f26b16ad" dependencies = [ "bitflags 2.5.0", "errno", @@ -6682,7 +6682,7 @@ dependencies = [ "log", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.2", + "rustls-webpki 0.102.3", "subtle", "zeroize", ] @@ -6748,9 +6748,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.2" +version = "0.102.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" +checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -8392,7 +8392,7 @@ checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand 2.0.2", - "rustix 0.38.32", + "rustix 0.38.33", "windows-sys 0.52.0", ] @@ -9319,7 +9319,7 @@ dependencies = [ "once_cell", "rustls 0.22.4", "rustls-pki-types", - "rustls-webpki 0.102.2", + "rustls-webpki 0.102.3", "serde", "serde_json", "url", @@ -9647,7 +9647,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.32", + "rustix 0.38.33", ] [[package]] @@ -9659,7 +9659,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.32", + "rustix 0.38.33", "windows-sys 0.48.0", ] @@ -9707,7 +9707,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "axum", @@ -9744,7 +9744,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "argon2", @@ -9821,7 +9821,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.311.0" +version = "1.312.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9839,7 +9839,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.311.0" +version = "1.312.0" dependencies = [ "chrono", "serde", @@ -9852,7 +9852,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "aws-config", @@ -9888,7 +9888,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.311.0" +version = "1.312.0" dependencies = [ "regex", "rsmq_async", @@ -9903,7 +9903,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.311.0" +version = "1.312.0" dependencies = [ "serde", "serde_json", @@ -9911,7 +9911,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "lazy_static", @@ -9922,7 +9922,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "gosyn", @@ -9934,7 +9934,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "lazy_static", @@ -9945,7 +9945,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9956,7 +9956,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "async-recursion", @@ -9973,7 +9973,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "lazy_static", @@ -9984,7 +9984,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "getrandom 0.2.14", @@ -10020,7 +10020,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "async-recursion", @@ -10053,7 +10053,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.311.0" +version = "1.312.0" dependencies = [ "serde", "wasm-bindgen", @@ -10064,7 +10064,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.311.0" +version = "1.312.0" dependencies = [ "anyhow", "async-recursion", @@ -10343,7 +10343,7 @@ checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" dependencies = [ "libc", "linux-raw-sys 0.4.13", - "rustix 0.38.32", + "rustix 0.38.33", ] [[package]] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index dcf2936740..3d579d7e99 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.311.0" +version = "1.312.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.311.0" +version = "1.312.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 7cdf2f7582..e96f64e2aa 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.311.0 + version: 1.312.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index ca9a28837c..b0043bca0e 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.311.0"; +export const VERSION = "v1.312.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 843a9e9ce7..592d2be8fb 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.311.0"; +export const VERSION = "v1.312.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5be7ab12d1..89d1d9b12a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.311.0", + "version": "1.312.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.311.0", + "version": "1.312.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 4005b49032..ca928d1a9c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.311.0", + "version": "1.312.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 93e13a238a..9286eb7164 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.311.0" -wmill_pg = ">=1.311.0" +wmill = ">=1.312.0" +wmill_pg = ">=1.312.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 47dfab7094..6495d76cf8 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.311.0 + version: 1.312.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index f961c2b77c..4cba47439b 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.311.0' +ModuleVersion = '1.312.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 4bc2aee8e7..caeba5957a 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.311.0" +version = "1.312.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 fc1bbf6e0c..e3f950a846 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.311.0" +version = "1.312.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/package.json b/typescript-client/package.json index 9eb4c1d477..81dee8c3af 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.311.0", + "version": "1.312.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 8d0e874fa5..c2de86c000 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.311.0 +1.312.0