From c52d9d97e7b7c0c63bea04b30037051aa19bfe9f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 21 Apr 2024 12:44:39 +0200 Subject: [PATCH] chore(main): release 1.311.0 (#3580) * chore(main): release 1.311.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 12 +++ backend/Cargo.lock | 81 ++++++++++--------- 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/package.json | 2 +- version.txt | 2 +- 15 files changed, 69 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc1abec9a..6696bf3a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.311.0](https://github.com/windmill-labs/windmill/compare/v1.310.0...v1.311.0) (2024-04-21) + + +### Features + +* **frontend:** Improve tables ([#3577](https://github.com/windmill-labs/windmill/issues/3577)) ([587c777](https://github.com/windmill-labs/windmill/commit/587c777d57213f308c0c56effecdf40f34f942dc)) + + +### Bug Fixes + +* improve re-scheduled for estimation in concurrency limits ([48ba709](https://github.com/windmill-labs/windmill/commit/48ba709627b3a2ec48081d7774b759115e675b99)) + ## [1.310.0](https://github.com/windmill-labs/windmill/compare/v1.309.2...v1.310.0) (2024-04-19) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7f3b176973..4af378b0fe 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ "bytes", "http 1.1.0", "rand 0.8.5", - "reqwest 0.12.3", + "reqwest 0.12.4", "serde", "serde-aux", "serde_json", @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.60.7" +version = "0.60.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f10fa66956f01540051b0aa7ad54574640f748f9839e843442d99b970d3aff9" +checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08" dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", @@ -762,9 +762,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de34bcfa1fb3c82a80e252a753db34a6658e07f23d3a5b3fc96919518fa7a3f5" +checksum = "44e7945379821074549168917e89e60630647e186a69243248f08c6d168b975a" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -831,9 +831,9 @@ dependencies = [ [[package]] name = "aws-smithy-xml" -version = "0.60.7" +version = "0.60.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "872c68cf019c0e4afc5de7753c4f7288ce4b71663212771bf5e4542eb9346ca9" +checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55" dependencies = [ "xmlparser", ] @@ -1397,12 +1397,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" +checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" dependencies = [ "jobserver", "libc", + "once_cell", ] [[package]] @@ -6354,9 +6355,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" +checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" dependencies = [ "base64 0.22.0", "bytes", @@ -7285,9 +7286,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ "libc", ] @@ -8415,18 +8416,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" dependencies = [ "proc-macro2", "quote", @@ -9706,7 +9707,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "axum", @@ -9722,7 +9723,7 @@ dependencies = [ "pg-embed", "prometheus", "rand 0.8.5", - "reqwest 0.12.3", + "reqwest 0.12.4", "rsmq_async", "serde", "serde_json", @@ -9743,7 +9744,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "argon2", @@ -9784,7 +9785,7 @@ dependencies = [ "quick_cache", "rand 0.8.5", "regex", - "reqwest 0.12.3", + "reqwest 0.12.4", "rsa 0.7.2", "rsmq_async", "rust-embed", @@ -9820,7 +9821,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.310.0" +version = "1.311.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9838,7 +9839,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.310.0" +version = "1.311.0" dependencies = [ "chrono", "serde", @@ -9851,7 +9852,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "aws-config", @@ -9871,7 +9872,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "regex", - "reqwest 0.12.3", + "reqwest 0.12.4", "serde", "serde_json", "sha2 0.10.8", @@ -9887,7 +9888,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.310.0" +version = "1.311.0" dependencies = [ "regex", "rsmq_async", @@ -9902,7 +9903,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.310.0" +version = "1.311.0" dependencies = [ "serde", "serde_json", @@ -9910,7 +9911,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "lazy_static", @@ -9921,7 +9922,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "gosyn", @@ -9933,7 +9934,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "lazy_static", @@ -9944,7 +9945,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9955,7 +9956,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "async-recursion", @@ -9972,7 +9973,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "lazy_static", @@ -9983,7 +9984,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10001,7 +10002,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "getrandom 0.2.14", @@ -10019,7 +10020,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "async-recursion", @@ -10035,7 +10036,7 @@ dependencies = [ "lazy_static", "prometheus", "regex", - "reqwest 0.12.3", + "reqwest 0.12.4", "rsmq_async", "serde", "serde_json", @@ -10052,7 +10053,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.310.0" +version = "1.311.0" dependencies = [ "serde", "wasm-bindgen", @@ -10063,7 +10064,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.310.0" +version = "1.311.0" dependencies = [ "anyhow", "async-recursion", @@ -10100,7 +10101,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "regex", - "reqwest 0.12.3", + "reqwest 0.12.4", "rsmq_async", "rust_decimal", "serde", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index dfe93c4456..dcf2936740 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.310.0" +version = "1.311.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.310.0" +version = "1.311.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 413d1c9450..13d3dbeae6 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.310.0 + version: 1.311.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 21af60e181..ca9a28837c 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.310.0"; +export const VERSION = "v1.311.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 bde1843296..843a9e9ce7 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.310.0"; +export const VERSION = "v1.311.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 17c1f631d9..5be7ab12d1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.310.0", + "version": "1.311.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.310.0", + "version": "1.311.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index d1f2e79ec0..4005b49032 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.310.0", + "version": "1.311.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 8357844095..93e13a238a 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.310.0" -wmill_pg = ">=1.310.0" +wmill = ">=1.311.0" +wmill_pg = ">=1.311.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index e812ae1a73..47dfab7094 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.310.0 + version: 1.311.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index e8d3330bf3..f961c2b77c 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.310.0' +ModuleVersion = '1.311.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index a60d8cf353..4bc2aee8e7 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.310.0" +version = "1.311.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 7ab15b36d6..fc1bbf6e0c 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.310.0" +version = "1.311.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 f3642c5b06..9eb4c1d477 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.310.0", + "version": "1.311.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index c28ff42ffd..8d0e874fa5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.310.0 +1.311.0