diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4721ad89..d562af1485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [1.104.0](https://github.com/windmill-labs/windmill/compare/v1.103.0...v1.104.0) (2023-05-24) + + +### Features + +* schedule error handler ([#1636](https://github.com/windmill-labs/windmill/issues/1636)) ([34048f9](https://github.com/windmill-labs/windmill/commit/34048f9ea655a0afb1983a169b69b454023ec6a8)) + + +### Bug Fixes + +* **cli:** do not rely on x.nest.land ([ad66bfa](https://github.com/windmill-labs/windmill/commit/ad66bfadaf0c3153975f7452779ac664c0d0dd41)) +* **python:** handle nan ([de4042e](https://github.com/windmill-labs/windmill/commit/de4042e9dcc813d88ef872f694cf6568b087bd1f)) + ## [1.103.0](https://github.com/windmill-labs/windmill/compare/v1.102.1...v1.103.0) (2023-05-22) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 910d630b4f..e7cd8a28c4 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -590,9 +590,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.12.2" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" +checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "byteorder" @@ -3008,13 +3008,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" +checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.7.1", + "regex-syntax 0.7.2", ] [[package]] @@ -3034,9 +3034,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" +checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" [[package]] name = "regress" @@ -4094,9 +4094,9 @@ dependencies = [ [[package]] name = "swc_visit" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1d5999f23421c8e21a0f2bc53a0b9e8244f3b421de89471561af2fbe40b9cca" +checksum = "5f412dd4fbc58f509a04e64f5c8038333142fc139e8232f01b883db0094b3b51" dependencies = [ "either", "swc_visit_macros", @@ -4104,9 +4104,9 @@ dependencies = [ [[package]] name = "swc_visit_macros" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebeed7eb0f545f48ad30f5aab314e5208b735bcea1d1464f26e20f06db904989" +checksum = "4cfc226380ba54a5feed2c12f3ccd33f1ae8e959160290e5d2d9b4e918b6472a" dependencies = [ "Inflector", "pmutil", @@ -4391,9 +4391,9 @@ checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" [[package]] name = "toml_edit" -version = "0.19.9" +version = "0.19.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f" +checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" dependencies = [ "indexmap", "toml_datetime", @@ -5088,7 +5088,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "axum", @@ -5122,7 +5122,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "argon2", @@ -5181,7 +5181,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.103.0" +version = "1.104.0" dependencies = [ "base64 0.21.1", "chrono", @@ -5198,7 +5198,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.103.0" +version = "1.104.0" dependencies = [ "chrono", "serde", @@ -5211,7 +5211,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "axum", @@ -5236,7 +5236,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.103.0" +version = "1.104.0" dependencies = [ "serde", "serde_json", @@ -5244,7 +5244,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "itertools", @@ -5259,7 +5259,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "gosyn", @@ -5272,7 +5272,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "itertools", @@ -5287,7 +5287,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "deno_core", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "chrono", @@ -5329,7 +5329,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.103.0" +version = "1.104.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index ac7e2b94e8..4a1d20060d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.103.0" +version = "1.104.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.103.0" +version = "1.104.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index fd1f1f335b..df455055af 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.103.0 + version: 1.104.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index 7a86eb4138..663a2ce452 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -27,7 +27,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.103.0"; +export const VERSION = "v1.104.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0d465b912e..ab33a7837c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.103.0", + "version": "1.104.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.103.0", + "version": "1.104.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index a57e139cb3..ba07062b15 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.103.0", + "version": "1.104.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b22f50c878..118c77bae2 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.103.0" -wmill_pg = ">=1.103.0" +wmill = ">=1.104.0" +wmill_pg = ">=1.104.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 9f2faa08f3..6ea3001a14 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.103.0 + version: 1.104.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3c773a4bbd..7d84f8630e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.103.0" +version = "1.104.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.103.0" +windmill-api = "^1.104.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 d95af491d2..d4a6ee9bc9 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.103.0" +version = "1.104.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 e402df2ddc..9f0b466115 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.103.0 +1.104.0