chore(main): release 1.479.0 (#5493)

* chore(main): release 1.479.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2025-03-28 00:09:47 +01:00
committed by GitHub
parent 5984bb2730
commit 3a6f2b2616
16 changed files with 97 additions and 52 deletions

View File

@@ -1,5 +1,39 @@
# Changelog
## [1.479.0](https://github.com/windmill-labs/windmill/compare/v1.478.1...v1.479.0) (2025-03-27)
### Features
* add description option to schedule page ([#5500](https://github.com/windmill-labs/windmill/issues/5500)) ([4c6f600](https://github.com/windmill-labs/windmill/commit/4c6f60010fec7d82181867e0082079e446797ce2))
* add java support ([#5458](https://github.com/windmill-labs/windmill/issues/5458)) ([59740c0](https://github.com/windmill-labs/windmill/commit/59740c047816ad90d7383b15c846302db1a2e354))
* add nu-lang support ([#5217](https://github.com/windmill-labs/windmill/issues/5217)) ([a3faea1](https://github.com/windmill-labs/windmill/commit/a3faea16e77796a1b989db4285b3fef722ac55b2))
* api key/basic/hmac auth for http triggers ([#5476](https://github.com/windmill-labs/windmill/issues/5476)) ([e920101](https://github.com/windmill-labs/windmill/commit/e920101107256589bb5aee09fa8f04f5bd9707e4))
* autocomplete v2 + AI chat ([#5323](https://github.com/windmill-labs/windmill/issues/5323)) ([234b20f](https://github.com/windmill-labs/windmill/commit/234b20f8bd55ea19b17b80f08d9ff1e0e00ba739))
* github app token instead of pat for git sync ([#5279](https://github.com/windmill-labs/windmill/issues/5279)) ([b822c66](https://github.com/windmill-labs/windmill/commit/b822c66262f7c4c01ea4baad9383a12d138b0815))
* list references upon renaming a script or a flow ([#5487](https://github.com/windmill-labs/windmill/issues/5487)) ([e868fe2](https://github.com/windmill-labs/windmill/commit/e868fe2bf5695b968151e27826854def3e847eb1))
* make custom ai CE + add together AI provider ([#5522](https://github.com/windmill-labs/windmill/issues/5522)) ([a28c78d](https://github.com/windmill-labs/windmill/commit/a28c78dd920c695c3dfac05bc48c82f1477b022d))
* **python:** fully qualified imports mapping ([#5511](https://github.com/windmill-labs/windmill/issues/5511)) ([1a5566b](https://github.com/windmill-labs/windmill/commit/1a5566b8c29773d94a681c86676d4cdb0b7c7777))
* remove stripe dep ([#5508](https://github.com/windmill-labs/windmill/issues/5508)) ([7a62527](https://github.com/windmill-labs/windmill/commit/7a625275752ba69e26d7e3b41416e335496eff84))
* unsafe parameters for sql queries (table names, column names) ([#5488](https://github.com/windmill-labs/windmill/issues/5488)) ([38ee018](https://github.com/windmill-labs/windmill/commit/38ee0183aaa014c740da7b54d66928ec851fb522))
### Bug Fixes
* add missing privileged hub script for app slack reports ([#5515](https://github.com/windmill-labs/windmill/issues/5515)) ([63fe9c1](https://github.com/windmill-labs/windmill/commit/63fe9c1852c1f87901f42eff8904c3482f7ceb43))
* clean job dirs between flow locks ([8129672](https://github.com/windmill-labs/windmill/commit/8129672d9e8c6b591c1a46c30060a9d4f207e499))
* **cli:** add --dry-run option ([4667507](https://github.com/windmill-labs/windmill/commit/466750752f6ffcb098cecd4ef6d6f33fb42d39ba))
* correct private hub url in CLI for resource types sync ([#5513](https://github.com/windmill-labs/windmill/issues/5513)) ([9fd224c](https://github.com/windmill-labs/windmill/commit/9fd224cc469ae6f47c3ba9839ed43c85ff4d2181))
* **frontend:** use stable path for capture tables + nits ([#5495](https://github.com/windmill-labs/windmill/issues/5495)) ([e16d629](https://github.com/windmill-labs/windmill/commit/e16d6299f52564def484e78fb2f48e9bf39cbd3d))
* improve cancel for flows with many substeps ([ec11d57](https://github.com/windmill-labs/windmill/commit/ec11d577c6089df0b6019cd05064f5ea63fb317c))
### Performance Improvements
* cache workspace env variables to avoid one query ([#5499](https://github.com/windmill-labs/windmill/issues/5499)) ([a3f6db7](https://github.com/windmill-labs/windmill/commit/a3f6db7dca983a4dfd62b30423340f899c4d1da6))
* cache workspace premium check ([5573d88](https://github.com/windmill-labs/windmill/commit/5573d886954182efcac71b3baa54d455f5086b30))
* optimize number of queries needed for job run ([#5504](https://github.com/windmill-labs/windmill/issues/5504)) ([3edca4b](https://github.com/windmill-labs/windmill/commit/3edca4bc91ee9a1f1c0a98d39bc673dc56f899b6))
## [1.478.1](https://github.com/windmill-labs/windmill/compare/v1.478.0...v1.478.1) (2025-03-20)

81
backend/Cargo.lock generated
View File

@@ -820,9 +820,9 @@ dependencies = [
[[package]]
name = "aws-sdk-sqs"
version = "1.62.0"
version = "1.63.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194d4234d8042159069b905760af670eefaa80848db097399b50110ab4746d04"
checksum = "cd749ee5445eca647320d3506c03e2aab65ba549c23393a1c5f0f0e05739290e"
dependencies = [
"aws-credential-types",
"aws-runtime",
@@ -834,6 +834,7 @@ dependencies = [
"aws-smithy-types",
"aws-types",
"bytes",
"fastrand",
"http 0.2.12",
"once_cell",
"regex-lite",
@@ -1737,7 +1738,7 @@ dependencies = [
"num-traits",
"num_cpus",
"rand 0.8.5",
"rand_distr",
"rand_distr 0.4.3",
"rayon",
"safetensors",
"thiserror 1.0.69",
@@ -5457,16 +5458,16 @@ dependencies = [
[[package]]
name = "half"
version = "2.4.1"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
dependencies = [
"bytemuck",
"cfg-if",
"crunchy",
"num-traits",
"rand 0.8.5",
"rand_distr",
"rand 0.9.0",
"rand_distr 0.5.1",
]
[[package]]
@@ -9266,6 +9267,16 @@ dependencies = [
"rand 0.8.5",
]
[[package]]
name = "rand_distr"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
dependencies = [
"num-traits",
"rand 0.9.0",
]
[[package]]
name = "range-alloc"
version = "0.1.4"
@@ -11925,7 +11936,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c56d6ff5591fc332739b3ce7035b57995a3ce29a93ffd6012660e0949c956ea8"
dependencies = [
"murmurhash32",
"rand_distr",
"rand_distr 0.4.3",
"tantivy-common",
]
@@ -13671,7 +13682,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"axum",
@@ -13717,7 +13728,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"argon2",
@@ -13815,7 +13826,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -13830,7 +13841,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"chrono",
"serde",
@@ -13843,7 +13854,7 @@ dependencies = [
[[package]]
name = "windmill-autoscaling"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"serde",
@@ -13857,7 +13868,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"async-stream",
@@ -13919,7 +13930,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"regex",
"serde",
@@ -13933,7 +13944,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"bytes",
@@ -13956,7 +13967,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"itertools 0.14.0",
"lazy_static",
@@ -13968,7 +13979,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -13977,7 +13988,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -13989,7 +14000,7 @@ dependencies = [
[[package]]
name = "windmill-parser-csharp"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"serde_json",
@@ -14001,7 +14012,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"gosyn",
@@ -14013,7 +14024,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -14025,7 +14036,7 @@ dependencies = [
[[package]]
name = "windmill-parser-java"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"serde_json",
@@ -14037,7 +14048,7 @@ dependencies = [
[[package]]
name = "windmill-parser-nu"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"nu-parser",
@@ -14048,7 +14059,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -14059,7 +14070,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"itertools 0.14.0",
@@ -14070,7 +14081,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -14090,7 +14101,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -14107,7 +14118,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -14119,7 +14130,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -14137,7 +14148,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"getrandom 0.2.15",
@@ -14161,7 +14172,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"serde_json",
@@ -14171,7 +14182,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -14204,7 +14215,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -14214,7 +14225,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.478.1"
version = "1.479.0"
dependencies = [
"anyhow",
"async-recursion",

View File

@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.478.1"
version = "1.479.0"
authors.workspace = true
edition.workspace = true
@@ -32,7 +32,7 @@ members = [
]
[workspace.package]
version = "1.478.1"
version = "1.479.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.478.1
version: 1.479.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.478.1";
export const VERSION = "v1.479.0";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({

View File

@@ -62,7 +62,7 @@ export {
// }
// });
export const VERSION = "1.478.1";
export const VERSION = "1.479.0";
const command = new Command()
.name("wmill")

View File

@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.478.1",
"version": "1.479.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.478.1",
"version": "1.479.0",
"license": "AGPL-3.0",
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.478.1
version: 1.479.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel

View File

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

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.478.1"
version = "1.479.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.478.1"
version = "1.479.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.478.1",
"version": "1.479.0",
"exports": "./src/index.ts",
"publish": {
"exclude": ["!src", "./s3Types.ts", "./client.ts"]

View File

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

View File

@@ -1 +1 @@
1.478.1
1.479.0