From bde4a6ad45194d64de00f3a0ac2cd09a056c852d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 6 Feb 2024 16:36:59 +0100 Subject: [PATCH] chore(main): release 1.263.0 (#3158) * chore(main): release 1.263.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 18 +++++++++++ backend/Cargo.lock | 46 +++++++++++++-------------- 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, 56 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 893d290a4f..9de31dfb0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## [1.263.0](https://github.com/windmill-labs/windmill/compare/v1.262.1...v1.263.0) (2024-02-06) + + +### Features + +* **frontend:** add status when a flow setting is enabled ([#3161](https://github.com/windmill-labs/windmill/issues/3161)) ([8a8c1d3](https://github.com/windmill-labs/windmill/commit/8a8c1d3c3f6ad6053fbd107a0f0e85d70f4215ac)) +* new ai design ([#3152](https://github.com/windmill-labs/windmill/issues/3152)) ([58d3484](https://github.com/windmill-labs/windmill/commit/58d34845a05cd215f682bc9081b0cb883d174676)) + + +### Bug Fixes + +* add ping since to list workers ([557d0bc](https://github.com/windmill-labs/windmill/commit/557d0bcbef185aaef90d4058d9f01fa567bef349)) +* **frontend:** fix dateslider doclink ([#3159](https://github.com/windmill-labs/windmill/issues/3159)) ([bc75a5a](https://github.com/windmill-labs/windmill/commit/bc75a5acbce89d3ff4332ecbe7b98c63d5e55e1b)) +* **frontend:** Fix operators actions + small UI fixes ([#3157](https://github.com/windmill-labs/windmill/issues/3157)) ([4faedfe](https://github.com/windmill-labs/windmill/commit/4faedfe58926cfa770857a514d08749f3e40d17e)) +* go client sets resource properly ([#3160](https://github.com/windmill-labs/windmill/issues/3160)) ([057b415](https://github.com/windmill-labs/windmill/commit/057b415e9ab5a2e5789be7181c86e885edd86c7f)) +* increase default max conn of a worker to 4 ([887bf68](https://github.com/windmill-labs/windmill/commit/887bf6872b5b5438ca5f33ec5dda5162c1c4b132)) +* scim added users are now auto-added/invited ([1352add](https://github.com/windmill-labs/windmill/commit/1352add8c65de5266d40baf3d9058a6f4ea3d9b0)) + ## [1.262.1](https://github.com/windmill-labs/windmill/compare/v1.262.0...v1.262.1) (2024-02-05) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 92a990356f..0c9c7be14e 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -364,7 +364,7 @@ dependencies = [ "futures-io", "futures-lite 2.2.0", "parking", - "polling 3.3.2", + "polling 3.4.0", "rustix 0.38.31", "slab", "tracing", @@ -5176,9 +5176,9 @@ dependencies = [ [[package]] name = "polling" -version = "3.3.2" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41" +checksum = "30054e72317ab98eddd8561db0f6524df3367636884b7b21b703e4b280a84a14" dependencies = [ "cfg-if", "concurrent-queue", @@ -8209,7 +8209,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.0", + "toml_edit 0.22.4", ] [[package]] @@ -8247,9 +8247,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.0" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8dc77def39ce6079c2d0c866cc20848f591b1898f153c9fe7c4f29e1154510b" +checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" dependencies = [ "indexmap 2.2.2", "serde", @@ -9091,7 +9091,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "axum", @@ -9127,7 +9127,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "argon2", @@ -9201,7 +9201,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.262.1" +version = "1.263.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9219,7 +9219,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.262.1" +version = "1.263.0" dependencies = [ "chrono", "serde", @@ -9232,7 +9232,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "axum", @@ -9265,7 +9265,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.262.1" +version = "1.263.0" dependencies = [ "rsmq_async", "serde", @@ -9279,7 +9279,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.262.1" +version = "1.263.0" dependencies = [ "serde", "serde_json", @@ -9287,7 +9287,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "lazy_static", @@ -9298,7 +9298,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "gosyn", @@ -9310,7 +9310,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "lazy_static", @@ -9321,7 +9321,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9332,7 +9332,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "async-recursion", @@ -9349,7 +9349,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "lazy_static", @@ -9360,7 +9360,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9378,7 +9378,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9396,7 +9396,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "async-recursion", @@ -9429,7 +9429,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.262.1" +version = "1.263.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 180905e230..b66b5a04e5 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.262.1" +version = "1.263.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.262.1" +version = "1.263.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index dbef19264c..c8c9ebd277 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.262.1 + version: 1.263.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 46b2ac3bfa..d8c24d6ae2 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.262.1"; +export const VERSION = "v1.263.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 0e02b2ae91..f78d0e00d4 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.262.1"; +export const VERSION = "v1.263.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e37c4ee86e..a4a6050fc5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.262.1", + "version": "1.263.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.262.1", + "version": "1.263.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 5415dec929..f115929744 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.262.1", + "version": "1.263.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 0b5254b2a4..0a08fe1df3 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.262.1" -wmill_pg = ">=1.262.1" +wmill = ">=1.263.0" +wmill_pg = ">=1.263.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 65f11adf0f..bd70f0631a 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.262.1 + version: 1.263.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index f298a7e1c0..4f668b39b2 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.262.1" +version = "1.263.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 43f9ebd9a4..8630930e94 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.262.1" +version = "1.263.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 d4e1f60faa..ea1a0765e6 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.262.1", + "version": "1.263.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 09f996c287..53f6590c65 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.262.1 +1.263.0