From 3ebe03c02e8ee2a4c4bfba57b867209f5c996304 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 22 Nov 2023 10:32:07 +0100 Subject: [PATCH] chore(main): release 1.214.0 (#2669) * chore(main): release 1.214.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 13 +++ backend/Cargo.lock | 161 +++++++++++++++----------- 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 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 122 insertions(+), 82 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7152a8c6f8..e81c529029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [1.214.0](https://github.com/windmill-labs/windmill/compare/v1.213.0...v1.214.0) (2023-11-22) + + +### Features + +* hub path scripts + nested inputs glue ([#2668](https://github.com/windmill-labs/windmill/issues/2668)) ([ad199af](https://github.com/windmill-labs/windmill/commit/ad199afd06814540bb7d36669709902be56eeb8a)) +* **python:** Refactor Windmill Python client (remove `windmill-api`) ([#2665](https://github.com/windmill-labs/windmill/issues/2665)) ([37ffdae](https://github.com/windmill-labs/windmill/commit/37ffdaed60fb750f1466b440353e1d8409eaea90)) + + +### Bug Fixes + +* fix flow primary schedule clearing ([3ebe6d7](https://github.com/windmill-labs/windmill/commit/3ebe6d7a620e37fd6c81bcf4c8713a48eb081f81)) + ## [1.213.0](https://github.com/windmill-labs/windmill/compare/v1.212.0...v1.213.0) (2023-11-21) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index cc39fe5c6e..236e3c2dea 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -380,7 +380,7 @@ checksum = "beec3f8fb8f710b7be84ccd1716e17f38f2868168355cab5f2f168ae988e767e" dependencies = [ "base64 0.21.5", "bytes", - "http", + "http 0.2.11", "rand 0.8.5", "reqwest", "serde", @@ -578,7 +578,7 @@ dependencies = [ "bytes", "fastrand 2.0.1", "hex", - "http", + "http 0.2.11", "hyper", "ring 0.17.5", "time", @@ -610,8 +610,8 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "pin-project-lite", "tracing", ] @@ -632,7 +632,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "fastrand 2.0.1", - "http", + "http 0.2.11", "percent-encoding", "tracing", "uuid 1.6.1", @@ -659,8 +659,8 @@ dependencies = [ "aws-smithy-xml", "aws-types", "bytes", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "once_cell", "percent-encoding", "regex", @@ -685,7 +685,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.11", "regex", "tracing", ] @@ -707,7 +707,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http", + "http 0.2.11", "regex", "tracing", ] @@ -730,7 +730,7 @@ dependencies = [ "aws-smithy-types", "aws-smithy-xml", "aws-types", - "http", + "http 0.2.11", "regex", "tracing", ] @@ -749,7 +749,7 @@ dependencies = [ "form_urlencoded", "hex", "hmac", - "http", + "http 0.2.11", "num-bigint", "once_cell", "p256", @@ -785,8 +785,8 @@ dependencies = [ "crc32c", "crc32fast", "hex", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "md-5 0.10.6", "pin-project-lite", "sha1", @@ -817,8 +817,8 @@ dependencies = [ "bytes", "bytes-utils", "futures-core", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "once_cell", "percent-encoding", "pin-project-lite", @@ -857,8 +857,8 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand 2.0.1", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "hyper", "hyper-rustls", "once_cell", @@ -878,7 +878,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-types", "bytes", - "http", + "http 0.2.11", "pin-project-lite", "tokio", "tracing", @@ -895,8 +895,8 @@ dependencies = [ "bytes", "bytes-utils", "futures-core", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "itoa", "num-integer", "pin-project-lite", @@ -927,7 +927,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", "aws-smithy-types", - "http", + "http 0.2.11", "rustc_version 0.4.0", "tracing", ] @@ -944,8 +944,8 @@ dependencies = [ "bytes", "futures-util", "headers", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "hyper", "itoa", "matchit", @@ -974,8 +974,8 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "mime", "rustversion", "tower-layer", @@ -2000,9 +2000,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" +checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "data-url" @@ -2137,7 +2137,7 @@ dependencies = [ "deno_core", "deno_tls", "dyn-clone", - "http", + "http 0.2.11", "reqwest", "serde", "tokio", @@ -3314,7 +3314,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.11", "indexmap 2.1.0", "slab", "tokio", @@ -3383,7 +3383,7 @@ dependencies = [ "base64 0.21.5", "bytes", "headers-core", - "http", + "http 0.2.11", "httpdate", "mime", "sha1", @@ -3395,7 +3395,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" dependencies = [ - "http", + "http 0.2.11", ] [[package]] @@ -3474,6 +3474,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.5" @@ -3481,15 +3492,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http", + "http 0.2.11", "pin-project-lite", ] [[package]] -name = "http-range-header" -version = "0.3.1" +name = "http-body" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" +checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" +dependencies = [ + "bytes", + "http 1.0.0", +] + +[[package]] +name = "http-body-util" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" +dependencies = [ + "bytes", + "futures-util", + "http 1.0.0", + "http-body 1.0.0", + "pin-project-lite", +] [[package]] name = "http-types" @@ -3501,7 +3529,7 @@ dependencies = [ "async-channel 1.9.0", "base64 0.13.1", "futures-lite 1.13.0", - "http", + "http 0.2.11", "infer", "pin-project-lite", "rand 0.7.3", @@ -3541,8 +3569,8 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "httparse", "httpdate", "itoa", @@ -3561,7 +3589,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http", + "http 0.2.11", "hyper", "log", "rustls 0.21.9", @@ -4003,9 +4031,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efa59af2ddfad1854ae27d75009d538d0998b4b2fd47083e743ac1a10e46c60" +checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7" dependencies = [ "hashbrown 0.14.2", ] @@ -5668,7 +5696,7 @@ source = "git+https://github.com/oxidecomputer/progenitor?rev=3d96016ae8d422e905 dependencies = [ "getopts", "heck", - "http", + "http 0.2.11", "indexmap 1.9.3", "openapiv3", "proc-macro2", @@ -6115,8 +6143,8 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.5", "hyper", "hyper-rustls", "hyper-tls", @@ -8549,7 +8577,7 @@ dependencies = [ "axum-core", "cookie", "futures-util", - "http", + "http 0.2.11", "parking_lot 0.12.1", "pin-project-lite", "tower-layer", @@ -8558,17 +8586,16 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" +checksum = "09e12e6351354851911bdf8c2b8f2ab15050c567d70a8b9a37ae7b8301a4080d" dependencies = [ "bitflags 2.4.1", "bytes", - "futures-core", "futures-util", - "http", - "http-body", - "http-range-header", + "http 1.0.0", + "http-body 1.0.0", + "http-body-util", "pin-project-lite", "tower-layer", "tower-service", @@ -9331,7 +9358,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "axum", @@ -9366,7 +9393,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "argon2", @@ -9438,7 +9465,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.213.0" +version = "1.214.0" dependencies = [ "base64 0.21.5", "chrono", @@ -9456,7 +9483,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.213.0" +version = "1.214.0" dependencies = [ "chrono", "serde", @@ -9469,7 +9496,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "axum", @@ -9500,7 +9527,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.213.0" +version = "1.214.0" dependencies = [ "serde", "serde_json", @@ -9508,7 +9535,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "lazy_static", @@ -9519,7 +9546,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "gosyn", @@ -9531,7 +9558,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "lazy_static", @@ -9542,7 +9569,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9553,7 +9580,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "async-recursion", @@ -9570,7 +9597,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "lazy_static", @@ -9581,7 +9608,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9598,7 +9625,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -9616,7 +9643,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "async-recursion", @@ -9647,7 +9674,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.213.0" +version = "1.214.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c4bfd4a193..0fbdd7b792 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.213.0" +version = "1.214.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.213.0" +version = "1.214.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 3d4e695197..ce8b95d7ac 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.213.0 + version: 1.214.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 377f5668c1..37aecb4adb 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.213.0"; +export const VERSION = "v1.214.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 2ea51fe6f4..4e9b85f7db 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.213.0"; +export const VERSION = "v1.214.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 770eb28031..f812e8afc0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.213.0", + "version": "1.214.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.213.0", + "version": "1.214.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 72d21a8c6b..c8e4ce56e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.213.0", + "version": "1.214.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index add8e6bfa1..60260cbebb 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.213.0" -wmill_pg = ">=1.213.0" +wmill = ">=1.214.0" +wmill_pg = ">=1.214.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index d76a0b9d9a..ada9a963e8 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.213.0 + version: 1.214.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index aff6e25af6..4efa930d29 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.213.0" +version = "1.214.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 39bb2a39bd..7bfa8c068c 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.213.0" +version = "1.214.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 ba64c5901d..ed75cee1fa 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.213.0", + "version": "1.214.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 10620e525e..c5e94fdaaa 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.213.0 +1.214.0