From d537ce3106becaeb029ea5f38bb8e61c853c5e45 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 22 Aug 2024 09:05:03 +0200 Subject: [PATCH] chore(main): release 1.383.0 (#4271) * chore(main): release 1.383.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 15 +++ backend/Cargo.lock | 95 ++++++++++++++----- 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, 101 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0aeece1e..a5bad4bbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.383.0](https://github.com/windmill-labs/windmill/compare/v1.382.2...v1.383.0) (2024-08-22) + + +### Features + +* add native html select support + fix mobile scroll on app text component ([d604b6f](https://github.com/windmill-labs/windmill/commit/d604b6f2a0e5755c949f302c0490de47a8d662ca)) +* add wrap_body header to webhooks ([9226d6c](https://github.com/windmill-labs/windmill/commit/9226d6cbc119f6a1b16936ebb855ff4f50c0e122)) +* improve early stop ([#4257](https://github.com/windmill-labs/windmill/issues/4257)) ([bcde2e6](https://github.com/windmill-labs/windmill/commit/bcde2e62d7846822cfe7f8ef89a9484938829903)) + + +### Bug Fixes + +* **frontend:** fix large JSON viewer ([#4273](https://github.com/windmill-labs/windmill/issues/4273)) ([b3eabff](https://github.com/windmill-labs/windmill/commit/b3eabffb76e266269b2f5ff471a053fa065da4d0)) +* **python-client:** only require httpx to be >= 0.24 instead of ^0.24 ([fc12aeb](https://github.com/windmill-labs/windmill/commit/fc12aeb3961b8a1a42a8493e3774815c940b75af)) + ## [1.382.2](https://github.com/windmill-labs/windmill/compare/v1.382.1...v1.382.2) (2024-08-20) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 8e90ce6e25..707df671f5 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1276,9 +1276,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.70.0" +version = "0.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0127a1da21afb5adaae26910922c3f7afd3d329ba1a1b98a0884cab4907a251" +checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" dependencies = [ "bitflags 2.6.0", "cexpr", @@ -5225,7 +5225,7 @@ checksum = "478b0ff3f7d67b79da2b96f56f334431aef65e15ba4b29dd74a4236e29582bdc" dependencies = [ "base64 0.21.7", "bigdecimal", - "bindgen 0.70.0", + "bindgen 0.70.1", "bitflags 2.6.0", "bitvec", "btoi", @@ -8257,15 +8257,15 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stacker" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" +checksum = "95a5daa25ea337c85ed954c0496e3bdd2c7308cc3b24cf7b50d04876654c579f" dependencies = [ "cc", "cfg-if", "libc", "psm", - "winapi", + "windows-sys 0.36.1", ] [[package]] @@ -10466,7 +10466,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "axum", @@ -10506,7 +10506,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "argon2", @@ -10590,7 +10590,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.382.2" +version = "1.383.0" dependencies = [ "base64 0.21.7", "chrono", @@ -10608,7 +10608,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.382.2" +version = "1.383.0" dependencies = [ "chrono", "serde", @@ -10621,7 +10621,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "async-stream", @@ -10662,7 +10662,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.382.2" +version = "1.383.0" dependencies = [ "regex", "rsmq_async", @@ -10677,7 +10677,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "bytes", @@ -10698,7 +10698,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.382.2" +version = "1.383.0" dependencies = [ "serde", "serde_json", @@ -10706,7 +10706,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "lazy_static", @@ -10717,7 +10717,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "gosyn", @@ -10729,7 +10729,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "lazy_static", @@ -10740,7 +10740,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10754,7 +10754,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10765,7 +10765,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "async-recursion", @@ -10782,7 +10782,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "lazy_static", @@ -10793,7 +10793,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10812,7 +10812,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10831,7 +10831,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "async-recursion", @@ -10864,7 +10864,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.382.2" +version = "1.383.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10874,7 +10874,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.382.2" +version = "1.383.0" dependencies = [ "anyhow", "async-recursion", @@ -10984,6 +10984,19 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" +dependencies = [ + "windows_aarch64_msvc 0.36.1", + "windows_i686_gnu 0.36.1", + "windows_i686_msvc 0.36.1", + "windows_x86_64_gnu 0.36.1", + "windows_x86_64_msvc 0.36.1", +] + [[package]] name = "windows-sys" version = "0.48.0" @@ -11054,6 +11067,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +[[package]] +name = "windows_aarch64_msvc" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" + [[package]] name = "windows_aarch64_msvc" version = "0.48.5" @@ -11066,6 +11085,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +[[package]] +name = "windows_i686_gnu" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" + [[package]] name = "windows_i686_gnu" version = "0.48.5" @@ -11084,6 +11109,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +[[package]] +name = "windows_i686_msvc" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" + [[package]] name = "windows_i686_msvc" version = "0.48.5" @@ -11096,6 +11127,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +[[package]] +name = "windows_x86_64_gnu" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" + [[package]] name = "windows_x86_64_gnu" version = "0.48.5" @@ -11120,6 +11157,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +[[package]] +name = "windows_x86_64_msvc" +version = "0.36.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" + [[package]] name = "windows_x86_64_msvc" version = "0.48.5" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c6f5449937..fa38b34e2e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.382.2" +version = "1.383.0" authors.workspace = true edition.workspace = true @@ -25,7 +25,7 @@ members = [ ] [workspace.package] -version = "1.382.2" +version = "1.383.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 479c8ba8fd..a0b02c4f3a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.382.2 + version: 1.383.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 4fce0f5407..2d943008ea 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.382.2"; +export const VERSION = "v1.383.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 e31a204665..143cd5f2a2 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -34,7 +34,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.382.2"; +export const VERSION = "v1.383.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d50a8335c8..e2df2dd839 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.382.2", + "version": "1.383.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.382.2", + "version": "1.383.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 49dcbef669..0a2867dd89 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.382.2", + "version": "1.383.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index ed1b6055df..a9010e03cf 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.382.2" -wmill_pg = ">=1.382.2" +wmill = ">=1.383.0" +wmill_pg = ">=1.383.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index d4e5eee9f7..d1b8be048e 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.382.2 + version: 1.383.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index c66f35755a..cf9a451fd8 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.382.2' +ModuleVersion = '1.383.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 38c3011828..e8a76b11e5 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.382.2" +version = "1.383.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 60d417a4db..3f0a8511b9 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.382.2" +version = "1.383.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 b103f36abb..4403b7922b 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.382.2", + "version": "1.383.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 382475c455..7edde0f5a2 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.382.2", + "version": "1.383.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 21f6269508..f29c47fc21 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.382.2 +1.383.0