chore(main): release 1.371.0 (#4151)

* chore(main): release 1.371.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-07-30 16:28:16 +02:00
committed by GitHub
parent cf3512ee03
commit e5c73d66d3
16 changed files with 80 additions and 71 deletions

View File

@@ -1,5 +1,20 @@
# Changelog
## [1.371.0](https://github.com/windmill-labs/windmill/compare/v1.370.0...v1.371.0) (2024-07-30)
### Features
* **frontend:** support array of objects in schema ([#4106](https://github.com/windmill-labs/windmill/issues/4106)) ([5992b82](https://github.com/windmill-labs/windmill/commit/5992b821803d9cdc45fa0dee100f159dd3ed557f))
### Bug Fixes
* always consider electron as external for bundles ([06433a6](https://github.com/windmill-labs/windmill/commit/06433a6ec65534e1a11085cefd6a67699e4eb0a0))
* fix bunnative lock creation ([6a33624](https://github.com/windmill-labs/windmill/commit/6a33624416cc48e2a1ab21afbd2ac4ab48be2559))
* submit and form persistence on app on render change ([28277da](https://github.com/windmill-labs/windmill/commit/28277da35bae1c18f16e85d093989e0d419b3601))
* support bunnative in the CLI ([e02e644](https://github.com/windmill-labs/windmill/commit/e02e644d4ca16773bae3cc2a6b52ac08417d3905))
## [1.370.0](https://github.com/windmill-labs/windmill/compare/v1.369.1...v1.370.0) (2024-07-29)

102
backend/Cargo.lock generated
View File

@@ -1005,7 +1005,7 @@ dependencies = [
"once_cell",
"pin-project-lite",
"pin-utils",
"rustls 0.21.11",
"rustls 0.21.12",
"tokio",
"tracing",
]
@@ -3592,7 +3592,7 @@ dependencies = [
"hyper 0.14.30",
"hyper-rustls 0.24.2",
"ring 0.16.20",
"rustls 0.21.11",
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
@@ -4210,7 +4210,7 @@ dependencies = [
"http 0.2.12",
"hyper 0.14.30",
"log",
"rustls 0.21.11",
"rustls 0.21.12",
"rustls-native-certs 0.6.3",
"tokio",
"tokio-rustls 0.24.1",
@@ -5391,7 +5391,7 @@ dependencies = [
"getrandom 0.2.15",
"http 0.2.12",
"rand 0.8.5",
"reqwest 0.11.20",
"reqwest 0.11.27",
"serde",
"serde_json",
"serde_path_to_error",
@@ -5817,7 +5817,7 @@ dependencies = [
"futures",
"lazy_static",
"log",
"reqwest 0.11.20",
"reqwest 0.11.27",
"thiserror",
"tokio",
"zip",
@@ -6072,9 +6072,13 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
checksum = "2288c0e17cc8d342c712bb43a257a80ebffce59cdb33d5000d8348f3ec02528b"
dependencies = [
"zerocopy",
"zerocopy-derive",
]
[[package]]
name = "pretty-hex"
@@ -6203,7 +6207,7 @@ dependencies = [
"bytes",
"futures-core",
"percent-encoding",
"reqwest 0.11.20",
"reqwest 0.11.27",
"serde",
"serde_json",
"serde_urlencoded",
@@ -6710,9 +6714,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.20"
version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
dependencies = [
"base64 0.21.7",
"bytes",
@@ -6733,11 +6737,13 @@ dependencies = [
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls 0.21.11",
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 0.1.2",
"system-configuration",
"tokio",
"tokio-native-tls",
"tokio-rustls 0.24.1",
@@ -6746,7 +6752,7 @@ dependencies = [
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams 0.3.0",
"wasm-streams",
"web-sys",
"webpki-roots 0.25.4",
"winreg 0.50.0",
@@ -6797,7 +6803,7 @@ dependencies = [
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams 0.4.0",
"wasm-streams",
"web-sys",
"winreg 0.52.0",
]
@@ -7076,9 +7082,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.21.11"
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log",
"ring 0.17.8",
@@ -8022,7 +8028,7 @@ dependencies = [
"once_cell",
"paste",
"percent-encoding",
"rustls 0.21.11",
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
@@ -9304,7 +9310,7 @@ version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls 0.21.11",
"rustls 0.21.12",
"tokio",
]
@@ -10071,7 +10077,7 @@ dependencies = [
"miniz_oxide",
"once_cell",
"paste",
"which 6.0.1",
"which 6.0.2",
]
[[package]]
@@ -10238,19 +10244,6 @@ dependencies = [
"syn 2.0.72",
]
[[package]]
name = "wasm-streams"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "wasm-streams"
version = "0.4.0"
@@ -10322,9 +10315,9 @@ dependencies = [
[[package]]
name = "which"
version = "6.0.1"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075"
dependencies = [
"either",
"home",
@@ -10382,7 +10375,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"axum",
@@ -10422,7 +10415,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"argon2",
@@ -10501,7 +10494,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -10510,7 +10503,7 @@ dependencies = [
"progenitor",
"progenitor-client",
"rand 0.8.5",
"reqwest 0.11.20",
"reqwest 0.11.27",
"serde",
"serde_json",
"syn 1.0.109",
@@ -10519,7 +10512,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"chrono",
"serde",
@@ -10532,7 +10525,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"async-stream",
@@ -10573,7 +10566,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"regex",
"rsmq_async",
@@ -10588,7 +10581,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"bytes",
@@ -10609,7 +10602,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"serde",
"serde_json",
@@ -10617,7 +10610,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -10628,7 +10621,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"gosyn",
@@ -10640,7 +10633,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -10651,7 +10644,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10665,7 +10658,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -10676,7 +10669,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -10693,7 +10686,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -10704,7 +10697,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10723,7 +10716,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"getrandom 0.2.15",
@@ -10742,7 +10735,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -10775,7 +10768,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -10785,7 +10778,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.370.0"
version = "1.371.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -11119,6 +11112,7 @@ version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive",
]

View File

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

View File

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

View File

@@ -34,7 +34,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.370.0";
export const VERSION = "v1.371.0";
let command: any = new Command()
.name("wmill")

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.370.0"
version = "1.371.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.370.0"
version = "1.371.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.370.0",
"version": "1.371.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.370.0",
"version": "1.371.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {

View File

@@ -1 +1 @@
1.370.0
1.371.0