diff --git a/CHANGELOG.md b/CHANGELOG.md index bb366b6c2b..937b5c6aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [1.177.1](https://github.com/windmill-labs/windmill/compare/v1.177.0...v1.177.1) (2023-09-26) + + +### Bug Fixes + +* **frontend:** fix modal closing issues ([#2340](https://github.com/windmill-labs/windmill/issues/2340)) ([18cf8fa](https://github.com/windmill-labs/windmill/commit/18cf8faec16d496e4b327505b682459ed518a5b4)) +* **frontend:** fix overflow ([#2341](https://github.com/windmill-labs/windmill/issues/2341)) ([2e8f2ec](https://github.com/windmill-labs/windmill/commit/2e8f2ec724f6802170121f4f8aa73b697a39c9ee)) +* improve list component handling of non array data ([dc44b08](https://github.com/windmill-labs/windmill/commit/dc44b0841af17227160b9d56ec446e6646a8ab0d)) + ## [1.177.0](https://github.com/windmill-labs/windmill/compare/v1.176.0...v1.177.0) (2023-09-26) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b382aad197..e9c5cbe5aa 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ "serde", "serde-aux", "serde_json", - "sha2 0.10.7", + "sha2 0.10.8", "thiserror", "url", ] @@ -378,7 +378,7 @@ dependencies = [ "serde", "serde_json", "serde_qs 0.9.2", - "sha2 0.10.7", + "sha2 0.10.8", "smart-default", "smol_str", "thiserror", @@ -3221,7 +3221,7 @@ dependencies = [ "serde", "serde_json", "sha1", - "sha2 0.10.7", + "sha2 0.10.8", "smallvec", "subprocess", "thiserror", @@ -3860,7 +3860,7 @@ dependencies = [ "md-5 0.10.6", "memchr", "rand 0.8.5", - "sha2 0.10.7", + "sha2 0.10.8", "stringprep", ] @@ -4506,7 +4506,7 @@ version = "7.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74" dependencies = [ - "sha2 0.10.7", + "sha2 0.10.8", "walkdir", ] @@ -5097,9 +5097,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", @@ -5365,7 +5365,7 @@ dependencies = [ "rustls-pemfile", "serde", "serde_json", - "sha2 0.10.7", + "sha2 0.10.8", "smallvec", "sqlformat", "thiserror", @@ -5405,7 +5405,7 @@ dependencies = [ "quote", "serde", "serde_json", - "sha2 0.10.7", + "sha2 0.10.8", "sqlx-core", "sqlx-mysql", "sqlx-postgres", @@ -5451,7 +5451,7 @@ dependencies = [ "rsa 0.9.2", "serde", "sha1", - "sha2 0.10.7", + "sha2 0.10.8", "smallvec", "sqlx-core", "stringprep", @@ -5494,7 +5494,7 @@ dependencies = [ "serde", "serde_json", "sha1", - "sha2 0.10.7", + "sha2 0.10.8", "smallvec", "sqlx-core", "stringprep", @@ -7098,7 +7098,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "axum", @@ -7116,7 +7116,7 @@ dependencies = [ "rsmq_async", "serde", "serde_json", - "sha2 0.10.7", + "sha2 0.10.8", "sqlx", "tokio", "tokio-metrics", @@ -7132,7 +7132,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "argon2", @@ -7169,7 +7169,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sha2 0.10.7", + "sha2 0.10.8", "sql-builder", "sqlx", "tempfile", @@ -7192,7 +7192,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.177.0" +version = "1.177.1" dependencies = [ "base64 0.21.4", "chrono", @@ -7210,7 +7210,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.177.0" +version = "1.177.1" dependencies = [ "chrono", "serde", @@ -7223,7 +7223,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "axum", @@ -7239,7 +7239,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "sha2 0.10.7", + "sha2 0.10.8", "sqlx", "thiserror", "tokio", @@ -7251,7 +7251,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.177.0" +version = "1.177.1" dependencies = [ "serde", "serde_json", @@ -7259,7 +7259,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "lazy_static", @@ -7270,7 +7270,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "gosyn", @@ -7282,7 +7282,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "lazy_static", @@ -7293,7 +7293,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7304,7 +7304,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "async-recursion", @@ -7321,7 +7321,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "lazy_static", @@ -7332,7 +7332,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7349,7 +7349,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7367,7 +7367,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "async-recursion", @@ -7397,7 +7397,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.177.0" +version = "1.177.1" dependencies = [ "anyhow", "async-recursion", @@ -7432,7 +7432,7 @@ dependencies = [ "rust_decimal", "serde", "serde_json", - "sha2 0.10.7", + "sha2 0.10.8", "sqlx", "tokio", "tokio-postgres", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index a2c437c8be..78ee222395 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.177.0" +version = "1.177.1" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.177.0" +version = "1.177.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index ad37558626..57f8aabfe7 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.177.0 + version: 1.177.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 919929157d..5c91354645 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.177.0"; +export const VERSION = "v1.177.1"; 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 af88644180..a32f36b344 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.177.0"; +export const VERSION = "v1.177.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bc40e77d4b..a9de2ecf5c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.177.0", + "version": "1.177.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.177.0", + "version": "1.177.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index b6e9181f79..6733c98e8d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.177.0", + "version": "1.177.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 6a1962d487..d2a147d70e 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.177.0" -wmill_pg = ">=1.177.0" +wmill = ">=1.177.1" +wmill_pg = ">=1.177.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index cc00599711..ad0aefd5af 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.177.0 + version: 1.177.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 8bcaf06ee8..9f8122e03b 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.177.0" +version = "1.177.1" 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.177.0" +windmill-api = "^1.177.1" [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 32da07b927..f1f0f77668 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.177.0" +version = "1.177.1" 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 b619aa0658..9ea6d5d6a1 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.177.0", + "version": "1.177.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index d27bb5e44b..5ca3316f61 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.177.0 +1.177.1