diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7d24b5b8..f73f58cc44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [1.258.1](https://github.com/windmill-labs/windmill/compare/v1.258.0...v1.258.1) (2024-01-31) + + +### Bug Fixes + +* **cli:** add support for restart_unless_cancelled in sync ([b4d0a3c](https://github.com/windmill-labs/windmill/commit/b4d0a3c4239973fa32e198b117c25e0d13a53b4c)) +* fix RETENTION period setting UI ([5cec2ed](https://github.com/windmill-labs/windmill/commit/5cec2edaefd908a5bf3c9853035e6e2d2466656d)) + ## [1.258.0](https://github.com/windmill-labs/windmill/compare/v1.257.0...v1.258.0) (2024-01-30) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 69419d39dd..5dc040f372 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1942,12 +1942,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.4" +version = "0.20.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da01daa5f6d41c91358398e8db4dde38e292378da1f28300b59ef4732b879454" +checksum = "fc5d6b04b3fd0ba9926f945895de7d806260a2d7431ba82e7edaecb043c4c6b8" dependencies = [ - "darling_core 0.20.4", - "darling_macro 0.20.4", + "darling_core 0.20.5", + "darling_macro 0.20.5", ] [[package]] @@ -1966,9 +1966,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.4" +version = "0.20.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f44f6238b948a3c6c3073cdf53bb0c2d5e024ee27e0f35bfe9d556a12395808a" +checksum = "04e48a959bcd5c761246f5d090ebc2fbf7b9cd527a492b07a67510c108f1e7e3" dependencies = [ "fnv", "ident_case", @@ -1991,11 +1991,11 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.4" +version = "0.20.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d2d88bd93979b1feb760a6b5c531ac5ba06bd63e74894c377af02faee07b9cd" +checksum = "1d1545d67a2149e1d93b7e5c7752dce5a7426eb5d1357ddcfd89336b94444f77" dependencies = [ - "darling_core 0.20.4", + "darling_core 0.20.5", "quote", "syn 2.0.48", ] @@ -4414,7 +4414,7 @@ version = "0.30.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56b0d8a0db9bf6d2213e11f2c701cb91387b0614361625ab7b9743b41aa4938f" dependencies = [ - "darling 0.20.4", + "darling 0.20.5", "heck", "num-bigint", "proc-macro-crate 1.3.1", @@ -7126,9 +7126,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5c9fdb6b00a489875b22efd4b78fe2b363b72265cc5f6eb2e2b9ee270e6140c" +checksum = "1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981" dependencies = [ "base64 0.21.7", "chrono", @@ -7143,11 +7143,11 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbff351eb4b33600a2e138dfa0b10b65a238ea8ff8fb2387c422c5022a3e8298" +checksum = "568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15" dependencies = [ - "darling 0.20.4", + "darling 0.20.5", "proc-macro2", "quote", "syn 2.0.48", @@ -8224,14 +8224,13 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "synstructure" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" +checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", "syn 2.0.48", - "unicode-xid", ] [[package]] @@ -9266,9 +9265,9 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "value-bag" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cdbaf5e132e593e9fc1de6a15bbec912395b11fb9719e061cf64f804524c503" +checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b" [[package]] name = "vcpkg" @@ -9537,7 +9536,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "axum", @@ -9573,7 +9572,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "argon2", @@ -9647,7 +9646,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.258.0" +version = "1.258.1" dependencies = [ "base64 0.21.7", "chrono", @@ -9665,7 +9664,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.258.0" +version = "1.258.1" dependencies = [ "chrono", "serde", @@ -9678,7 +9677,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "aws-config", @@ -9712,7 +9711,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.258.0" +version = "1.258.1" dependencies = [ "rsmq_async", "serde", @@ -9726,7 +9725,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.258.0" +version = "1.258.1" dependencies = [ "serde", "serde_json", @@ -9734,7 +9733,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "lazy_static", @@ -9745,7 +9744,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "gosyn", @@ -9757,7 +9756,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "lazy_static", @@ -9768,7 +9767,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9779,7 +9778,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "async-recursion", @@ -9796,7 +9795,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "lazy_static", @@ -9807,7 +9806,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9825,7 +9824,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9843,7 +9842,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "async-recursion", @@ -9876,7 +9875,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.258.0" +version = "1.258.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5e78611cd1..ad49ead73e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.258.0" +version = "1.258.1" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.258.0" +version = "1.258.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 0496d0af4c..5ced270689 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.258.0 + version: 1.258.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 663248ec08..fe71beed00 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.258.0"; +export const VERSION = "v1.258.1"; 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 4fb567eca5..73d91df72f 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.258.0"; +export const VERSION = "v1.258.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6cca841717..451952a32e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.258.0", + "version": "1.258.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.258.0", + "version": "1.258.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index b8bf31a14d..d61529cf4e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.258.0", + "version": "1.258.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d1cd1b6ca5..89e8e9dc22 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.258.0" -wmill_pg = ">=1.258.0" +wmill = ">=1.258.1" +wmill_pg = ">=1.258.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index db0c0a8ef4..176a17b667 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.258.0 + version: 1.258.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 789240ecad..a7f3988840 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.258.0" +version = "1.258.1" 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 0c7a897d70..1401570761 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.258.0" +version = "1.258.1" 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 e144891219..969b05df71 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.258.0", + "version": "1.258.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 7a5ff9a28c..cc863ba1d7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.258.0 +1.258.1