diff --git a/CHANGELOG.md b/CHANGELOG.md index 427f1b7afb..c2e37dd1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.253.2](https://github.com/windmill-labs/windmill/compare/v1.253.1...v1.253.2) (2024-01-24) + + +### Bug Fixes + +* **app:** improve app reactivity ([737c4fb](https://github.com/windmill-labs/windmill/commit/737c4fb497ce4d04c8404b745dd00868724cfc51)) + ## [1.253.1](https://github.com/windmill-labs/windmill/compare/v1.253.0...v1.253.1) (2024-01-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 2f444e99f2..cc0b1c12a9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -788,9 +788,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eac0bb78e9e2765699999a02d7bfb4e6ad8f13e0962ebb9f5202b1d8cd76006" +checksum = "72ee2d09cce0ef3ae526679b522835d63e75fb427aca5413cd371e490d52dcc6" dependencies = [ "futures-util", "pin-project-lite", @@ -799,9 +799,9 @@ dependencies = [ [[package]] name = "aws-smithy-checksums" -version = "0.60.3" +version = "0.60.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535a2d5f1e459bc7709580a77152c8d493982db083236c2b1d1c51dc6217e8a3" +checksum = "be2acd1b9c6ae5859999250ed5a62423aedc5cf69045b844432de15fa2f31f2b" dependencies = [ "aws-smithy-http", "aws-smithy-types", @@ -820,9 +820,9 @@ dependencies = [ [[package]] name = "aws-smithy-eventstream" -version = "0.60.3" +version = "0.60.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "682371561562d08ab437766903c6bc28f4f95d7ab2ecfb389bda7849dd98aefe" +checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858" dependencies = [ "aws-smithy-types", "bytes", @@ -831,9 +831,9 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.60.3" +version = "0.60.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "365ca49744b2bda2f1e2dc03b856da3fa5a28ca5b0a41e41d7ff5305a8fae190" +checksum = "dab56aea3cd9e1101a0a999447fb346afb680ab1406cebc44b32346e25b4117d" dependencies = [ "aws-smithy-eventstream", "aws-smithy-runtime-api", @@ -852,18 +852,18 @@ dependencies = [ [[package]] name = "aws-smithy-json" -version = "0.60.3" +version = "0.60.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733ccdb727ac63370836aa3b3c483d75ad2ef7bc6507db3efe1d01e8d2e50367" +checksum = "fd3898ca6518f9215f62678870064398f00031912390efd03f1f6ef56d83aa8e" dependencies = [ "aws-smithy-types", ] [[package]] name = "aws-smithy-query" -version = "0.60.3" +version = "0.60.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aff02ae2ee7968bbce2983ffb5ce529d24f4848532300f398347bde8c2196974" +checksum = "bda4b1dfc9810e35fba8a620e900522cd1bd4f9578c446e82f49d1ce41d2e9f9" dependencies = [ "aws-smithy-types", "urlencoding", @@ -871,9 +871,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ab9cb6fee50680af8ceaa293ae79eba32095ca117161cb323f9ee30dd87d139" +checksum = "fafdab38f40ad7816e7da5dec279400dd505160780083759f01441af1bbb10ea" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -896,9 +896,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02ca2da7619517310bfead6d18abcdde90f1439224d887d608503cfacff46dff" +checksum = "c18276dd28852f34b3bf501f4f3719781f4999a51c7bff1a5c6dc8c4529adc29" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -912,9 +912,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4bb944488536cd2fef43212d829bc7e9a8bfc4afa079d21170441e7be8d2d0" +checksum = "bb3e134004170d3303718baa2a4eb4ca64ee0a1c0a7041dca31b38be0fb414f3" dependencies = [ "base64-simd", "bytes", @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "aws-smithy-xml" -version = "0.60.3" +version = "0.60.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef796feaf894d7fd03869235237aeffe73ed1b29a3927cceeee2eecadf876eba" +checksum = "8604a11b25e9ecaf32f9aa56b9fe253c5e2f606a3477f0071e96d3155a5ed218" dependencies = [ "xmlparser", ] @@ -9553,7 +9553,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "axum", @@ -9589,7 +9589,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "argon2", @@ -9663,7 +9663,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.253.1" +version = "1.253.2" dependencies = [ "base64 0.21.7", "chrono", @@ -9681,7 +9681,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.253.1" +version = "1.253.2" dependencies = [ "chrono", "serde", @@ -9694,7 +9694,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "aws-config", @@ -9728,7 +9728,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.253.1" +version = "1.253.2" dependencies = [ "rsmq_async", "serde", @@ -9742,7 +9742,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.253.1" +version = "1.253.2" dependencies = [ "serde", "serde_json", @@ -9750,7 +9750,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "lazy_static", @@ -9761,7 +9761,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "gosyn", @@ -9773,7 +9773,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "lazy_static", @@ -9784,7 +9784,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9795,7 +9795,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "async-recursion", @@ -9812,7 +9812,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "lazy_static", @@ -9823,7 +9823,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9841,7 +9841,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9859,7 +9859,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "async-recursion", @@ -9892,7 +9892,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.253.1" +version = "1.253.2" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 818da544ac..a031a0b422 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.253.1" +version = "1.253.2" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.253.1" +version = "1.253.2" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index dd7fcf94ef..02d1ea501c 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.253.1 + version: 1.253.2 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index e88992b338..12e3828d82 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.253.1"; +export const VERSION = "v1.253.2"; 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 35caecee7e..9ac601f6e0 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.253.1"; +export const VERSION = "v1.253.2"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5f0963c784..500241f0f0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.253.1", + "version": "1.253.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.253.1", + "version": "1.253.2", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index ab69de7d3a..48654a78a7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.253.1", + "version": "1.253.2", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index c15c425c50..b933cc19f1 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.253.1" -wmill_pg = ">=1.253.1" +wmill = ">=1.253.2" +wmill_pg = ">=1.253.2" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 4c4e4449e7..f40983d9cd 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.253.1 + version: 1.253.2 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 5fe289ab98..15908b5ce4 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.253.1" +version = "1.253.2" 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 a69aa9b637..9c8f28e1e1 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.253.1" +version = "1.253.2" 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 5ba8b4bd86..3a89481f60 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.253.1", + "version": "1.253.2", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index c036f2c525..7227986272 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.253.1 +1.253.2