From 7a4d44e8b6425e72942f630eb41c3665dbdd540f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 12 May 2024 23:30:37 -0700 Subject: [PATCH] chore(main): release 1.327.0 (#3715) * chore(main): release 1.327.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 +++ backend/Cargo.lock | 56 +++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 52 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d95300c7b..ecad190df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.327.0](https://github.com/windmill-labs/windmill/compare/v1.326.1...v1.327.0) (2024-05-13) + + +### Features + +* nativets can use the wmill library + setClient not required anymore ([#3714](https://github.com/windmill-labs/windmill/issues/3714)) ([8b21f08](https://github.com/windmill-labs/windmill/commit/8b21f0812c939542ed84863de029b60f94526417)) + ## [1.326.1](https://github.com/windmill-labs/windmill/compare/v1.326.0...v1.326.1) (2024-05-12) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index e55e86237d..1f38d2fdf5 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -251,9 +251,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.2.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928" +checksum = "9f2776ead772134d55b62dd45e59a79e21612d85d0af729b8b7d3967d601a62a" dependencies = [ "concurrent-queue", "event-listener 5.3.0", @@ -312,7 +312,7 @@ version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ - "async-channel 2.2.1", + "async-channel 2.3.0", "async-executor", "async-io 2.3.2", "async-lock 3.3.0", @@ -1144,7 +1144,7 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88" dependencies = [ - "async-channel 2.2.1", + "async-channel 2.3.0", "async-lock 3.3.0", "async-task", "futures-io", @@ -2735,9 +2735,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38793c55593b33412e3ae40c2c9781ffaa6f438f6f8c10f24e71846fbd7ae01e" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filetime" @@ -5131,9 +5131,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" +checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf" dependencies = [ "atomic-waker", "fastrand 2.1.0", @@ -9368,9 +9368,9 @@ checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" [[package]] name = "waker-fn" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" [[package]] name = "walkdir" @@ -9639,7 +9639,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "axum", @@ -9676,7 +9676,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "argon2", @@ -9752,7 +9752,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.326.1" +version = "1.327.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9770,7 +9770,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.326.1" +version = "1.327.0" dependencies = [ "chrono", "serde", @@ -9783,7 +9783,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "aws-config", @@ -9821,7 +9821,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.326.1" +version = "1.327.0" dependencies = [ "regex", "rsmq_async", @@ -9836,7 +9836,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.326.1" +version = "1.327.0" dependencies = [ "serde", "serde_json", @@ -9844,7 +9844,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "lazy_static", @@ -9855,7 +9855,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "gosyn", @@ -9867,7 +9867,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "lazy_static", @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9889,7 +9889,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "async-recursion", @@ -9906,7 +9906,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "lazy_static", @@ -9917,7 +9917,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9935,7 +9935,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -9953,7 +9953,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "async-recursion", @@ -9986,7 +9986,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.326.1" +version = "1.327.0" dependencies = [ "serde", "wasm-bindgen", @@ -9997,7 +9997,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.326.1" +version = "1.327.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index eaf90137e2..b58d5ff007 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.326.1" +version = "1.327.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.326.1" +version = "1.327.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 5a79cfb8a1..03539cf2b5 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.326.1 + version: 1.327.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index fd804fa5cb..92880e3da6 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.326.1"; +export const VERSION = "v1.327.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 4da8a5140a..fcf8851b79 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.326.1"; +export const VERSION = "v1.327.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1d71fe7a0f..8a21d4e6df 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.326.1", + "version": "1.327.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.326.1", + "version": "1.327.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index e7ffb4ccd3..da9f20c197 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.326.1", + "version": "1.327.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b70dc7ad31..75e0208787 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.326.1" -wmill_pg = ">=1.326.1" +wmill = ">=1.327.0" +wmill_pg = ">=1.327.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a92979a618..923346c1f4 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.326.1 + version: 1.327.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 6a3745b144..80aac939ca 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.326.1' +ModuleVersion = '1.327.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index f7361fddbf..8dbd0ffd0e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.326.1" +version = "1.327.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 5ce3a5debe..189a3e7e29 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.326.1" +version = "1.327.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/jsr.json b/typescript-client/jsr.json index 21c6a0f40e..d46df9fa51 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.326.1", + "version": "1.327.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 149458fd43..fd58e1171a 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.326.1", + "version": "1.327.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index a322ff8ad1..4418586490 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.326.1 +1.327.0