diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1e94b957..b80ed7d1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.338.0](https://github.com/windmill-labs/windmill/compare/v1.337.0...v1.338.0) (2024-05-27) + + +### Features + +* allow user resources in apps with a toggle ([#3821](https://github.com/windmill-labs/windmill/issues/3821)) ([5877727](https://github.com/windmill-labs/windmill/commit/5877727c167bf9b62bedaa7eeafad3c913b1089d)) +* **frontend:** add open/close state of the modal in the outputs ([#3822](https://github.com/windmill-labs/windmill/issues/3822)) ([c246bb0](https://github.com/windmill-labs/windmill/commit/c246bb07052e65e9b336529ad638bcb9cc9686cd)) +* **frontend:** upgrade to gpt-4o + add AI support for php ([#3820](https://github.com/windmill-labs/windmill/issues/3820)) ([2561853](https://github.com/windmill-labs/windmill/commit/256185308e2c0f1b5395a76bc7de5d3857f867d4)) +* public apps can require login ([#3825](https://github.com/windmill-labs/windmill/issues/3825)) ([e2a1219](https://github.com/windmill-labs/windmill/commit/e2a1219373cace1bf4130004c27b9bf3595f7dd9)) +* worker vcpus/memory limits + mem usage ([#3828](https://github.com/windmill-labs/windmill/issues/3828)) ([621464b](https://github.com/windmill-labs/windmill/commit/621464b55025d601f747f611cbb3485d363a480a)) + + +### Bug Fixes + +* filtering not always working with concurrency keys ([#3823](https://github.com/windmill-labs/windmill/issues/3823)) ([47df9f3](https://github.com/windmill-labs/windmill/commit/47df9f33cce5a20231b6b38d4eb1ff370699fc38)) +* improve concurrency re-scheduling at scale ([f2d9c3c](https://github.com/windmill-labs/windmill/commit/f2d9c3c77729fe32366a1c0628d5c0af4d603dff)) +* improve concurrency re-scheduling at scale ([e187fa6](https://github.com/windmill-labs/windmill/commit/e187fa6263100cb26a24726123bcc3bbe641a6e8)) +* make all error strings more verbose ([7a36f30](https://github.com/windmill-labs/windmill/commit/7a36f30fe3138089df5c3a4ce87744c4a459044d)) + ## [1.337.0](https://github.com/windmill-labs/windmill/compare/v1.336.1...v1.337.0) (2024-05-25) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d62751db9c..5bd920ec4c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a" +checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" dependencies = [ "async-task", "concurrent-queue", @@ -1148,12 +1148,11 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "blocking" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88" +checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ "async-channel 2.3.1", - "async-lock 3.3.0", "async-task", "futures-io", "futures-lite 2.3.0", @@ -1203,7 +1202,7 @@ checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", - "brotli-decompressor 4.0.0", + "brotli-decompressor 4.0.1", ] [[package]] @@ -1218,9 +1217,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "4.0.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6221fe77a248b9117d431ad93761222e1cf8ff282d9d1d5d9f53d6299a1cf76" +checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -1515,9 +1514,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" +checksum = "a483f3cbf7cec2e153d424d0e92329d816becc6421389bd494375c6065921b9b" dependencies = [ "glob", "libc", @@ -2759,12 +2758,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "finl_unicode" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" - [[package]] name = "flate2" version = "1.0.30" @@ -4508,11 +4501,10 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ - "lazy_static", "libc", "log", "openssl", @@ -5806,9 +5798,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.83" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" +checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6" dependencies = [ "unicode-ident", ] @@ -6996,9 +6988,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" [[package]] name = "serde" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] @@ -7037,9 +7029,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", @@ -7810,13 +7802,13 @@ dependencies = [ [[package]] name = "stringprep" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6" +checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" dependencies = [ - "finl_unicode", "unicode-bidi", "unicode-normalization", + "unicode-properties", ] [[package]] @@ -9235,6 +9227,12 @@ dependencies = [ "smallvec", ] +[[package]] +name = "unicode-properties" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" + [[package]] name = "unicode-reverse" version = "1.0.9" @@ -9699,7 +9697,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "axum", @@ -9739,7 +9737,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "argon2", @@ -9816,7 +9814,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.337.0" +version = "1.338.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9834,7 +9832,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.337.0" +version = "1.338.0" dependencies = [ "chrono", "serde", @@ -9847,7 +9845,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "aws-config", @@ -9885,7 +9883,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.337.0" +version = "1.338.0" dependencies = [ "regex", "rsmq_async", @@ -9900,7 +9898,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.337.0" +version = "1.338.0" dependencies = [ "serde", "serde_json", @@ -9908,7 +9906,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "lazy_static", @@ -9919,7 +9917,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "gosyn", @@ -9931,7 +9929,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "lazy_static", @@ -9942,7 +9940,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9956,7 +9954,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -9967,7 +9965,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "async-recursion", @@ -9984,7 +9982,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "lazy_static", @@ -9995,7 +9993,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10013,7 +10011,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10032,7 +10030,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "async-recursion", @@ -10065,7 +10063,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.337.0" +version = "1.338.0" dependencies = [ "serde", "wasm-bindgen", @@ -10076,7 +10074,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.337.0" +version = "1.338.0" dependencies = [ "anyhow", "async-recursion", @@ -10454,9 +10452,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" [[package]] name = "zip" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 79abefb550..f79566bfe0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.337.0" +version = "1.338.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.337.0" +version = "1.338.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 01a934f4f4..51e48fc399 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.337.0 + version: 1.338.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index db40e2a10b..d1253830b9 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.337.0"; +export const VERSION = "v1.338.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 756cdb638c..8163f70d5b 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.337.0"; +export const VERSION = "v1.338.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4c7fc3f7f9..0618a46126 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.337.0", + "version": "1.338.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.337.0", + "version": "1.338.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 5c142eab34..abcc79bfbb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.337.0", + "version": "1.338.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index df826ba196..ccb50e4b51 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.337.0" -wmill_pg = ">=1.337.0" +wmill = ">=1.338.0" +wmill_pg = ">=1.338.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index bae6b9ce85..3475ab4c52 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.337.0 + version: 1.338.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index c7d19643ae..b937bd6875 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.337.0' +ModuleVersion = '1.338.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 94a1365d1f..14cac57dc7 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.337.0" +version = "1.338.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 1138fe257f..f04308c673 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.337.0" +version = "1.338.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 97b07a565d..db2ca895d4 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.337.0", + "version": "1.338.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 22b2d11538..fa454fc0db 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.337.0", + "version": "1.338.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index fdf10e1da9..031750a917 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.337.0 +1.338.0