diff --git a/CHANGELOG.md b/CHANGELOG.md index c474bce5e2..aea0eac5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## [1.169.0](https://github.com/windmill-labs/windmill/compare/v1.168.3...v1.169.0) (2023-09-08) + + +### Features + +* benchmarks graph ([#2244](https://github.com/windmill-labs/windmill/issues/2244)) ([c496602](https://github.com/windmill-labs/windmill/commit/c496602e9e2e0dfecaaffe731e58e551d039d02f)) +* big query schema explorer ([#2247](https://github.com/windmill-labs/windmill/issues/2247)) ([ec7d923](https://github.com/windmill-labs/windmill/commit/ec7d923cca0f6050855473ababd1bb27d668711b)) +* flow copilot ([#2219](https://github.com/windmill-labs/windmill/issues/2219)) ([2f3138c](https://github.com/windmill-labs/windmill/commit/2f3138c65d9d3f0161bf3e069c6eec0c32ac3b86)) +* **frontend:** fix runs page when the row has a parent ([#2255](https://github.com/windmill-labs/windmill/issues/2255)) ([2271263](https://github.com/windmill-labs/windmill/commit/22712632f683fb63ad6d4b475a01c63800a9559d)) +* introduce container groups ([49c5553](https://github.com/windmill-labs/windmill/commit/49c5553f3b496c2aaf03376689ee0fd42ecbd2bf)) + + +### Bug Fixes + +* benchmark svg ([#2249](https://github.com/windmill-labs/windmill/issues/2249)) ([24c5802](https://github.com/windmill-labs/windmill/commit/24c580211572d6447ca502db141e90c5e084d790)) +* pass TZ from env to runtimes ([75a1490](https://github.com/windmill-labs/windmill/commit/75a149009a5a13230b4d6de6eac8bba0618629d6)) + ## [1.168.3](https://github.com/windmill-labs/windmill/compare/v1.168.2...v1.168.3) (2023-09-07) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b044e538bc..b3d32b90bd 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -604,7 +604,7 @@ dependencies = [ "lazycell", "log", "peeking_take_while", - "prettyplease 0.2.14", + "prettyplease 0.2.15", "proc-macro2", "quote", "regex", @@ -858,9 +858,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "bzip2" @@ -891,7 +891,7 @@ checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72" dependencies = [ "semver 1.0.18", "serde", - "toml 0.7.6", + "toml 0.7.7", "url", ] @@ -922,16 +922,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02" +checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "serde", - "time 0.1.45", "wasm-bindgen", "windows-targets", ] @@ -1115,7 +1114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" dependencies = [ "percent-encoding", - "time 0.3.28", + "time", "version_check", ] @@ -2141,7 +2140,7 @@ dependencies = [ "serde", "serde_json", "thiserror", - "time 0.3.28", + "time", "tokio", "tracing", "tracing-futures", @@ -3222,7 +3221,7 @@ dependencies = [ "smallvec", "subprocess", "thiserror", - "time 0.3.28", + "time", "uuid 1.4.1", ] @@ -3879,9 +3878,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8832c0f9be7e3cae60727e6256cfd2cd3c3e2b6cd5dad4190ecb2fd658c9030b" +checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" dependencies = [ "proc-macro2", "syn 2.0.31", @@ -5140,7 +5139,7 @@ dependencies = [ "num-bigint", "num-traits", "thiserror", - "time 0.3.28", + "time", ] [[package]] @@ -6073,17 +6072,6 @@ dependencies = [ "digest 0.9.0", ] -[[package]] -name = "time" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi", -] - [[package]] name = "time" version = "0.3.28" @@ -6287,9 +6275,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" dependencies = [ "serde", "serde_spanned", @@ -6308,9 +6296,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap 2.0.0", "serde", @@ -6863,12 +6851,6 @@ version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" -[[package]] -name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" - [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" @@ -7086,7 +7068,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "axum", @@ -7121,7 +7103,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "argon2", @@ -7161,7 +7143,7 @@ dependencies = [ "sql-builder", "sqlx", "tempfile", - "time 0.3.28", + "time", "tokio", "tokio-tar", "tokio-util", @@ -7180,7 +7162,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.168.3" +version = "1.169.0" dependencies = [ "base64 0.21.3", "chrono", @@ -7198,7 +7180,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.168.3" +version = "1.169.0" dependencies = [ "chrono", "serde", @@ -7211,7 +7193,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "axum", @@ -7237,7 +7219,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.168.3" +version = "1.169.0" dependencies = [ "serde", "serde_json", @@ -7245,7 +7227,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "lazy_static", @@ -7256,7 +7238,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "gosyn", @@ -7268,7 +7250,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "lazy_static", @@ -7279,7 +7261,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7290,7 +7272,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "async-recursion", @@ -7307,7 +7289,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "lazy_static", @@ -7318,7 +7300,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7335,7 +7317,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7353,7 +7335,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "async-recursion", @@ -7382,7 +7364,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.168.3" +version = "1.169.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7b91c5eb71..517e575389 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.168.3" +version = "1.169.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.168.3" +version = "1.169.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 7680fb13d0..db49e5c731 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.168.3 + version: 1.169.0 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 73723607bb..55e10083e8 100644 --- a/benchmarks/main.ts +++ b/benchmarks/main.ts @@ -22,7 +22,7 @@ async function login(email: string, password: string): Promise { }); } -export const VERSION = "v1.168.3"; +export const VERSION = "v1.169.0"; export async function main({ host, diff --git a/cli/main.ts b/cli/main.ts index e17b80f0b9..2921ee84dc 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.168.3"; +export const VERSION = "v1.169.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1c162028e8..141adef8a8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.168.3", + "version": "1.169.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.168.3", + "version": "1.169.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 78e0c5bf1a..7b08af3a05 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.168.3", + "version": "1.169.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index bf9f351a91..275d5ee4f0 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.168.3" -wmill_pg = ">=1.168.3" +wmill = ">=1.169.0" +wmill_pg = ">=1.169.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index e7cc5077df..2d3d3b85b2 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.168.3 + version: 1.169.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 02e0d31592..703ecb8ccc 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.168.3" +version = "1.169.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.168.3" +windmill-api = "^1.169.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 854dd0c1f2..5194031234 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.168.3" +version = "1.169.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 efc418e302..a94e506d67 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.168.3", + "version": "1.169.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index b7b7949166..aa365c56e6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.168.3 +1.169.0