diff --git a/CHANGELOG.md b/CHANGELOG.md index 131d24fff7..0b1062ef61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## [1.269.0](https://github.com/windmill-labs/windmill/compare/v1.268.0...v1.269.0) (2024-02-13) + + +### Features + +* add ai for predicates and iterator expressions ([#3203](https://github.com/windmill-labs/windmill/issues/3203)) ([43e0ceb](https://github.com/windmill-labs/windmill/commit/43e0ceb342cd27ee94e7c1ac830ee642294e2f2f)) +* **frontend:** add confirmation modal to the app button ([#3199](https://github.com/windmill-labs/windmill/issues/3199)) ([6200932](https://github.com/windmill-labs/windmill/commit/620093271a44e90ea9b081583b4f1d93b04794dd)) +* Git sync can handle resource types, resources, variables and schedules ([#3202](https://github.com/windmill-labs/windmill/issues/3202)) ([0e7de63](https://github.com/windmill-labs/windmill/commit/0e7de63c4b698a449464a177b8da37ab9d0315ff)) +* improve runs page + add all workspaces to admins runs page ([90c7c0e](https://github.com/windmill-labs/windmill/commit/90c7c0ed8a0b268c4fae7254e25ef29ee7e2aef6)) + + +### Bug Fixes + +* **cli:** update hub sync version ([8b46b95](https://github.com/windmill-labs/windmill/commit/8b46b953a2d0ac48bab51cadfc11a2d299242c4a)) +* **frontend:** Truncate path on the run page ([#3208](https://github.com/windmill-labs/windmill/issues/3208)) ([3d0e5c8](https://github.com/windmill-labs/windmill/commit/3d0e5c8e576ab907a3533a30e3371641ddaea5f2)) +* init scripts are tagged with 'init_script' ([3c52ef1](https://github.com/windmill-labs/windmill/commit/3c52ef14691b0db3774ed7dd376ee23687e9462f)) +* **scim:** switch right join to left join for groups ([9655b8f](https://github.com/windmill-labs/windmill/commit/9655b8fb3275bc332a3bd2a10be27a30b3d653a5)) +* **scim:** when deleting instance groups manually, delete also members mapping ([ce4d077](https://github.com/windmill-labs/windmill/commit/ce4d0777f6d9297af62b92d29855d7108aac23d2)) +* search on table set page to 0 ([5c5c9c5](https://github.com/windmill-labs/windmill/commit/5c5c9c5ac4aa166054666b64d00cc82a2afac8f5)) + ## [1.268.0](https://github.com/windmill-labs/windmill/compare/v1.267.0...v1.268.0) (2024-02-11) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 88f141a13d..1ff74994aa 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1100,9 +1100,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7" +checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e" dependencies = [ "chrono", "chrono-tz-build", @@ -1379,9 +1379,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.3.2" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" dependencies = [ "cfg-if", ] @@ -2236,18 +2236,18 @@ dependencies = [ [[package]] name = "enumflags2" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" +checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" +checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" dependencies = [ "proc-macro2", "quote", @@ -2967,7 +2967,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.2", + "indexmap 2.2.3", "slab", "tokio", "tokio-util", @@ -3315,9 +3315,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.2" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" +checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -3498,7 +3498,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" dependencies = [ - "indexmap 2.2.2", + "indexmap 2.2.3", ] [[package]] @@ -4939,7 +4939,7 @@ dependencies = [ "comfy-table", "either", "hashbrown 0.14.3", - "indexmap 2.2.2", + "indexmap 2.2.3", "itoap", "num-traits", "once_cell", @@ -5047,7 +5047,7 @@ dependencies = [ "bytemuck", "either", "hashbrown 0.14.3", - "indexmap 2.2.2", + "indexmap 2.2.3", "memchr", "num-traits", "polars-arrow", @@ -5191,7 +5191,7 @@ dependencies = [ "ahash 0.8.8", "bytemuck", "hashbrown 0.14.3", - "indexmap 2.2.2", + "indexmap 2.2.3", "num-traits", "once_cell", "polars-error", @@ -6588,7 +6588,7 @@ version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ - "indexmap 2.2.2", + "indexmap 2.2.3", "itoa", "ryu", "serde", @@ -6694,7 +6694,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.2.2", + "indexmap 2.2.3", "serde", "serde_derive", "serde_json", @@ -6720,7 +6720,7 @@ version = "0.9.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" dependencies = [ - "indexmap 2.2.2", + "indexmap 2.2.3", "itoa", "ryu", "serde", @@ -7090,7 +7090,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.2.2", + "indexmap 2.2.3", "log", "memchr", "once_cell", @@ -7904,18 +7904,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" dependencies = [ "proc-macro2", "quote", @@ -8277,7 +8277,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.2.2", + "indexmap 2.2.3", "serde", "serde_spanned", "toml_datetime", @@ -8290,7 +8290,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.2.2", + "indexmap 2.2.3", "toml_datetime", "winnow", ] @@ -8301,7 +8301,7 @@ version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" dependencies = [ - "indexmap 2.2.2", + "indexmap 2.2.3", "serde", "serde_spanned", "toml_datetime", @@ -9143,7 +9143,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "axum", @@ -9179,7 +9179,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "argon2", @@ -9253,7 +9253,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.268.0" +version = "1.269.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9271,7 +9271,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.268.0" +version = "1.269.0" dependencies = [ "chrono", "serde", @@ -9284,7 +9284,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "axum", @@ -9317,7 +9317,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.268.0" +version = "1.269.0" dependencies = [ "regex", "rsmq_async", @@ -9332,7 +9332,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.268.0" +version = "1.269.0" dependencies = [ "serde", "serde_json", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "lazy_static", @@ -9351,7 +9351,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "gosyn", @@ -9363,7 +9363,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "lazy_static", @@ -9374,7 +9374,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9385,7 +9385,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "async-recursion", @@ -9402,7 +9402,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "lazy_static", @@ -9413,7 +9413,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9431,7 +9431,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "async-recursion", @@ -9482,7 +9482,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.268.0" +version = "1.269.0" dependencies = [ "anyhow", "async-recursion", @@ -9688,9 +9688,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.39" +version = "0.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5389a154b01683d28c77f8f68f49dea75f0a4da32557a58f68ee51ebba472d29" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 95733eeb44..7ed49d7579 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.268.0" +version = "1.269.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.268.0" +version = "1.269.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index b6ac847ea1..080aba6847 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.268.0 + version: 1.269.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 4e7534e51d..301b6506d8 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.268.0"; +export const VERSION = "v1.269.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 d152cc6846..3e1a61808c 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.268.0"; +export const VERSION = "v1.269.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 78ab0022c3..201019c4d7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.268.0", + "version": "1.269.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.268.0", + "version": "1.269.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 13c72da752..bb7ee04562 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.268.0", + "version": "1.269.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3665ebdf6b..2bfff0d88e 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.268.0" -wmill_pg = ">=1.268.0" +wmill = ">=1.269.0" +wmill_pg = ">=1.269.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 4341c0ddb8..d4ca5e3de9 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.268.0 + version: 1.269.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index d41c94bb9f..0bd58a5da7 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.268.0" +version = "1.269.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 b9940a6356..d7155ec377 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.268.0" +version = "1.269.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 9381d0be4e..9ef4b19524 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.268.0", + "version": "1.269.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 603bcc49a4..2a172fb9a6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.268.0 +1.269.0