chore(main): release 1.511.0 (#6250)

* chore(main): release 1.511.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2025-07-22 19:57:31 +00:00
committed by GitHub
co-authored by rubenfiszel
parent 37b18f0661
commit b00fde7f2a
16 changed files with 91 additions and 66 deletions
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## [1.511.0](https://github.com/windmill-labs/windmill/compare/v1.510.1...v1.511.0) (2025-07-22)
### Features
* **aichat:** give completions to autocomplete for other languages than ts ([#6253](https://github.com/windmill-labs/windmill/issues/6253)) ([71b85df](https://github.com/windmill-labs/windmill/commit/71b85dfc42694f552a0572afd2072bbe528ac74b))
* **aichat:** improve autocomplete with ata, editor diagnostic and deletion cues ([#6245](https://github.com/windmill-labs/windmill/issues/6245)) ([dc242c5](https://github.com/windmill-labs/windmill/commit/dc242c5a8df7d5d2ad710f3a5578dcb5fb4c9667))
* periodic worker group script ([#6159](https://github.com/windmill-labs/windmill/issues/6159)) ([c4178c0](https://github.com/windmill-labs/windmill/commit/c4178c05be5cff4ef0617e31e0f05adc29e04f89))
### Bug Fixes
* add error name and message to job_postprocessing span ([34ccc8e](https://github.com/windmill-labs/windmill/commit/34ccc8e0f7487cf51370e0ff94546063ee7771ad))
* scopes-run-and-webhook-token-display ([#6259](https://github.com/windmill-labs/windmill/issues/6259)) ([37b18f0](https://github.com/windmill-labs/windmill/commit/37b18f0661d797466423db021150c99398435c8b))
## [1.510.1](https://github.com/windmill-labs/windmill/compare/v1.510.0...v1.510.1) (2025-07-21)
+59 -49
View File
@@ -1034,9 +1034,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime"
version = "1.8.4"
version = "1.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3aaec682eb189e43c8a19c3dab2fe54590ad5f2cc2d26ab27608a20f2acf81c"
checksum = "660f70d9d8af6876b4c9aa8dcb0dbaf0f89b04ee9a4455bea1b4ba03b15f26f6"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
@@ -1058,9 +1058,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
version = "1.8.3"
version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852b9226cb60b78ce9369022c0df678af1cac231c882d5da97a0c4e03be6e67"
checksum = "38280ac228bc479f347fcfccf4bf4d22d68f3bb4629685cb591cabd856567bbc"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
@@ -3737,7 +3737,7 @@ dependencies = [
"quinn",
"rustls-tokio-stream",
"serde",
"socket2",
"socket2 0.5.10",
"thiserror 2.0.12",
"tokio",
]
@@ -6377,7 +6377,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"socket2 0.5.10",
"tokio",
"tower-service",
"tracing",
@@ -6498,9 +6498,9 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.15"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
dependencies = [
"base64 0.22.1",
"bytes",
@@ -6514,7 +6514,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
"socket2",
"socket2 0.6.0",
"system-configuration 0.6.1",
"tokio",
"tower-service",
@@ -6820,9 +6820,9 @@ dependencies = [
[[package]]
name = "io-uring"
version = "0.7.8"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
dependencies = [
"bitflags 2.9.1",
"cfg-if",
@@ -6835,7 +6835,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
dependencies = [
"socket2",
"socket2 0.5.10",
"widestring",
"windows-sys 0.48.0",
"winreg",
@@ -6969,9 +6969,9 @@ dependencies = [
[[package]]
name = "jsonc-parser"
version = "0.26.2"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b558af6b49fd918e970471374e7a798b2c9bbcda624a210ffa3901ee5614bc8e"
checksum = "1d6d80e6d70e7911a29f3cf3f44f452df85d06f73572b494ca99a2cad3fcf8f4"
dependencies = [
"serde_json",
]
@@ -7960,7 +7960,7 @@ dependencies = [
"rand 0.9.0",
"serde",
"serde_json",
"socket2",
"socket2 0.5.10",
"thiserror 2.0.12",
"tokio",
"tokio-native-tls",
@@ -9864,7 +9864,7 @@ dependencies = [
"quinn-udp",
"rustc-hash 2.1.1",
"rustls 0.23.29",
"socket2",
"socket2 0.5.10",
"thiserror 2.0.12",
"tokio",
"tracing",
@@ -9901,7 +9901,7 @@ dependencies = [
"cfg_aliases 0.2.1",
"libc",
"once_cell",
"socket2",
"socket2 0.5.10",
"tracing",
"windows-sys 0.59.0",
]
@@ -10847,7 +10847,7 @@ checksum = "22557157d7395bc30727745b365d923f1ecc230c4c80b176545f3f4f08c46e33"
dependencies = [
"futures",
"rustls 0.23.29",
"socket2",
"socket2 0.5.10",
"tokio",
]
@@ -11696,6 +11696,16 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "socket2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
dependencies = [
"libc",
"windows-sys 0.59.0",
]
[[package]]
name = "socks"
version = "0.3.4"
@@ -13206,7 +13216,7 @@ dependencies = [
"pin-project-lite",
"signal-hook-registry",
"slab",
"socket2",
"socket2 0.5.10",
"tokio-macros",
"tracing",
"windows-sys 0.52.0",
@@ -13274,7 +13284,7 @@ dependencies = [
"postgres-protocol 0.6.7",
"postgres-types 0.2.7",
"rand 0.8.5",
"socket2",
"socket2 0.5.10",
"tokio",
"tokio-util",
"whoami",
@@ -13300,7 +13310,7 @@ dependencies = [
"postgres-protocol 0.6.8",
"postgres-types 0.2.9",
"rand 0.9.0",
"socket2",
"socket2 0.5.10",
"tokio",
"tokio-util",
"whoami",
@@ -13506,7 +13516,7 @@ dependencies = [
"prost",
"rustls-native-certs 0.8.1",
"rustls-pemfile 2.2.0",
"socket2",
"socket2 0.5.10",
"tokio",
"tokio-rustls 0.26.2",
"tokio-stream",
@@ -14675,7 +14685,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"axum",
@@ -14727,7 +14737,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"argon2",
@@ -14838,7 +14848,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -14853,7 +14863,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"chrono",
"serde",
@@ -14866,7 +14876,7 @@ dependencies = [
[[package]]
name = "windmill-autoscaling"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"serde",
@@ -14880,7 +14890,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"async-stream",
@@ -14959,7 +14969,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"regex",
"serde",
@@ -14973,7 +14983,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"bytes",
@@ -14996,7 +15006,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"itertools 0.14.0",
"lazy_static",
@@ -15008,7 +15018,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -15017,7 +15027,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15029,7 +15039,7 @@ dependencies = [
[[package]]
name = "windmill-parser-csharp"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15041,7 +15051,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"gosyn",
@@ -15053,7 +15063,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15065,7 +15075,7 @@ dependencies = [
[[package]]
name = "windmill-parser-java"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15077,7 +15087,7 @@ dependencies = [
[[package]]
name = "windmill-parser-nu"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"nu-parser",
@@ -15088,7 +15098,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15099,7 +15109,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15111,7 +15121,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15134,7 +15144,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -15151,7 +15161,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15165,7 +15175,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15183,7 +15193,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"getrandom 0.2.16",
@@ -15207,7 +15217,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15217,7 +15227,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15250,7 +15260,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -15260,7 +15270,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.510.1"
version = "1.511.0"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.510.1"
version = "1.511.0"
authors.workspace = true
edition.workspace = true
@@ -32,7 +32,7 @@ members = [
]
[workspace.package]
version = "1.510.1"
version = "1.511.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.510.1
version: 1.511.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.510.1";
export const VERSION = "v1.511.0";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -65,7 +65,7 @@ export {
// }
// });
export const VERSION = "1.510.1";
export const VERSION = "1.511.0";
const command = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.510.1",
"version": "1.511.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.510.1",
"version": "1.511.0",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.510.1",
"version": "1.511.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.510.1"
wmill_pg = ">=1.510.1"
wmill = ">=1.511.0"
wmill_pg = ">=1.511.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.510.1
version: 1.511.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.510.1'
ModuleVersion = '1.511.0'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.510.1"
version = "1.511.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.510.1"
version = "1.511.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.510.1",
"version": "1.511.0",
"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.510.1",
"version": "1.511.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.510.1
1.511.0