diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9ef5f03e..450d2663a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## [1.194.0](https://github.com/windmill-labs/windmill/compare/v1.193.0...v1.194.0) (2023-10-30) + + +### Features + +* **frontend:** plotly wizard ([#2517](https://github.com/windmill-labs/windmill/issues/2517)) ([40adfdb](https://github.com/windmill-labs/windmill/commit/40adfdb7fd6e21d053e79c6db876a4a8c90509c3)) +* Restartable flows ([#2514](https://github.com/windmill-labs/windmill/issues/2514)) ([76a736a](https://github.com/windmill-labs/windmill/commit/76a736aee67517807d86e1c8c3961af907fc919c)) + + +### Bug Fixes + +* assign column length of table actions based on number of actions ([0c672e7](https://github.com/windmill-labs/windmill/commit/0c672e7e18b52d4615dcf473bf1424dfe685cc9d)) +* fix table reactivity ([01560db](https://github.com/windmill-labs/windmill/commit/01560dbdaf2dc30c16e9182b5a3353d13c927827)) +* **frontend:** fix ai gen ([#2518](https://github.com/windmill-labs/windmill/issues/2518)) ([6f4fb76](https://github.com/windmill-labs/windmill/commit/6f4fb7668cd09d2e5fdca8977718fd6b87883a27)) +* make modal and drawer button hiddable as config ([2e55af5](https://github.com/windmill-labs/windmill/commit/2e55af50c70b9d1118e9a63f119ac31e5a574e51)) +* workspaced embeddings for resource types ([#2525](https://github.com/windmill-labs/windmill/issues/2525)) ([302649f](https://github.com/windmill-labs/windmill/commit/302649faa858233ea62073a2460e1586db67249f)) + ## [1.193.0](https://github.com/windmill-labs/windmill/compare/v1.192.0...v1.193.0) (2023-10-28) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index aa3324b349..fe2be04c11 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1123,9 +1123,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1369bc6b9e9a7dfdae2055f6ec151fe9c554a9d23d357c0237cee2e25eaabb7" +checksum = "e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76" dependencies = [ "chrono", "chrono-tz-build", @@ -1134,9 +1134,9 @@ dependencies = [ [[package]] name = "chrono-tz-build" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2f5ebdc942f57ed96d560a6d1a459bae5851102a25d5bf89dc04ae453e31ecf" +checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f" dependencies = [ "parse-zoneinfo", "phf 0.11.2", @@ -4324,9 +4324,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b559898e0b4931ed2d3b959ab0c2da4d99cc644c4b0b1a35b4d344027f474023" +checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b" [[package]] name = "postgres" @@ -5590,9 +5590,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.107" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" +checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ "indexmap 2.0.2", "itoa", @@ -8027,7 +8027,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "axum", @@ -8062,7 +8062,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "argon2", @@ -8129,7 +8129,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.193.0" +version = "1.194.0" dependencies = [ "base64 0.21.5", "chrono", @@ -8147,7 +8147,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.193.0" +version = "1.194.0" dependencies = [ "chrono", "serde", @@ -8160,7 +8160,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "axum", @@ -8191,7 +8191,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.193.0" +version = "1.194.0" dependencies = [ "serde", "serde_json", @@ -8199,7 +8199,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "lazy_static", @@ -8210,7 +8210,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "gosyn", @@ -8222,7 +8222,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "lazy_static", @@ -8233,7 +8233,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -8244,7 +8244,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "async-recursion", @@ -8261,7 +8261,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "lazy_static", @@ -8272,7 +8272,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -8289,7 +8289,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -8307,7 +8307,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "async-recursion", @@ -8338,7 +8338,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.193.0" +version = "1.194.0" dependencies = [ "anyhow", "async-recursion", @@ -8608,18 +8608,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.18" +version = "0.7.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ede7d7c7970ca2215b8c1ccf4d4f354c4733201dfaaba72d44ae5b37472e4901" +checksum = "dd66a62464e3ffd4e37bd09950c2b9dd6c4f8767380fabba0d523f9a775bc85a" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.18" +version = "0.7.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b27b1bb92570f989aac0ab7e9cbfbacdd65973f7ee920d9f0e71ebac878fd0b" +checksum = "255c4596d41e6916ced49cfafea18727b24d67878fa180ddfd69b9df34fd1726" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index ff6bff69c1..d9906cbb10 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.193.0" +version = "1.194.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.193.0" +version = "1.194.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 5a02f60f88..d5a2bc27cc 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.193.0 + version: 1.194.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index c4b841b2c0..53632d6da3 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.193.0"; +export const VERSION = "v1.194.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 8e091516fe..654ad3d66e 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.193.0"; +export const VERSION = "v1.194.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 226d98b2d5..aeb3d9a06e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.193.0", + "version": "1.194.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.193.0", + "version": "1.194.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 995a7fde73..c7c570ac4a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.193.0", + "version": "1.194.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index e180c3bb5e..0c3097fe33 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.193.0" -wmill_pg = ">=1.193.0" +wmill = ">=1.194.0" +wmill_pg = ">=1.194.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 871cbdb61b..fe82ab449f 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.193.0 + version: 1.194.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index e02c262204..e8c628b8c0 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.193.0" +version = "1.194.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill/py.typed"] [tool.poetry.dependencies] python = "^3.7" -windmill-api = "^1.193.0" +windmill-api = "^1.194.0" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 8bf04f1543..4b45778c9f 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.193.0" +version = "1.194.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 fdc7311ebf..facc2cf3f6 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.193.0", + "version": "1.194.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 74e2c0ef4b..149199db8b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.193.0 +1.194.0