diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cb2030ea..00295419e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## [1.125.0](https://github.com/windmill-labs/windmill/compare/v1.124.0...v1.125.0) (2023-07-04) + + +### Features + +* add groups to app ctx ([499dd5b](https://github.com/windmill-labs/windmill/commit/499dd5b8ea2a7bf0484e2ee472b7f07af9a19b9e)) +* improve debug runs wrt to frontend scripts ([dda9920](https://github.com/windmill-labs/windmill/commit/dda99206fa3d9ab31357e5766e2ff56635221759)) +* native fetch + native postgresql jobs ([#1796](https://github.com/windmill-labs/windmill/issues/1796)) ([c669e99](https://github.com/windmill-labs/windmill/commit/c669e9940bddb74163bc049e0951b91b7e31c8ed)) + + +### Bug Fixes + +* fix global error handler ([f98c199](https://github.com/windmill-labs/windmill/commit/f98c199b63b4428532c2710a0d19215cccd4abbf)) +* fix go and python cache resolution conflict ([54c6aed](https://github.com/windmill-labs/windmill/commit/54c6aed31cc1f344a345f19f9aa583cb55c1b944)) +* **frontend:** Allow AppSelectTab ([#1787](https://github.com/windmill-labs/windmill/issues/1787)) ([080e244](https://github.com/windmill-labs/windmill/commit/080e2443ab49a101bea819d08b48090a1d988b98)) +* **frontend:** Fix script builder ([#1795](https://github.com/windmill-labs/windmill/issues/1795)) ([c6d520b](https://github.com/windmill-labs/windmill/commit/c6d520bb59f7ba204fb448ea95bca1c04311c97d)) +* **frontend:** Forked svelte-select to fix overflow issues using a po… ([#1778](https://github.com/windmill-labs/windmill/issues/1778)) ([bd481ad](https://github.com/windmill-labs/windmill/commit/bd481adbfc5dedce0db9ee5ac7bb2097048a767a)) +* tooltip and copy button in text ([30b041e](https://github.com/windmill-labs/windmill/commit/30b041e2205ed9e3fbbcd4e7be58e10d84e67d2e)) + ## [1.124.0](https://github.com/windmill-labs/windmill/compare/v1.123.1...v1.124.0) (2023-06-30) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index dafb543756..a5101c81df 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -398,9 +398,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.69" +version = "0.1.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7" +checksum = "79fa67157abdfd688a259b6648808757db9347af834624f27ec646da976aee5d" dependencies = [ "proc-macro2", "quote", @@ -2005,10 +2005,11 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" +checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" dependencies = [ + "futures-util", "http", "hyper", "rustls 0.21.2", @@ -4002,9 +4003,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" +checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" dependencies = [ "indexmap 2.0.0", "itoa", @@ -4974,18 +4975,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "c16a64ba9387ef3fdae4f9c1a7f07a0997fce91985c0336f1ddc1822b3b37802" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "d14928354b01c4d6a4f0e549069adef399a284e7995c7ccca94e8a07a5346c59" dependencies = [ "proc-macro2", "quote", @@ -6001,7 +6002,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "axum", @@ -6036,7 +6037,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "argon2", @@ -6093,7 +6094,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.124.0" +version = "1.125.0" dependencies = [ "base64 0.21.2", "chrono", @@ -6110,7 +6111,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.124.0" +version = "1.125.0" dependencies = [ "chrono", "serde", @@ -6123,7 +6124,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "axum", @@ -6148,7 +6149,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.124.0" +version = "1.125.0" dependencies = [ "serde", "serde_json", @@ -6156,7 +6157,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "lazy_static", @@ -6167,7 +6168,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "gosyn", @@ -6177,7 +6178,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -6188,7 +6189,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -6203,7 +6204,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "lazy_static", @@ -6214,7 +6215,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -6229,7 +6230,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -6246,7 +6247,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "async-recursion", @@ -6275,7 +6276,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.124.0" +version = "1.125.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 9d8106f3cc..ac1492dea9 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.124.0" +version = "1.125.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.124.0" +version = "1.125.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index ef63cca392..445413ad8b 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.124.0 + version: 1.125.0 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 688db8d339..d6947f4bbe 100644 --- a/benchmarks/main.ts +++ b/benchmarks/main.ts @@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise { }); } -export const VERSION = "v1.124.0"; +export const VERSION = "v1.125.0"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index c3f1079124..2764d5c27b 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -28,7 +28,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.124.0"; +export const VERSION = "v1.125.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 52c75d736c..9ceeda610b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.124.0", + "version": "1.125.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.124.0", + "version": "1.125.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 990e2b60cc..a6f724750f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.124.0", + "version": "1.125.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 1b1d551348..add68d3311 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.124.0" -wmill_pg = ">=1.124.0" +wmill = ">=1.125.0" +wmill_pg = ">=1.125.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a1daa9cb22..02c0a8be36 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.124.0 + version: 1.125.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index bb692f49ce..88e349a5bc 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.124.0" +version = "1.125.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.124.0" +windmill-api = "^1.125.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 cc84a8eb32..fb215d35a7 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.124.0" +version = "1.125.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/version.txt b/version.txt index 370a6d8fbb..202b149137 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.124.0 +1.125.0