chore(main): release 1.575.1 (#7127)

* chore(main): release 1.575.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2025-11-13 13:35:19 +01:00
committed by GitHub
parent 47432a5e0b
commit f26e4a960a
16 changed files with 59 additions and 50 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## [1.575.1](https://github.com/windmill-labs/windmill/compare/v1.575.0...v1.575.1) (2025-11-13)
### Bug Fixes
* Fix flow buttons clipped in Safari ([#7126](https://github.com/windmill-labs/windmill/issues/7126)) ([77316cb](https://github.com/windmill-labs/windmill/commit/77316cbd0e3ee81fccee9680541f9b2346c8a209))
* handle string in input transform strings ([2ee17ae](https://github.com/windmill-labs/windmill/commit/2ee17aea8b29d99c5d2bb609b2becad354835de7))
* send alternatives on timeout toast ([#6920](https://github.com/windmill-labs/windmill/issues/6920)) ([6fac896](https://github.com/windmill-labs/windmill/commit/6fac8963909fb40726d85f5e897398d2a691edb0))
## [1.575.0](https://github.com/windmill-labs/windmill/compare/v1.574.3...v1.575.0) (2025-11-12)
+33 -33
View File
@@ -800,9 +800,9 @@ dependencies = [
[[package]]
name = "aws-lc-rs"
version = "1.14.1"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
checksum = "5932a7d9d28b0d2ea34c6b3779d35e3dd6f6345317c34e73438c4f1f29144151"
dependencies = [
"aws-lc-sys",
"zeroize",
@@ -810,9 +810,9 @@ dependencies = [
[[package]]
name = "aws-lc-sys"
version = "0.32.3"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
checksum = "1826f2e4cfc2cd19ee53c42fbf68e2f81ec21108e0b7ecf6a71cf062137360fc"
dependencies = [
"bindgen 0.72.1",
"cc",
@@ -10933,9 +10933,9 @@ dependencies = [
[[package]]
name = "rsa"
version = "0.9.8"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
dependencies = [
"const-oid",
"digest 0.10.7",
@@ -15148,7 +15148,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"aws-sdk-config",
@@ -15208,7 +15208,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"argon2",
@@ -15328,7 +15328,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -15343,7 +15343,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"chrono",
"lazy_static",
@@ -15357,7 +15357,7 @@ dependencies = [
[[package]]
name = "windmill-autoscaling"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"axum",
@@ -15376,7 +15376,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -15461,7 +15461,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"regex",
"serde",
@@ -15476,7 +15476,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"bytes",
@@ -15500,7 +15500,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"itertools 0.14.0",
"lazy_static",
@@ -15512,7 +15512,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -15521,7 +15521,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -15533,7 +15533,7 @@ dependencies = [
[[package]]
name = "windmill-parser-csharp"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"serde_json",
@@ -15545,7 +15545,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"gosyn",
@@ -15557,7 +15557,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -15569,7 +15569,7 @@ dependencies = [
[[package]]
name = "windmill-parser-java"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"serde_json",
@@ -15581,7 +15581,7 @@ dependencies = [
[[package]]
name = "windmill-parser-nu"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"nu-parser",
@@ -15592,7 +15592,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15603,7 +15603,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15615,7 +15615,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -15638,7 +15638,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ruby"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -15652,7 +15652,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -15669,7 +15669,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -15683,7 +15683,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -15701,7 +15701,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"serde",
@@ -15712,7 +15712,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -15747,7 +15747,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -15757,7 +15757,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.575.0"
version = "1.575.1"
dependencies = [
"anyhow",
"async-once-cell",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.575.0"
version = "1.575.1"
authors.workspace = true
edition.workspace = true
@@ -33,7 +33,7 @@ members = [
exclude = ["./windmill-duckdb-ffi-internal"]
[workspace.package]
version = "1.575.0"
version = "1.575.1"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.575.0
version: 1.575.1
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.575.0";
export const VERSION = "v1.575.1";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -68,7 +68,7 @@ export {
// }
// });
export const VERSION = "1.575.0";
export const VERSION = "1.575.1";
export const WM_FORK_PREFIX = "wm-fork";
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.575.0",
"version": "1.575.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.575.0",
"version": "1.575.1",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.575.0",
"version": "1.575.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.575.0"
wmill_pg = ">=1.575.0"
wmill = ">=1.575.1"
wmill_pg = ">=1.575.1"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.575.0
version: 1.575.1
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.575.0'
ModuleVersion = '1.575.1'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.575.0"
version = "1.575.1"
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.575.0"
version = "1.575.1"
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.575.0",
"version": "1.575.1",
"exports": "./src/index.ts",
"publish": {
"exclude": ["!src", "./s3Types.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.575.0",
"version": "1.575.1",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.575.0
1.575.1