diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b9941267..6aab0f4788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## [1.204.0](https://github.com/windmill-labs/windmill/compare/v1.203.0...v1.204.0) (2023-11-10) + + +### Features + +* add sql server ([#2604](https://github.com/windmill-labs/windmill/issues/2604)) ([577e130](https://github.com/windmill-labs/windmill/commit/577e1300b93773ab038b067574928d92cae69275)) +* add support for custom sso logins ([0ccf706](https://github.com/windmill-labs/windmill/commit/0ccf706fa28ba615b887ae9c930089be45f14b13)) +* **frontend:** add confirmation modal when deleting a user in instance settings ([#2608](https://github.com/windmill-labs/windmill/issues/2608)) ([a99edf7](https://github.com/windmill-labs/windmill/commit/a99edf7764f1a46809387f851fd9acdb1057810a)) +* **frontend:** Buttons refactor ([#2545](https://github.com/windmill-labs/windmill/issues/2545)) ([fe35c7a](https://github.com/windmill-labs/windmill/commit/fe35c7ad3cf5cb9d8ebcd2a0723533200034fa74)) +* **frontend:** draft script/flow can only access the edit page until… ([#2607](https://github.com/windmill-labs/windmill/issues/2607)) ([adad712](https://github.com/windmill-labs/windmill/commit/adad71266269c17d27ca1bbe8ebe5505b89eb855)) + + +### Bug Fixes + +* `iter` args conflicts with external variables named iter ([#2605](https://github.com/windmill-labs/windmill/issues/2605)) ([cb01703](https://github.com/windmill-labs/windmill/commit/cb01703a08f4f63362af98594eec4d08e3f25c04)) + ## [1.203.0](https://github.com/windmill-labs/windmill/compare/v1.202.1...v1.203.0) (2023-11-09) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b76088fa89..b6e20318bf 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -5298,9 +5298,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ "base64 0.21.5", ] @@ -5851,9 +5851,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" +checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "smart-default" @@ -8071,7 +8071,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "axum", @@ -8106,7 +8106,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "argon2", @@ -8173,7 +8173,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.203.0" +version = "1.204.0" dependencies = [ "base64 0.21.5", "chrono", @@ -8191,7 +8191,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.203.0" +version = "1.204.0" dependencies = [ "chrono", "serde", @@ -8204,7 +8204,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "axum", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.203.0" +version = "1.204.0" dependencies = [ "serde", "serde_json", @@ -8243,7 +8243,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "lazy_static", @@ -8254,7 +8254,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "gosyn", @@ -8266,7 +8266,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "lazy_static", @@ -8277,7 +8277,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -8288,7 +8288,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "async-recursion", @@ -8305,7 +8305,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "lazy_static", @@ -8316,7 +8316,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -8333,7 +8333,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -8351,7 +8351,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "async-recursion", @@ -8382,7 +8382,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.203.0" +version = "1.204.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 448462ba16..e766a297d0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.203.0" +version = "1.204.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.203.0" +version = "1.204.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2510be67c7..c25978f55d 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.203.0 + version: 1.204.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 8b88794a05..caccbd21b2 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.203.0"; +export const VERSION = "v1.204.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 ea231d2707..9af4abc082 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.203.0"; +export const VERSION = "v1.204.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d3c1ef9a90..2324d35f85 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.203.0", + "version": "1.204.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.203.0", + "version": "1.204.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 8f39a6315b..c171c9c4f2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.203.0", + "version": "1.204.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 87092f0e28..b2706e3df6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.203.0" -wmill_pg = ">=1.203.0" +wmill = ">=1.204.0" +wmill_pg = ">=1.204.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 941daa37e4..e7417d022c 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.203.0 + version: 1.204.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index bc6d391516..69acbff006 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.203.0" +version = "1.204.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.203.0" +windmill-api = "^1.204.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 69c852fd4c..cf95c0a976 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.203.0" +version = "1.204.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 fea152723a..b8376855a2 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.203.0", + "version": "1.204.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 27336a8a7d..f197eff1ee 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.203.0 +1.204.0