diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfaf5fbdb..fcf614152c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.298.0](https://github.com/windmill-labs/windmill/compare/v1.297.1...v1.298.0) (2024-03-27) + + +### Features + +* add map support in renderer ([240ae93](https://github.com/windmill-labs/windmill/commit/240ae9374885fbc9a679d6c3d18a58f08c344756)) +* approval steps description ([810136a](https://github.com/windmill-labs/windmill/commit/810136a4a405855801c94de66ec8916979701c67)) + + +### Bug Fixes + +* display approval step at top level regardless of depth ([57a0530](https://github.com/windmill-labs/windmill/commit/57a0530434b06c38a7862537b36ab61f46cdf183)) +* fix clean cache deleting config ([1edf493](https://github.com/windmill-labs/windmill/commit/1edf493e6d76cc4abe9d2e5c8846946a3da6d730)) + ## [1.297.1](https://github.com/windmill-labs/windmill/compare/v1.297.0...v1.297.1) (2024-03-26) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 0f9a8480d8..b250b54285 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1398,9 +1398,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" dependencies = [ "android-tzdata", "iana-time-zone", @@ -4474,7 +4474,7 @@ dependencies = [ "thiserror", "time", "uuid 1.8.0", - "zstd 0.13.0", + "zstd 0.13.1", ] [[package]] @@ -5189,9 +5189,9 @@ dependencies = [ [[package]] name = "platforms" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" +checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "pmutil" @@ -5257,7 +5257,7 @@ dependencies = [ "streaming-iterator", "strength_reduce", "version_check", - "zstd 0.13.0", + "zstd 0.13.1", ] [[package]] @@ -5369,7 +5369,7 @@ dependencies = [ "tokio", "tokio-util", "url", - "zstd 0.13.0", + "zstd 0.13.1", ] [[package]] @@ -5450,7 +5450,7 @@ dependencies = [ "simdutf8", "snap", "streaming-decompression", - "zstd 0.13.0", + "zstd 0.13.1", ] [[package]] @@ -5613,20 +5613,6 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" -[[package]] -name = "postgres" -version = "0.19.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7915b33ed60abc46040cbcaa25ffa1c7ec240668e0477c4f3070786f5916d451" -dependencies = [ - "bytes", - "fallible-iterator", - "futures-util", - "log", - "tokio", - "tokio-postgres", -] - [[package]] name = "postgres-native-tls" version = "0.5.0" @@ -6525,15 +6511,15 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.34.3" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39449a79f45e8da28c57c341891b69a183044b29518bb8f86dbac9df60bb7df" +checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" dependencies = [ "arrayvec", "borsh", "bytes", "num-traits", - "postgres", + "postgres-types", "rand 0.8.5", "rkyv", "serde", @@ -6671,9 +6657,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "868e20fada228fefaf6b652e00cc73623d54f8171e7352c18bb281571f2d92da" +checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" [[package]] name = "rustls-tokio-stream" @@ -9629,7 +9615,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "axum", @@ -9666,7 +9652,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "argon2", @@ -9744,7 +9730,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.297.1" +version = "1.298.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9762,7 +9748,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.297.1" +version = "1.298.0" dependencies = [ "chrono", "serde", @@ -9775,7 +9761,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "aws-config", @@ -9811,7 +9797,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.297.1" +version = "1.298.0" dependencies = [ "regex", "rsmq_async", @@ -9826,7 +9812,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.297.1" +version = "1.298.0" dependencies = [ "serde", "serde_json", @@ -9834,7 +9820,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "lazy_static", @@ -9845,7 +9831,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "gosyn", @@ -9857,7 +9843,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "lazy_static", @@ -9868,7 +9854,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9879,7 +9865,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "async-recursion", @@ -9896,7 +9882,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "lazy_static", @@ -9907,7 +9893,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9925,7 +9911,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9943,7 +9929,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "async-recursion", @@ -9976,7 +9962,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.297.1" +version = "1.298.0" dependencies = [ "anyhow", "async-recursion", @@ -10364,11 +10350,11 @@ dependencies = [ [[package]] name = "zstd" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" +checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a" dependencies = [ - "zstd-safe 7.0.0", + "zstd-safe 7.1.0", ] [[package]] @@ -10383,18 +10369,18 @@ dependencies = [ [[package]] name = "zstd-safe" -version = "7.0.0" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" +checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a" dependencies = [ "zstd-sys", ] [[package]] name = "zstd-sys" -version = "2.0.9+zstd.1.5.5" +version = "2.0.10+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" +checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" dependencies = [ "cc", "pkg-config", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1d97ecdc2c..e3bfed524a 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.297.1" +version = "1.298.0" authors.workspace = true edition.workspace = true @@ -23,7 +23,7 @@ members = [ ] [workspace.package] -version = "1.297.1" +version = "1.298.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c9c4969017..9d91c4c190 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.297.1 + version: 1.298.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 645522d389..423e08ccad 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.297.1"; +export const VERSION = "v1.298.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 b528a6ee73..0abfbfbbb5 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.297.1"; +export const VERSION = "v1.298.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dea79f90f7..cec3179ddc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.297.1", + "version": "1.298.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.297.1", + "version": "1.298.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index a7704c735f..e60151243c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.297.1", + "version": "1.298.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index bc06592ebb..7b4b886ae9 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.297.1" -wmill_pg = ">=1.297.1" +wmill = ">=1.298.0" +wmill_pg = ">=1.298.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index ee393edbf0..9cb148b7c5 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.297.1 + version: 1.298.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 1258df9426..1cd160cf27 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.297.1" +version = "1.298.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 f89bba8776..04c553bbe6 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.297.1" +version = "1.298.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/package.json b/typescript-client/package.json index 3444b2e2fd..4e5dacbfc1 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.297.1", + "version": "1.298.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index cae0763b74..37d301bb39 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.297.1 +1.298.0