From 5ae2e323e8ace68650dc93a32f37cbade110f235 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 1 Feb 2024 16:56:01 +0100 Subject: [PATCH] chore(main): release 1.259.0 (#3122) * chore(main): release 1.259.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 20 +++++ backend/Cargo.lock | 114 +++++++++++++++----------- 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 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 102 insertions(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee04549dc6..d35d6f4100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## [1.259.0](https://github.com/windmill-labs/windmill/compare/v1.258.4...v1.259.0) (2024-02-01) + + +### Features + +* ai cron ([#3128](https://github.com/windmill-labs/windmill/issues/3128)) ([c4308de](https://github.com/windmill-labs/windmill/commit/c4308de7206a200a588f98f947fc532189c92ef0)) +* auto-add users ([#3114](https://github.com/windmill-labs/windmill/issues/3114)) ([6b772dd](https://github.com/windmill-labs/windmill/commit/6b772dd2a7b7e5c9b58777a3e3e99f8b46775e93)) +* **frontend:** add support for dynamic default values + enums ([#3109](https://github.com/windmill-labs/windmill/issues/3109)) ([ba10432](https://github.com/windmill-labs/windmill/commit/ba104324805edbced9c2adfbeccf8d83b91ea62d)) +* generate script summary ([#3110](https://github.com/windmill-labs/windmill/issues/3110)) ([1446cb4](https://github.com/windmill-labs/windmill/commit/1446cb45adbbb4fa59ca2ca98e9d7dd37af26a76)) +* migrate s3 client to object_store ([#3116](https://github.com/windmill-labs/windmill/issues/3116)) ([5dabe22](https://github.com/windmill-labs/windmill/commit/5dabe22935134984d017c20f4ce44389a67b5e4a)) + + +### Bug Fixes + +* **frontend:** fix DB studio when columns have space in their names ([#3126](https://github.com/windmill-labs/windmill/issues/3126)) ([8a8a30c](https://github.com/windmill-labs/windmill/commit/8a8a30c5ecf894945f812561ad0f79db7a75d541)) +* **frontend:** fix schema form toolips ([#3123](https://github.com/windmill-labs/windmill/issues/3123)) ([5a6fc48](https://github.com/windmill-labs/windmill/commit/5a6fc4891f36f200f60e97ae168516fedd6d4411)) +* handle array of null in display result ([e185eb3](https://github.com/windmill-labs/windmill/commit/e185eb37caf603d10a4e6084e6151d74735bd17b)) +* metadata gen typo ([#3125](https://github.com/windmill-labs/windmill/issues/3125)) ([c926e71](https://github.com/windmill-labs/windmill/commit/c926e714dc5d683208171c5c7308ba6da2f04204)) +* pg coerce nb to string ([#3127](https://github.com/windmill-labs/windmill/issues/3127)) ([b9d5506](https://github.com/windmill-labs/windmill/commit/b9d550679339f6fafc173fe68ab40730dc84376e)) + ## [1.258.4](https://github.com/windmill-labs/windmill/compare/v1.258.3...v1.258.4) (2024-01-31) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 985956c0bb..85dd91eb2a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -365,7 +365,7 @@ dependencies = [ "futures-lite 2.2.0", "parking", "polling 3.3.2", - "rustix 0.38.30", + "rustix 0.38.31", "slab", "tracing", "windows-sys 0.52.0", @@ -677,9 +677,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bb8" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a231b0053b541477a802d9bb79830e02d4b8eba400ba7686b676609a7958d90f" +checksum = "df7c2093d15d6a1d33b1f972e1c5ea3177748742b97a5f392aa83a65262c6780" dependencies = [ "async-trait", "futures-channel", @@ -2946,7 +2946,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.1", + "indexmap 2.2.2", "slab", "tokio", "tokio-util", @@ -3271,9 +3271,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" +checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -3454,7 +3454,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.2", ] [[package]] @@ -4170,6 +4170,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + [[package]] name = "num-integer" version = "0.1.45" @@ -4896,7 +4902,7 @@ dependencies = [ "comfy-table", "either", "hashbrown 0.14.3", - "indexmap 2.2.1", + "indexmap 2.2.2", "itoap", "num-traits", "once_cell", @@ -5004,7 +5010,7 @@ dependencies = [ "bytemuck", "either", "hashbrown 0.14.3", - "indexmap 2.2.1", + "indexmap 2.2.2", "memchr", "num-traits", "polars-arrow", @@ -5148,7 +5154,7 @@ dependencies = [ "ahash 0.8.7", "bytemuck", "hashbrown 0.14.3", - "indexmap 2.2.1", + "indexmap 2.2.2", "num-traits", "once_cell", "polars-error", @@ -5183,7 +5189,7 @@ dependencies = [ "cfg-if", "concurrent-queue", "pin-project-lite", - "rustix 0.38.30", + "rustix 0.38.31", "tracing", "windows-sys 0.52.0", ] @@ -6119,9 +6125,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.30" +version = "0.38.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" +checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" dependencies = [ "bitflags 2.4.2", "errno", @@ -6545,7 +6551,7 @@ version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.2", "itoa", "ryu", "serde", @@ -6651,7 +6657,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.2.1", + "indexmap 2.2.2", "serde", "serde_json", "serde_with_macros", @@ -6676,7 +6682,7 @@ version = "0.9.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.2", "itoa", "ryu", "serde", @@ -6864,9 +6870,9 @@ dependencies = [ [[package]] name = "smtp-proto" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b37ae016fedcac2174dd0e3029870154830a4d3fb10f533317f2604e72b343" +checksum = "34344dcc7dd10b3de9224fd68e5f019fff2246d9cdf8e4322f770f48030e0c83" [[package]] name = "snafu" @@ -7046,7 +7052,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.2.1", + "indexmap 2.2.2", "log", "memchr", "once_cell", @@ -7831,7 +7837,7 @@ dependencies = [ "cfg-if", "fastrand 2.0.1", "redox_syscall 0.4.1", - "rustix 0.38.30", + "rustix 0.38.31", "windows-sys 0.52.0", ] @@ -7925,12 +7931,13 @@ dependencies = [ [[package]] name = "time" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" +checksum = "fe80ced77cbfb4cb91a94bf72b378b4b6791a0d9b7f09d0be747d1bdff4e68bd" dependencies = [ "deranged", "itoa", + "num-conv", "powerfmt", "serde", "time-core", @@ -7945,10 +7952,11 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" +checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" dependencies = [ + "num-conv", "time-core", ] @@ -8226,7 +8234,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.2", "serde", "serde_spanned", "toml_datetime", @@ -8239,7 +8247,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.2", "serde", "serde_spanned", "toml_datetime", @@ -8536,12 +8544,14 @@ dependencies = [ [[package]] name = "ulid" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e37c4b6cbcc59a8dcd09a6429fbc7890286bcbb79215cea7b38a3c4c0921d93" +checksum = "7e3c3b4dcec1e4729aab50688a1a0631483d79e65b194851425e7748287715a6" dependencies = [ + "getrandom 0.2.12", "rand 0.8.5", "uuid 1.7.0", + "web-time", ] [[package]] @@ -8978,6 +8988,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "web-time" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ee269d72cc29bf77a2c4bc689cc750fb39f5cbd493d2205bbb3f5c7779cf7b0" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + [[package]] name = "webpki" version = "0.22.4" @@ -9021,7 +9041,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.30", + "rustix 0.38.31", ] [[package]] @@ -9067,7 +9087,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "axum", @@ -9103,7 +9123,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "argon2", @@ -9177,7 +9197,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.258.4" +version = "1.259.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9195,7 +9215,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.258.4" +version = "1.259.0" dependencies = [ "chrono", "serde", @@ -9208,7 +9228,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "axum", @@ -9241,7 +9261,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.258.4" +version = "1.259.0" dependencies = [ "rsmq_async", "serde", @@ -9255,7 +9275,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.258.4" +version = "1.259.0" dependencies = [ "serde", "serde_json", @@ -9263,7 +9283,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "lazy_static", @@ -9274,7 +9294,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "gosyn", @@ -9286,7 +9306,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "lazy_static", @@ -9297,7 +9317,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9308,7 +9328,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "async-recursion", @@ -9325,7 +9345,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "lazy_static", @@ -9336,7 +9356,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9354,7 +9374,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9372,7 +9392,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "async-recursion", @@ -9405,7 +9425,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.258.4" +version = "1.259.0" dependencies = [ "anyhow", "async-recursion", @@ -9645,7 +9665,7 @@ checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" dependencies = [ "libc", "linux-raw-sys 0.4.13", - "rustix 0.38.30", + "rustix 0.38.31", ] [[package]] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f195623846..8d9fd2ae52 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.258.4" +version = "1.259.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.258.4" +version = "1.259.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index bfdee0ad09..6d40840b58 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.258.4 + version: 1.259.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 12fbd1b422..f4d591e79f 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.258.4"; +export const VERSION = "v1.259.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 065b699409..f31856775b 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.258.4"; +export const VERSION = "v1.259.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index eb984488e0..7ac211bd73 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.258.4", + "version": "1.259.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.258.4", + "version": "1.259.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 710b163d41..6fbfea3d5b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.258.4", + "version": "1.259.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 709cda86ee..87089e1172 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.258.4" -wmill_pg = ">=1.258.4" +wmill = ">=1.259.0" +wmill_pg = ">=1.259.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0fee66daf3..226c78d89d 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.258.4 + version: 1.259.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index a4216a649c..96228dfc83 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.258.4" +version = "1.259.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 842ce56704..c6c3d904b5 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.258.4" +version = "1.259.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 3fb19761a5..8682129e3a 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.258.4", + "version": "1.259.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f2d9d81062..afac1ed7cd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.258.4 +1.259.0