diff --git a/CHANGELOG.md b/CHANGELOG.md index a931efc492..2ab79df7e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.321.1](https://github.com/windmill-labs/windmill/compare/v1.321.0...v1.321.1) (2024-04-29) + + +### Bug Fixes + +* pg types conversion dbstudio ([#3636](https://github.com/windmill-labs/windmill/issues/3636)) ([f6e8f45](https://github.com/windmill-labs/windmill/commit/f6e8f45af1df9009a6086ee76b7a7cfa9845ff17)) + ## [1.321.0](https://github.com/windmill-labs/windmill/compare/v1.320.3...v1.321.0) (2024-04-29) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 74cbe137f3..da88ad4d36 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2757,9 +2757,9 @@ checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" [[package]] name = "flate2" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" dependencies = [ "crc32fast", "libz-sys", @@ -3937,9 +3937,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.154" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" [[package]] name = "libgit2-sys" @@ -5556,7 +5556,7 @@ dependencies = [ "num-traits", "once_cell", "polars-error", - "raw-cpuid 11.0.1", + "raw-cpuid 11.0.2", "rayon", "smartstring", "sysinfo", @@ -6070,9 +6070,9 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.0.1" +version = "11.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" +checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd" dependencies = [ "bitflags 2.5.0", ] @@ -9616,7 +9616,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "axum", @@ -9653,7 +9653,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "argon2", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.321.0" +version = "1.321.1" dependencies = [ "base64 0.21.7", "chrono", @@ -9748,7 +9748,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.321.0" +version = "1.321.1" dependencies = [ "chrono", "serde", @@ -9761,7 +9761,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "aws-config", @@ -9797,7 +9797,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.321.0" +version = "1.321.1" dependencies = [ "regex", "rsmq_async", @@ -9812,7 +9812,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.321.0" +version = "1.321.1" dependencies = [ "serde", "serde_json", @@ -9820,7 +9820,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "lazy_static", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "gosyn", @@ -9843,7 +9843,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "lazy_static", @@ -9854,7 +9854,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9865,7 +9865,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "async-recursion", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "lazy_static", @@ -9893,7 +9893,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9911,7 +9911,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "getrandom 0.2.14", @@ -9929,7 +9929,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "async-recursion", @@ -9962,7 +9962,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.321.0" +version = "1.321.1" dependencies = [ "serde", "wasm-bindgen", @@ -9973,7 +9973,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.321.0" +version = "1.321.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8a1d7c44d3..d1e8a1cfad 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.321.0" +version = "1.321.1" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.321.0" +version = "1.321.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 5028e48418..23d0e178ca 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.321.0 + version: 1.321.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 050df19a4f..594d25ea96 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.321.0"; +export const VERSION = "v1.321.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 50096d9bcb..9d7a3623f1 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.321.0"; +export const VERSION = "v1.321.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c2b25cd9ff..d70423d80f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.321.0", + "version": "1.321.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.321.0", + "version": "1.321.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 2c1d9e90f0..5193ff1fb7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.321.0", + "version": "1.321.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index eb32949f73..255be43944 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.321.0" -wmill_pg = ">=1.321.0" +wmill = ">=1.321.1" +wmill_pg = ">=1.321.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index ebcd76a270..d91645186d 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.321.0 + version: 1.321.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 0fc45ca53a..4a421db894 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.321.0' +ModuleVersion = '1.321.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index daaaeaa5ed..e583923e6c 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.321.0" +version = "1.321.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 2a197663c9..5575f89072 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.321.0" +version = "1.321.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/jsr.json b/typescript-client/jsr.json index cff181ba4e..0e2fbb30ee 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.321.0", + "version": "1.321.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 2bffd3fa55..4060c5478a 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.321.0", + "version": "1.321.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 6e904f16a3..3fce533ac3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.321.0 +1.321.1