diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf8584d1c..a4489c2d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.253.7](https://github.com/windmill-labs/windmill/compare/v1.253.6...v1.253.7) (2024-01-25) + + +### Bug Fixes + +* Improvement for Python write_s3_file ([#3079](https://github.com/windmill-labs/windmill/issues/3079)) ([082aa6a](https://github.com/windmill-labs/windmill/commit/082aa6a61d860354929efcccfcff695c5ccc8c1d)) + ## [1.253.6](https://github.com/windmill-labs/windmill/compare/v1.253.5...v1.253.6) (2024-01-25) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index a2925fa385..7f86fc191b 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -5178,18 +5178,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" +checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" +checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" dependencies = [ "proc-macro2", "quote", @@ -6242,7 +6242,7 @@ checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.4", + "regex-automata 0.4.5", "regex-syntax 0.8.2", ] @@ -6257,9 +6257,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a" +checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" dependencies = [ "aho-corasick", "memchr", @@ -9555,7 +9555,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "axum", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "argon2", @@ -9665,7 +9665,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.253.4" +version = "1.253.7" dependencies = [ "base64 0.21.7", "chrono", @@ -9683,7 +9683,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.253.4" +version = "1.253.7" dependencies = [ "chrono", "serde", @@ -9696,7 +9696,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "aws-config", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.253.4" +version = "1.253.7" dependencies = [ "rsmq_async", "serde", @@ -9744,7 +9744,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.253.4" +version = "1.253.7" dependencies = [ "serde", "serde_json", @@ -9752,7 +9752,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "lazy_static", @@ -9763,7 +9763,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "gosyn", @@ -9775,7 +9775,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "lazy_static", @@ -9786,7 +9786,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9797,7 +9797,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "async-recursion", @@ -9814,7 +9814,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "lazy_static", @@ -9825,7 +9825,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9843,7 +9843,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9861,7 +9861,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "async-recursion", @@ -9894,7 +9894,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.253.4" +version = "1.253.7" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0bfdd19620..67ac2c2bb8 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.253.4" +version = "1.253.7" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.253.4" +version = "1.253.7" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index e430aa0b57..9394a3816f 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.4 + version: 1.253.7 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index e2c1d0adfe..e38aa7e094 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.4"; +export const VERSION = "v1.253.7"; 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 a00e44cd5f..69a0a31498 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.253.4"; +export const VERSION = "v1.253.7"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c5ca947a52..04831c616a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.253.4", + "version": "1.253.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.253.4", + "version": "1.253.7", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index a4aa13e8ba..2eeeb1545a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.253.4", + "version": "1.253.7", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d18c5e47ed..0f48cf84b6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.253.4" -wmill_pg = ">=1.253.4" +wmill = ">=1.253.7" +wmill_pg = ">=1.253.7" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index cfdaa2cb3c..ce98c814b8 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.253.4 + version: 1.253.7 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 8aabab18f3..5dfdb30330 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.253.4" +version = "1.253.7" 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 c22f7f2e61..63536aa91e 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.4" +version = "1.253.7" 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 471fc288b1..a875095655 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.4", + "version": "1.253.7", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 1a64e8d02b..4c24f42c8f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.253.6 +1.253.7