chore(main): release 1.600.0 (#7457)

* chore(main): release 1.600.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2025-12-26 15:12:09 +00:00
committed by GitHub
parent 66c8e2f6da
commit ce45cf442a
16 changed files with 73 additions and 58 deletions

View File

@@ -1,5 +1,19 @@
# Changelog
## [1.600.0](https://github.com/windmill-labs/windmill/compare/v1.599.3...v1.600.0) (2025-12-26)
### Features
* allow @ selection for raw apps ([db6f2f2](https://github.com/windmill-labs/windmill/commit/db6f2f27629cac08c9158eeb556e9b42292a55db))
* allow code selection to be added as context to the AI Chat ([66c8e2f](https://github.com/windmill-labs/windmill/commit/66c8e2f6da7a8b8f3a950c4e0ff65430d7886ad5))
* implement item selection for raw app builder ([c90d878](https://github.com/windmill-labs/windmill/commit/c90d878bc11d4980ae7a6c64506001a996801af5))
### Bug Fixes
* add help subcommand ([#7221](https://github.com/windmill-labs/windmill/issues/7221)) ([7fbc70a](https://github.com/windmill-labs/windmill/commit/7fbc70add042d884085a56fdec07232bee3b8e58))
## [1.599.3](https://github.com/windmill-labs/windmill/compare/v1.599.2...v1.599.3) (2025-12-25)

83
backend/Cargo.lock generated
View File

@@ -1826,7 +1826,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c6d47a4e2961fb8721bcfc54feae6455f2f64e7054f9bc67e875f0e77f4c58d"
dependencies = [
"rust_decimal",
"schemars 1.1.0",
"schemars 1.2.0",
"serde",
"utf8-width",
]
@@ -2027,9 +2027,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.2.50"
version = "1.2.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203"
dependencies = [
"find-msvc-tools",
"jobserver",
@@ -5375,9 +5375,9 @@ dependencies = [
[[package]]
name = "find-msvc-tools"
version = "0.1.5"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff"
[[package]]
name = "fixedbitset"
@@ -10918,7 +10918,7 @@ dependencies = [
"rand 0.9.0",
"reqwest 0.12.24",
"rmcp-macros",
"schemars 1.1.0",
"schemars 1.2.0",
"serde",
"serde_json",
"sse-stream",
@@ -11498,14 +11498,14 @@ dependencies = [
[[package]]
name = "schemars"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2"
dependencies = [
"chrono",
"dyn-clone",
"ref-cast",
"schemars_derive 1.1.0",
"schemars_derive 1.2.0",
"serde",
"serde_json",
]
@@ -11524,9 +11524,9 @@ dependencies = [
[[package]]
name = "schemars_derive"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301858a4023d78debd2353c7426dc486001bddc91ae31a76fb1f55132f7e2633"
checksum = "4908ad288c5035a8eb12cfdf0d49270def0a268ee162b75eeee0f85d155a7c45"
dependencies = [
"proc-macro2",
"quote",
@@ -11833,7 +11833,7 @@ dependencies = [
"indexmap 1.9.3",
"indexmap 2.11.1",
"schemars 0.9.0",
"schemars 1.1.0",
"schemars 1.2.0",
"serde",
"serde_derive",
"serde_json",
@@ -11972,10 +11972,11 @@ dependencies = [
[[package]]
name = "signal-hook-registry"
version = "1.4.7"
version = "1.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
dependencies = [
"errno",
"libc",
]
@@ -15168,7 +15169,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"aws-sdk-config",
@@ -15231,7 +15232,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"argon2",
@@ -15353,7 +15354,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -15368,7 +15369,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"chrono",
"lazy_static",
@@ -15382,7 +15383,7 @@ dependencies = [
[[package]]
name = "windmill-autoscaling"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"axum",
@@ -15401,7 +15402,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15497,7 +15498,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"regex",
"serde",
@@ -15512,7 +15513,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"astral-tokio-tar",
@@ -15536,7 +15537,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"itertools 0.14.0",
"lazy_static",
@@ -15552,7 +15553,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -15561,7 +15562,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15573,7 +15574,7 @@ dependencies = [
[[package]]
name = "windmill-parser-csharp"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15585,7 +15586,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"gosyn",
@@ -15597,7 +15598,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15609,7 +15610,7 @@ dependencies = [
[[package]]
name = "windmill-parser-java"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"serde_json",
@@ -15621,7 +15622,7 @@ dependencies = [
[[package]]
name = "windmill-parser-nu"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"nu-parser",
@@ -15632,7 +15633,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15643,7 +15644,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -15656,7 +15657,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15680,7 +15681,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ruby"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15694,7 +15695,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -15711,7 +15712,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15725,7 +15726,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -15744,7 +15745,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"serde",
@@ -15755,7 +15756,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -15792,7 +15793,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -15802,7 +15803,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.599.3"
version = "1.600.0"
dependencies = [
"anyhow",
"async-once-cell",

View File

@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.599.3"
version = "1.600.0"
authors.workspace = true
edition.workspace = true
@@ -33,7 +33,7 @@ members = [
exclude = ["./windmill-duckdb-ffi-internal"]
[workspace.package]
version = "1.599.3"
version = "1.600.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.599.3
version: 1.600.0
title: Windmill API
contact:

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.599.3";
export const VERSION = "v1.600.0";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({

View File

@@ -70,7 +70,7 @@ export {
// }
// });
export const VERSION = "1.599.3";
export const VERSION = "1.600.0";
export const WM_FORK_PREFIX = "wm-fork";

View File

@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.599.3",
"version": "1.600.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.599.3",
"version": "1.600.0",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.599.3",
"version": "1.600.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",

View File

@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.599.3"
wmill_pg = ">=1.599.3"
wmill = ">=1.600.0"
wmill_pg = ">=1.600.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"

View File

@@ -1,7 +1,7 @@
openapi: '3.0.3'
info:
version: 1.599.3
version: 1.600.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel

View File

@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.599.3'
ModuleVersion = '1.600.0'
# Supported PSEditions
# CompatiblePSEditions = @()

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.599.3"
version = "1.600.0"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.599.3"
version = "1.600.0"
description = "An extension client for the wmill client library focused on pg"
license = "Apache-2.0"
homepage = "https://windmill.dev"

View File

@@ -1,6 +1,6 @@
{
"name": "@windmill/windmill",
"version": "1.599.3",
"version": "1.600.0",
"exports": "./src/index.ts",
"publish": {
"exclude": ["!src", "./s3Types.ts", "./sqlUtils.ts", "./client.ts"]

View File

@@ -1,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.599.3",
"version": "1.600.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {

View File

@@ -1 +1 @@
1.599.3
1.600.0