chore(main): release 1.623.0 (#7748)

* chore(main): release 1.623.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2026-02-01 08:05:05 +00:00
committed by GitHub
co-authored by rubenfiszel
parent 6e824a6289
commit 5c9b95e786
16 changed files with 87 additions and 74 deletions
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## [1.623.0](https://github.com/windmill-labs/windmill/compare/v1.622.0...v1.623.0) (2026-01-31)
### Features
* add PocketID OAuth provider support ([#7318](https://github.com/windmill-labs/windmill/issues/7318)) ([720e3c5](https://github.com/windmill-labs/windmill/commit/720e3c543623c2612b1af704c13d032c53368efb))
### Bug Fixes
* add schema compatibility layer for MCP clients like n8n ([#7747](https://github.com/windmill-labs/windmill/issues/7747)) ([297aa23](https://github.com/windmill-labs/windmill/commit/297aa23ed46315dfd4b034d44361a5bd8aaca884))
* preserve script envs field during sync push ([f405dff](https://github.com/windmill-labs/windmill/commit/f405dff2e22681dc8d4f3a9b7427e278c6cfb0cc))
## [1.622.0](https://github.com/windmill-labs/windmill/compare/v1.621.2...v1.622.0) (2026-01-29)
+57 -57
View File
@@ -1117,9 +1117,9 @@ dependencies = [
[[package]]
name = "aws-smithy-async"
version = "1.2.9"
version = "1.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e0e99800414b0c4cae85ed775a1559f8992f4e69f5ebafe9c936e29609eae78"
checksum = "e39f47abe8641e434de98e047e85ced629862e7ab719b6914a846796ceb289e2"
dependencies = [
"futures-util",
"pin-project-lite",
@@ -1128,9 +1128,9 @@ dependencies = [
[[package]]
name = "aws-smithy-eventstream"
version = "0.60.16"
version = "0.60.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1adc2eb689a24741c9dcc21ec19be78839a7899594883d3305cf4c7abae9b3d"
checksum = "ff6a1db93c9aaf8c8e5d97f055e5fa01a782bd5bdc9c4042b7e18090503b12a7"
dependencies = [
"aws-smithy-types",
"bytes",
@@ -1161,9 +1161,9 @@ dependencies = [
[[package]]
name = "aws-smithy-http-client"
version = "1.1.7"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23141f8daeab46574a1969ddb7316bc2928732e5721b3abfa8d1e16927ea9a52"
checksum = "a395c914b1ff95db3cb7003ea4fd19432343af698a9b5028a7d35f8e712240a1"
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api",
@@ -1200,18 +1200,18 @@ dependencies = [
[[package]]
name = "aws-smithy-observability"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112e30b3c5379273de88c8cedfc96ce0211e9af22115ceb6975b5c072eccdfb9"
checksum = "7764bc1dfdb71157bc481528a649e617ed8c9c8aa93c0e8b01087133677cfc8e"
dependencies = [
"aws-smithy-runtime-api",
]
[[package]]
name = "aws-smithy-query"
version = "0.60.11"
version = "0.60.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a57c5122eafc566cba4d3cbaacb53dd8a0cacd71155c728d1f4a9179cdd75ae"
checksum = "786bbf4434ed3e3413c5a1741abf53a0372dd48124ddb2091e6bff1b1b2582b5"
dependencies = [
"aws-smithy-types",
"urlencoding",
@@ -1243,9 +1243,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
version = "1.11.1"
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d09ba34c17c65a53b65b0ec0d80cf7a934947d407cb7c4fb7753f96de147663"
checksum = "8b743e9aab0b8d50a9a40eebedf974fcfe3621032e07c6388d1c7821b155b7b0"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
@@ -1260,9 +1260,9 @@ dependencies = [
[[package]]
name = "aws-smithy-types"
version = "1.4.1"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8169129deda9dc18731b7b160f75121507e02f45f2101e48f0252dcd997e9da1"
checksum = "0828575b70da70406b4cdb5d4afe0afe725f72245f04d34f02e0fb5ebd6fc872"
dependencies = [
"base64-simd 0.8.0",
"bytes",
@@ -1976,9 +1976,9 @@ dependencies = [
[[package]]
name = "bytemuck"
version = "1.24.0"
version = "1.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
dependencies = [
"bytemuck_derive",
]
@@ -2150,9 +2150,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.2.54"
version = "1.2.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583"
checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
dependencies = [
"find-msvc-tools",
"jobserver",
@@ -5566,9 +5566,9 @@ dependencies = [
[[package]]
name = "find-msvc-tools"
version = "0.1.8"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "fixedbitset"
@@ -10054,9 +10054,9 @@ dependencies = [
[[package]]
name = "portable-atomic"
version = "1.13.0"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
[[package]]
name = "postgres-native-tls"
@@ -12399,9 +12399,9 @@ dependencies = [
[[package]]
name = "slab"
version = "0.4.11"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
[[package]]
name = "slotmap"
@@ -15466,7 +15466,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"aws-sdk-config",
@@ -15529,7 +15529,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"argon2",
@@ -15659,7 +15659,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"reqwest 0.12.28",
"serde",
@@ -15669,7 +15669,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"chrono",
"lazy_static",
@@ -15683,7 +15683,7 @@ dependencies = [
[[package]]
name = "windmill-autoscaling"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"axum 0.7.9",
@@ -15702,7 +15702,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15798,7 +15798,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"regex",
"serde",
@@ -15813,7 +15813,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"astral-tokio-tar",
@@ -15837,7 +15837,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"itertools 0.14.0",
"lazy_static",
@@ -15853,7 +15853,7 @@ dependencies = [
[[package]]
name = "windmill-mcp"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"async-trait",
@@ -15873,7 +15873,7 @@ dependencies = [
[[package]]
name = "windmill-oauth"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"async-oauth2",
@@ -15897,7 +15897,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -15906,7 +15906,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15918,7 +15918,7 @@ dependencies = [
[[package]]
name = "windmill-parser-csharp"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15930,7 +15930,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"gosyn",
@@ -15942,7 +15942,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15954,7 +15954,7 @@ dependencies = [
[[package]]
name = "windmill-parser-java"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15966,7 +15966,7 @@ dependencies = [
[[package]]
name = "windmill-parser-nu"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"nu-parser",
@@ -15977,7 +15977,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15988,7 +15988,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -16001,7 +16001,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -16025,7 +16025,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ruby"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -16039,7 +16039,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -16056,7 +16056,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -16070,7 +16070,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -16089,7 +16089,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"serde",
@@ -16100,7 +16100,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -16137,7 +16137,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -16147,7 +16147,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.622.0"
version = "1.623.0"
dependencies = [
"anyhow",
"async-once-cell",
@@ -17048,18 +17048,18 @@ dependencies = [
[[package]]
name = "zerocopy"
version = "0.8.36"
version = "0.8.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dafd85c832c1b68bbb4ec0c72c7f6f4fc5179627d2bc7c26b30e4c0cc11e76cc"
checksum = "7456cf00f0685ad319c5b1693f291a650eaf345e941d082fc4e03df8a03996ac"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.36"
version = "0.8.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cb7e4e8436d9db52fbd6625dbf2f45243ab84994a72882ec8227b99e72b439a"
checksum = "1328722bbf2115db7e19d69ebcc15e795719e2d66b60827c6a69a117365e37a0"
dependencies = [
"proc-macro2",
"quote",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.622.0"
version = "1.623.0"
authors.workspace = true
edition.workspace = true
@@ -35,7 +35,7 @@ members = [
exclude = ["./windmill-duckdb-ffi-internal"]
[workspace.package]
version = "1.622.0"
version = "1.623.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.622.0
version: 1.623.0
title: Windmill API
contact:
+1 -1
View File
@@ -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.622.0";
export const VERSION = "v1.623.0";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -77,7 +77,7 @@ export {
// }
// });
export const VERSION = "1.622.0";
export const VERSION = "1.623.0";
// Re-exported from constants.ts to maintain backwards compatibility
export { WM_FORK_PREFIX } from "./core/constants.ts";
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.622.0",
"version": "1.623.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.622.0",
"version": "1.623.0",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.622.0",
"version": "1.623.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.622.0"
wmill_pg = ">=1.622.0"
wmill = ">=1.623.0"
wmill_pg = ">=1.623.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: '3.0.3'
info:
version: 1.622.0
version: 1.623.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.622.0'
ModuleVersion = '1.623.0'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.622.0"
version = "1.623.0"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.622.0"
version = "1.623.0"
description = "An extension client for the wmill client library focused on pg"
license = "Apache-2.0"
homepage = "https://windmill.dev"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@windmill/windmill",
"version": "1.622.0",
"version": "1.623.0",
"exports": "./src/index.ts",
"publish": {
"exclude": ["!src", "./s3Types.ts", "./sqlUtils.ts", "./client.ts"]
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.622.0",
"version": "1.623.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"sideEffects": false,
+1 -1
View File
@@ -1 +1 @@
1.622.0
1.623.0