diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ceeead96fba..7ad3331073551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.439.0](https://github.com/windmill-labs/windmill/compare/v1.438.0...v1.439.0) (2024-12-15) + + +### Features + +* add multipart/form-data support ([#4927](https://github.com/windmill-labs/windmill/issues/4927)) ([83a60cb](https://github.com/windmill-labs/windmill/commit/83a60cbc517d5ddab24b247fd5e452175d59ad07)) + + +### Bug Fixes + +* ECS terraform db url + ami issues ([#4924](https://github.com/windmill-labs/windmill/issues/4924)) ([5172c13](https://github.com/windmill-labs/windmill/commit/5172c13ab8e9aeb1a83c161e7e7f63ebfb40b008)) + ## [1.438.0](https://github.com/windmill-labs/windmill/compare/v1.437.1...v1.438.0) (2024-12-13) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index addd23eeabf8f..a117b2d748f88 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1955,18 +1955,18 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ "crossbeam-epoch", "crossbeam-utils", @@ -1983,18 +1983,18 @@ dependencies = [ [[package]] name = "crossbeam-queue" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" +checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" @@ -10666,7 +10666,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "axum", @@ -10707,7 +10707,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "argon2", @@ -10792,7 +10792,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.438.0" +version = "1.439.0" dependencies = [ "base64 0.22.1", "chrono", @@ -10810,7 +10810,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.438.0" +version = "1.439.0" dependencies = [ "chrono", "serde", @@ -10823,7 +10823,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "serde", @@ -10837,7 +10837,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "async-stream", @@ -10894,7 +10894,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.438.0" +version = "1.439.0" dependencies = [ "regex", "serde", @@ -10908,7 +10908,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "bytes", @@ -10931,7 +10931,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.438.0" +version = "1.439.0" dependencies = [ "itertools 0.13.0", "lazy_static", @@ -10943,7 +10943,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.438.0" +version = "1.439.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -10952,7 +10952,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "lazy_static", @@ -10964,7 +10964,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "serde_json", @@ -10976,7 +10976,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "gosyn", @@ -10988,7 +10988,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "lazy_static", @@ -11000,7 +11000,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -11011,7 +11011,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -11022,7 +11022,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "async-recursion", @@ -11040,7 +11040,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -11057,7 +11057,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "lazy_static", @@ -11069,7 +11069,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "lazy_static", @@ -11087,7 +11087,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -11109,7 +11109,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "serde_json", @@ -11119,7 +11119,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "async-recursion", @@ -11153,7 +11153,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.438.0" +version = "1.439.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -11163,7 +11163,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.438.0" +version = "1.439.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8eebd1cc483c7..dcd9dcdf72765 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.438.0" +version = "1.439.0" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.438.0" +version = "1.439.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index f5d5d91186b1b..f962affd08034 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.438.0 + version: 1.439.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 6188eaf06dba7..35d431238251b 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.438.0"; +export const VERSION = "v1.439.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 37c583d0d017f..c2bfd62d4b058 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.438.0"; +export const VERSION = "1.439.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cff0832146334..d65a848fa800a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.438.0", + "version": "1.439.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.438.0", + "version": "1.439.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", diff --git a/frontend/package.json b/frontend/package.json index 1bcd76455549b..3f4295e107a82 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.438.0", + "version": "1.439.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3f5a6662224fd..582a896ed1e84 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.438.0" -wmill_pg = ">=1.438.0" +wmill = ">=1.439.0" +wmill_pg = ">=1.439.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 8953afc23a6af..4349b48d2bdda 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.438.0 + version: 1.439.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 1e6c4404c1d3a..bd08255029330 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.438.0' + ModuleVersion = '1.439.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index f87fb282b6d6c..c4d123e489c6a 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.438.0" +version = "1.439.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 3dd4898d08179..002f59a998d55 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.438.0" +version = "1.439.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 c9ef876321da1..721511a902ef6 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.438.0", + "version": "1.439.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 3b09049500de9..a1b4c506a5083 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.438.0", + "version": "1.439.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 782fae348d3f3..4490405ded4a6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.438.0 +1.439.0