diff --git a/CHANGELOG.md b/CHANGELOG.md index 3acf817519..79cd633a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.333.3](https://github.com/windmill-labs/windmill/compare/v1.333.2...v1.333.3) (2024-05-20) + + +### Bug Fixes + +* **cli:** make bun the default language in absence of wmill defaultTs ([8399086](https://github.com/windmill-labs/windmill/commit/83990869bc5edb98f633944410242de19dbe5d01)) + ## [1.333.2](https://github.com/windmill-labs/windmill/compare/v1.333.1...v1.333.2) (2024-05-20) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index ee654eade4..d21a3d86bd 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2206,9 +2206,9 @@ dependencies = [ [[package]] name = "deno_unsync" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d79c7af81e0a5ac75cff7b2fff4d1896e2bff694c688258edf21ef8a519736" +checksum = "7557a5e9278b9a5cc8056dc37062ea4344770bda4eeb5973c7cbb7ebf636b9a4" dependencies = [ "tokio", ] @@ -4180,9 +4180,9 @@ dependencies = [ [[package]] name = "malachite" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ad951c9d45bd4c77f4c843844870dddeb2e332864226f5a62277498e1627b8" +checksum = "f6a92f827120eb207c3ae547fcd7520f040ccc15f0de97ecdc1f951a1698f82d" dependencies = [ "malachite-base", "malachite-nz", @@ -4191,9 +4191,9 @@ dependencies = [ [[package]] name = "malachite-base" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d073a3d1e4e037975af5ef176a2632672e25e8ddbe8e1811745c2e0726b6ad94" +checksum = "c6c65facadeb552fa7697a941cfd5a829f62127f114f0b41943cf9edeb286e3a" dependencies = [ "hashbrown 0.14.5", "itertools 0.11.0", @@ -4216,20 +4216,21 @@ dependencies = [ [[package]] name = "malachite-nz" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2546fc6ae29728079e87a2a0f011509e6060713b65e62ee46ba5d413b495ebc7" +checksum = "585d783bf688f0e2bbdaef2a54e2cdff001d0b6350fb7d84ca75ac75948c19a2" dependencies = [ "itertools 0.11.0", "libm", "malachite-base", + "pyo3-build-config", ] [[package]] name = "malachite-q" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad0ac879ecbb7e1cc8060b48696eebed0b0de8d922db4f8b378dfbc1bad806a" +checksum = "86ff88d461a34479b466f087757cd9f34f3f4a4a2fefb68a62205396f7e7a59a" dependencies = [ "itertools 0.11.0", "malachite-base", @@ -5978,6 +5979,16 @@ dependencies = [ "reborrow", ] +[[package]] +name = "pyo3-build-config" +version = "0.20.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" +dependencies = [ + "once_cell", + "target-lexicon", +] + [[package]] name = "quick-xml" version = "0.30.0" @@ -8368,6 +8379,12 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5" +[[package]] +name = "target-lexicon" +version = "0.12.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" + [[package]] name = "tempfile" version = "3.10.1" @@ -9699,7 +9716,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "axum", @@ -9739,7 +9756,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "argon2", @@ -9815,7 +9832,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.333.2" +version = "1.333.3" dependencies = [ "base64 0.21.7", "chrono", @@ -9833,7 +9850,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.333.2" +version = "1.333.3" dependencies = [ "chrono", "serde", @@ -9846,7 +9863,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "aws-config", @@ -9884,7 +9901,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.333.2" +version = "1.333.3" dependencies = [ "regex", "rsmq_async", @@ -9899,7 +9916,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.333.2" +version = "1.333.3" dependencies = [ "serde", "serde_json", @@ -9907,7 +9924,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "lazy_static", @@ -9918,7 +9935,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "gosyn", @@ -9930,7 +9947,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "lazy_static", @@ -9941,7 +9958,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9955,7 +9972,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "itertools 0.13.0", @@ -9966,7 +9983,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "async-recursion", @@ -9983,7 +10000,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "lazy_static", @@ -9994,7 +10011,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10012,7 +10029,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10031,7 +10048,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "async-recursion", @@ -10064,7 +10081,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.333.2" +version = "1.333.3" dependencies = [ "serde", "wasm-bindgen", @@ -10075,7 +10092,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.333.2" +version = "1.333.3" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1c72596f6c..91b7d59dea 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.333.2" +version = "1.333.3" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.333.2" +version = "1.333.3" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index bf365e54a5..97e3eaeda3 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.333.2 + version: 1.333.3 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index debb42ffb2..7a3d6df9d1 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.333.2"; +export const VERSION = "v1.333.3"; 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 48bc837b1c..283e284568 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.333.2"; +export const VERSION = "v1.333.3"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 02ee02aed2..16932a9dde 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.333.2", + "version": "1.333.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.333.2", + "version": "1.333.3", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index c6c4f54583..641677d68a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.333.2", + "version": "1.333.3", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index ffd6880edd..270f72a0f8 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.333.2" -wmill_pg = ">=1.333.2" +wmill = ">=1.333.3" +wmill_pg = ">=1.333.3" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index ac62e1fce6..db76bbdaff 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.333.2 + version: 1.333.3 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 5183a1641f..e66303d46e 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.333.2' +ModuleVersion = '1.333.3' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 27a061e8e7..07cafaa811 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.333.2" +version = "1.333.3" 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 b752f3a4a3..5438b38950 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.333.2" +version = "1.333.3" 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 097345a37f..4d7d73858b 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.333.2", + "version": "1.333.3", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 4cf678a3c1..0cd3e559f8 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.333.2", + "version": "1.333.3", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index fdfd60999b..b5db79f494 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.333.2 +1.333.3