From b4be86c706d6e332bd1122f776e006417b21e834 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 19 Nov 2024 20:19:21 +0100 Subject: [PATCH] chore(main): release 1.428.0 (#4749) * chore(main): release 1.428.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 13 +++ backend/Cargo.lock | 82 +++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 71 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3b37be34ec6..d4321ceb23361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.428.0](https://github.com/windmill-labs/windmill/compare/v1.427.0...v1.428.0) (2024-11-19) + + +### Features + +* improve app connection UX [#4687](https://github.com/windmill-labs/windmill/issues/4687) ([2fd80f7](https://github.com/windmill-labs/windmill/commit/2fd80f7cdd21e3938311914ec733d769e13993d6)) +* pdf file preview ([#4753](https://github.com/windmill-labs/windmill/issues/4753)) ([b3a7cb0](https://github.com/windmill-labs/windmill/commit/b3a7cb058384b61328e2956f8ccd782ebd7b5900)) + + +### Bug Fixes + +* prevent groups to be ill-defined with non writer owners ([f59c0c0](https://github.com/windmill-labs/windmill/commit/f59c0c007675886d41b57647dc7e93b63444e3f9)) + ## [1.427.0](https://github.com/windmill-labs/windmill/compare/v1.426.1...v1.427.0) (2024-11-19) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 176b74c31d47e..2126039a1b2ab 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1043,7 +1043,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "itoa", "matchit", @@ -1468,9 +1468,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" +checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" dependencies = [ "bytemuck_derive", ] @@ -2644,7 +2644,7 @@ dependencies = [ "error_reporter", "http 1.1.0", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -3945,9 +3945,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" +checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" dependencies = [ "atomic-waker", "bytes", @@ -4250,14 +4250,14 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.6", + "h2 0.4.7", "http 1.1.0", "http-body 1.0.1", "httparse", @@ -4293,7 +4293,7 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "rustls 0.23.17", "rustls-native-certs 0.8.0", @@ -4324,7 +4324,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-util", "native-tls", "tokio", @@ -4343,7 +4343,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.5.0", + "hyper 1.5.1", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -5624,7 +5624,7 @@ dependencies = [ "chrono", "futures", "humantime", - "hyper 1.5.0", + "hyper 1.5.1", "itertools 0.13.0", "md-5 0.10.6", "parking_lot", @@ -6974,11 +6974,11 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "h2 0.4.6", + "h2 0.4.7", "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.0", + "hyper 1.5.1", "hyper-rustls 0.27.3", "hyper-tls 0.6.0", "hyper-util", @@ -10667,7 +10667,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "axum", @@ -10709,7 +10709,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "argon2", @@ -10736,7 +10736,7 @@ dependencies = [ "hf-hub", "hmac", "http 1.1.0", - "hyper 1.5.0", + "hyper 1.5.1", "itertools 0.13.0", "jsonwebtoken", "lazy_static", @@ -10795,7 +10795,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.427.0" +version = "1.428.0" dependencies = [ "base64 0.22.1", "chrono", @@ -10813,7 +10813,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.427.0" +version = "1.428.0" dependencies = [ "chrono", "serde", @@ -10826,7 +10826,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "rsmq_async", @@ -10841,7 +10841,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "async-stream", @@ -10858,7 +10858,7 @@ dependencies = [ "git-version", "hex", "hmac", - "hyper 1.5.0", + "hyper 1.5.1", "indexmap 2.6.0", "itertools 0.13.0", "lazy_static", @@ -10888,7 +10888,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.427.0" +version = "1.428.0" dependencies = [ "regex", "rsmq_async", @@ -10903,7 +10903,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "bytes", @@ -10925,7 +10925,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.427.0" +version = "1.428.0" dependencies = [ "itertools 0.13.0", "lazy_static", @@ -10937,7 +10937,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.427.0" +version = "1.428.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -10946,7 +10946,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "lazy_static", @@ -10958,7 +10958,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "gosyn", @@ -10970,7 +10970,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "lazy_static", @@ -10982,7 +10982,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10993,7 +10993,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -11004,7 +11004,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "async-recursion", @@ -11022,7 +11022,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -11039,7 +11039,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "lazy_static", @@ -11051,7 +11051,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "lazy_static", @@ -11069,7 +11069,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -11090,7 +11090,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "serde_json", @@ -11100,7 +11100,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "async-recursion", @@ -11133,7 +11133,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.427.0" +version = "1.428.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -11143,7 +11143,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.427.0" +version = "1.428.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f41f59c83fed8..c9ded32c1d6db 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.427.0" +version = "1.428.0" authors.workspace = true edition.workspace = true @@ -29,7 +29,7 @@ members = [ ] [workspace.package] -version = "1.427.0" +version = "1.428.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index f3e868cd13328..f2f0d32e7d85f 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.427.0 + version: 1.428.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index cc96cd40cc448..104819410298c 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.427.0"; +export const VERSION = "v1.428.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 d3a47e0a053ce..6429a7e4a89d8 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.427.0"; +export const VERSION = "1.428.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7fae49eea0252..f5367f619f457 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.427.0", + "version": "1.428.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.427.0", + "version": "1.428.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", diff --git a/frontend/package.json b/frontend/package.json index 6b7111e0ae3c6..853557d0abd67 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.427.0", + "version": "1.428.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index a344fefea5cea..2adb0564fdf5a 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.427.0" -wmill_pg = ">=1.427.0" +wmill = ">=1.428.0" +wmill_pg = ">=1.428.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index b6cc38aaf5a25..e18f14429dad7 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.427.0 + version: 1.428.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 41b9ff875a66d..6c9b2e6f6dcd4 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. -ModuleVersion = '1.427.0' +ModuleVersion = '1.428.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 45d22bdfba4b5..95cf086ec6d73 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.427.0" +version = "1.428.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 8950c5fca25cc..389c5141accc1 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.427.0" +version = "1.428.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/jsr.json b/typescript-client/jsr.json index 847b50fc034b3..6f2f2d1dc7356 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.427.0", + "version": "1.428.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 219c9ca01d3eb..ff12d96e30ddd 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.427.0", + "version": "1.428.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 3971b5c0744e2..fc1573142ef21 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.427.0 +1.428.0