From 790ead082c4c6f723cb0934d10a0e8ac4245bb22 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 1 Feb 2026 21:02:32 +0000 Subject: [PATCH] chore(main): release 1.623.1 (#7754) * chore(main): release 1.623.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 9 + backend/Cargo.lock | 162 ++++++++++-------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/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, 118 insertions(+), 87 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d018619480..b0555f1102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.623.1](https://github.com/windmill-labs/windmill/compare/v1.623.0...v1.623.1) (2026-02-01) + + +### Bug Fixes + +* prevent retention cleanup from deleting jobs of active flows ([4226ec8](https://github.com/windmill-labs/windmill/commit/4226ec826084eabbb9fff418ea6e67eb73e27cf0)) +* prevent retention cleanup from deleting jobs of active flows ([#7755](https://github.com/windmill-labs/windmill/issues/7755)) ([799db94](https://github.com/windmill-labs/windmill/commit/799db9468395adafe43630d861dac367e5559791)) +* resolve infinite effect loop in PocketIdSetting component ([#7753](https://github.com/windmill-labs/windmill/issues/7753)) ([a8523f5](https://github.com/windmill-labs/windmill/commit/a8523f552c39c4bbe3c585f97df5223903013bb2)) + ## [1.623.0](https://github.com/windmill-labs/windmill/compare/v1.622.0...v1.623.0) (2026-01-31) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4af4e5920d..75587ffc27 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -828,7 +828,7 @@ dependencies = [ "aws-sdk-ssooidc", "aws-sdk-sts", "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", @@ -890,7 +890,7 @@ dependencies = [ "aws-sigv4", "aws-smithy-async", "aws-smithy-eventstream", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-runtime", "aws-smithy-runtime-api", "aws-smithy-types", @@ -914,7 +914,7 @@ dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-observability", "aws-smithy-runtime", @@ -939,7 +939,7 @@ dependencies = [ "aws-sigv4", "aws-smithy-async", "aws-smithy-eventstream", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-observability", "aws-smithy-runtime", @@ -963,7 +963,7 @@ dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", @@ -987,7 +987,7 @@ dependencies = [ "aws-runtime", "aws-sigv4", "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-observability", "aws-smithy-query", @@ -1012,7 +1012,7 @@ dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", @@ -1034,7 +1034,7 @@ dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", @@ -1056,7 +1056,7 @@ dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-runtime", "aws-smithy-runtime-api", @@ -1078,7 +1078,7 @@ dependencies = [ "aws-credential-types", "aws-runtime", "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-json", "aws-smithy-query", "aws-smithy-runtime", @@ -1100,7 +1100,7 @@ checksum = "69e523e1c4e8e7e8ff219d732988e22bfeae8a1cafdbe6d9eca1546fa080be7c" dependencies = [ "aws-credential-types", "aws-smithy-eventstream", - "aws-smithy-http", + "aws-smithy-http 0.62.6", "aws-smithy-runtime-api", "aws-smithy-types", "bytes", @@ -1117,9 +1117,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.2.10" +version = "1.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e39f47abe8641e434de98e047e85ced629862e7ab719b6914a846796ceb289e2" +checksum = "52eec3db979d18cb807fc1070961cc51d87d069abe9ab57917769687368a8c6c" dependencies = [ "futures-util", "pin-project-lite", @@ -1128,9 +1128,9 @@ dependencies = [ [[package]] name = "aws-smithy-eventstream" -version = "0.60.17" +version = "0.60.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff6a1db93c9aaf8c8e5d97f055e5fa01a782bd5bdc9c4042b7e18090503b12a7" +checksum = "35b9c7354a3b13c66f60fe4616d6d1969c9fd36b1b5333a5dfb3ee716b33c588" dependencies = [ "aws-smithy-types", "bytes", @@ -1160,10 +1160,31 @@ dependencies = [ ] [[package]] -name = "aws-smithy-http-client" -version = "1.1.8" +name = "aws-smithy-http" +version = "0.63.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a395c914b1ff95db3cb7003ea4fd19432343af698a9b5028a7d35f8e712240a1" +checksum = "630e67f2a31094ffa51b210ae030855cb8f3b7ee1329bdd8d085aaf61e8b97fc" +dependencies = [ + "aws-smithy-runtime-api", + "aws-smithy-types", + "bytes", + "bytes-utils", + "futures-core", + "futures-util", + "http 1.4.0", + "http-body 1.0.1", + "http-body-util", + "percent-encoding", + "pin-project-lite", + "pin-utils", + "tracing", +] + +[[package]] +name = "aws-smithy-http-client" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12fb0abf49ff0cab20fd31ac1215ed7ce0ea92286ba09e2854b42ba5cabe7525" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -1200,18 +1221,18 @@ dependencies = [ [[package]] name = "aws-smithy-observability" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7764bc1dfdb71157bc481528a649e617ed8c9c8aa93c0e8b01087133677cfc8e" +checksum = "c0a46543fbc94621080b3cf553eb4cbbdc41dd9780a30c4756400f0139440a1d" dependencies = [ "aws-smithy-runtime-api", ] [[package]] name = "aws-smithy-query" -version = "0.60.12" +version = "0.60.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786bbf4434ed3e3413c5a1741abf53a0372dd48124ddb2091e6bff1b1b2582b5" +checksum = "0cebbddb6f3a5bd81553643e9c7daf3cc3dc5b0b5f398ac668630e8a84e6fff0" dependencies = [ "aws-smithy-types", "urlencoding", @@ -1219,12 +1240,12 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.9.8" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb5b6167fcdf47399024e81ac08e795180c576a20e4d4ce67949f9a88ae37dc1" +checksum = "f3df87c14f0127a0d77eb261c3bc45d5b4833e2a1f63583ebfb728e4852134ee" dependencies = [ "aws-smithy-async", - "aws-smithy-http", + "aws-smithy-http 0.63.3", "aws-smithy-http-client", "aws-smithy-observability", "aws-smithy-runtime-api", @@ -1235,6 +1256,7 @@ dependencies = [ "http 1.4.0", "http-body 0.4.6", "http-body 1.0.1", + "http-body-util", "pin-project-lite", "pin-utils", "tokio", @@ -1243,9 +1265,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.11.2" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b743e9aab0b8d50a9a40eebedf974fcfe3621032e07c6388d1c7821b155b7b0" +checksum = "49952c52f7eebb72ce2a754d3866cc0f87b97d2a46146b79f80f3a93fb2b3716" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -1260,9 +1282,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0828575b70da70406b4cdb5d4afe0afe725f72245f04d34f02e0fb5ebd6fc872" +checksum = "3b3a26048eeab0ddeba4b4f9d51654c79af8c3b32357dc5f336cee85ab331c33" dependencies = [ "base64-simd 0.8.0", "bytes", @@ -1286,9 +1308,9 @@ dependencies = [ [[package]] name = "aws-smithy-types-convert" -version = "0.60.11" +version = "0.60.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b70bc27e41d5ed80b376602ff4becdab6ea8489403fad3abbfea2c9c825c1e1e" +checksum = "059deaa8583331f9f610b44c7cbc005d0cccec6dec3a7b387de096dbe6c06b8a" dependencies = [ "aws-smithy-types", "chrono", @@ -1947,7 +1969,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c6d47a4e2961fb8721bcfc54feae6455f2f64e7054f9bc67e875f0e77f4c58d" dependencies = [ "rust_decimal", - "schemars 1.2.0", + "schemars 1.2.1", "serde", "utf8-width", ] @@ -11162,7 +11184,7 @@ dependencies = [ "rand 0.9.0", "reqwest 0.12.28", "rmcp-macros", - "schemars 1.2.0", + "schemars 1.2.1", "serde", "serde_json", "sse-stream", @@ -11818,14 +11840,14 @@ dependencies = [ [[package]] name = "schemars" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2" +checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" dependencies = [ "chrono", "dyn-clone", "ref-cast", - "schemars_derive 1.2.0", + "schemars_derive 1.2.1", "serde", "serde_json", ] @@ -11844,9 +11866,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4908ad288c5035a8eb12cfdf0d49270def0a268ee162b75eeee0f85d155a7c45" +checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" dependencies = [ "proc-macro2", "quote", @@ -12153,7 +12175,7 @@ dependencies = [ "indexmap 1.9.3", "indexmap 2.11.1", "schemars 0.9.0", - "schemars 1.2.0", + "schemars 1.2.1", "serde", "serde_derive", "serde_json", @@ -14537,9 +14559,9 @@ dependencies = [ [[package]] name = "tree-sitter-language" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae62f7eae5eb549c71b76658648b72cc6111f2d87d24a1e31fa907f4943e3ce" +checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782" [[package]] name = "tree-sitter-ruby" @@ -15466,7 +15488,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "aws-sdk-config", @@ -15529,7 +15551,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "argon2", @@ -15659,7 +15681,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.623.0" +version = "1.623.1" dependencies = [ "reqwest 0.12.28", "serde", @@ -15669,7 +15691,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.623.0" +version = "1.623.1" dependencies = [ "chrono", "lazy_static", @@ -15683,7 +15705,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "axum 0.7.9", @@ -15702,7 +15724,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "async-recursion", @@ -15798,7 +15820,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.623.0" +version = "1.623.1" dependencies = [ "regex", "serde", @@ -15813,7 +15835,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "astral-tokio-tar", @@ -15837,7 +15859,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.623.0" +version = "1.623.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15853,7 +15875,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "async-trait", @@ -15873,7 +15895,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "async-oauth2", @@ -15897,7 +15919,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.623.0" +version = "1.623.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -15906,7 +15928,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "lazy_static", @@ -15918,7 +15940,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "serde_json", @@ -15930,7 +15952,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "gosyn", @@ -15942,7 +15964,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "lazy_static", @@ -15954,7 +15976,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "serde_json", @@ -15966,7 +15988,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "nu-parser", @@ -15977,7 +15999,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15988,7 +16010,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16001,7 +16023,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "async-recursion", @@ -16025,7 +16047,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "lazy_static", @@ -16039,7 +16061,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16056,7 +16078,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "lazy_static", @@ -16070,7 +16092,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "lazy_static", @@ -16089,7 +16111,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "serde", @@ -16100,7 +16122,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "async-recursion", @@ -16137,7 +16159,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.623.0" +version = "1.623.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -16147,7 +16169,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.623.0" +version = "1.623.1" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8654af6ad5..f934bb3c59 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.623.0" +version = "1.623.1" authors.workspace = true edition.workspace = true @@ -35,7 +35,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.623.0" +version = "1.623.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 1a2472e7be..8bfa294836 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.623.0 + version: 1.623.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index f10474718b..a2257ea98b 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.623.0"; +export const VERSION = "v1.623.1"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/src/main.ts b/cli/src/main.ts index c0370524c0..19219a1e95 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -77,7 +77,7 @@ export { // } // }); -export const VERSION = "1.623.0"; +export const VERSION = "1.623.1"; // Re-exported from constants.ts to maintain backwards compatibility export { WM_FORK_PREFIX } from "./core/constants.ts"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 915c95f10b..4e7d2b4eb1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.623.0", + "version": "1.623.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.623.0", + "version": "1.623.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 28cbdc7a5b..6d006737a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.623.0", + "version": "1.623.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index a24dc01d6f..05037ca4f7 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.623.0" -wmill_pg = ">=1.623.0" +wmill = ">=1.623.1" +wmill_pg = ">=1.623.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 8a9d2d626d..2467803b53 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.623.0 + version: 1.623.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 67d3203d11..f51cc2f571 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.623.0' + ModuleVersion = '1.623.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index fe207c4f6b..eeeda177e5 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.623.0" +version = "1.623.1" 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 6a339288de..02e06d5264 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.623.0" +version = "1.623.1" 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 d7c53e5392..6ddcd56f64 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.623.0", + "version": "1.623.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./sqlUtils.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 61837bc658..fcfeacbe25 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.623.0", + "version": "1.623.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "sideEffects": false, diff --git a/version.txt b/version.txt index c395004bca..30984353b9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.623.0 +1.623.1