chore(main): release 1.411.1 (#4569)

* chore(main): release 1.411.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-10-22 20:26:35 +02:00
committed by GitHub
parent 0586446671
commit 2e2fda5a06
16 changed files with 61 additions and 54 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [1.411.1](https://github.com/windmill-labs/windmill/compare/v1.411.0...v1.411.1) (2024-10-22)
### Bug Fixes
* update bun to 1.1.32 ([#4568](https://github.com/windmill-labs/windmill/issues/4568)) ([0586446](https://github.com/windmill-labs/windmill/commit/058644667129f0d79ec147aacdda449142ae0ab9))
## [1.411.0](https://github.com/windmill-labs/windmill/compare/v1.410.3...v1.411.0) (2024-10-21)
+37 -37
View File
@@ -166,9 +166,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.90"
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95"
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
[[package]]
name = "arc-swap"
@@ -1495,9 +1495,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.7.2"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
[[package]]
name = "bytes-utils"
@@ -6132,9 +6132,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.88"
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
dependencies = [
"unicode-ident",
]
@@ -7414,9 +7414,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
[[package]]
name = "serde"
version = "1.0.210"
version = "1.0.212"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
checksum = "ccd4055b7e3937a5c2595e974f5bf1715a23919a595a04b5ad959bdbbb61ab04"
dependencies = [
"serde_derive",
]
@@ -7455,9 +7455,9 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.210"
version = "1.0.212"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
checksum = "726adf8349784fb68a42e6466f49362ae039d9c5333cc6eb131f4d6f94bb9126"
dependencies = [
"proc-macro2",
"quote",
@@ -8977,18 +8977,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.64"
version = "1.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.64"
version = "1.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
dependencies = [
"proc-macro2",
"quote",
@@ -10394,7 +10394,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"axum",
@@ -10435,7 +10435,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"argon2",
@@ -10520,7 +10520,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -10538,7 +10538,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"chrono",
"serde",
@@ -10551,7 +10551,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"async-stream",
@@ -10597,7 +10597,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"regex",
"rsmq_async",
@@ -10612,7 +10612,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"bytes",
@@ -10634,7 +10634,7 @@ dependencies = [
[[package]]
name = "windmill-macros"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"itertools 0.13.0",
"lazy_static",
@@ -10646,7 +10646,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"convert_case 0.6.0",
"serde",
@@ -10655,7 +10655,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -10667,7 +10667,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"gosyn",
@@ -10679,7 +10679,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -10691,7 +10691,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -10702,7 +10702,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -10713,7 +10713,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -10731,7 +10731,7 @@ dependencies = [
[[package]]
name = "windmill-parser-rust"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10748,7 +10748,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -10760,7 +10760,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -10778,7 +10778,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"getrandom 0.2.15",
@@ -10799,7 +10799,7 @@ dependencies = [
[[package]]
name = "windmill-parser-yaml"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"serde_json",
@@ -10809,7 +10809,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -10842,7 +10842,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -10852,7 +10852,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.411.0"
version = "1.411.1"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.411.0"
version = "1.411.1"
authors.workspace = true
edition.workspace = true
@@ -28,7 +28,7 @@ members = [
]
[workspace.package]
version = "1.411.0"
version = "1.411.1"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.411.0
version: 1.411.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.411.0";
export const VERSION = "v1.411.1";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -60,7 +60,7 @@ export {
// }
// });
export const VERSION = "1.411.0";
export const VERSION = "1.411.1";
const command = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.411.0",
"version": "1.411.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.411.0",
"version": "1.411.1",
"license": "AGPL-3.0",
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.411.0",
"version": "1.411.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.411.0"
wmill_pg = ">=1.411.0"
wmill = ">=1.411.1"
wmill_pg = ">=1.411.1"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.411.0
version: 1.411.1
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.411.0'
ModuleVersion = '1.411.1'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.411.0"
version = "1.411.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.411.0"
version = "1.411.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.411.0",
"version": "1.411.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.411.0",
"version": "1.411.1",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.411.0
1.411.1