chore(main): release 1.320.1 (#3626)

* chore(main): release 1.320.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-04-28 15:21:06 +02:00
committed by GitHub
parent 7dd7b8e748
commit f33651df0c
16 changed files with 66 additions and 61 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.320.1](https://github.com/windmill-labs/windmill/compare/v1.320.0...v1.320.1) (2024-04-28)
### Bug Fixes
* add button to easily bump git sync version ([0fcd54b](https://github.com/windmill-labs/windmill/commit/0fcd54bc070483dafdbbc0f592e090d0b71361c3))
## [1.320.0](https://github.com/windmill-labs/windmill/compare/v1.319.1...v1.320.0) (2024-04-28)

86
backend/Cargo.lock generated
View File

@@ -256,7 +256,7 @@ checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928"
dependencies = [
"concurrent-queue",
"event-listener 5.3.0",
"event-listener-strategy 0.5.1",
"event-listener-strategy 0.5.2",
"futures-core",
"pin-project-lite",
]
@@ -300,7 +300,7 @@ checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand 2.0.2",
"fastrand 2.1.0",
"futures-lite 2.3.0",
"slab",
]
@@ -484,9 +484,9 @@ dependencies = [
[[package]]
name = "async-task"
version = "4.7.0"
version = "4.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
[[package]]
name = "async-trait"
@@ -573,7 +573,7 @@ dependencies = [
"aws-smithy-types",
"aws-types",
"bytes",
"fastrand 2.0.2",
"fastrand 2.1.0",
"hex",
"http 0.2.12",
"hyper 0.14.28",
@@ -611,7 +611,7 @@ dependencies = [
"aws-smithy-types",
"aws-types",
"bytes",
"fastrand 2.0.2",
"fastrand 2.1.0",
"http 0.2.12",
"http-body 0.4.6",
"percent-encoding",
@@ -771,7 +771,7 @@ dependencies = [
"aws-smithy-runtime-api",
"aws-smithy-types",
"bytes",
"fastrand 2.0.2",
"fastrand 2.1.0",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
@@ -1138,18 +1138,16 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
[[package]]
name = "blocking"
version = "1.5.1"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88"
dependencies = [
"async-channel 2.2.1",
"async-lock 3.3.0",
"async-task",
"fastrand 2.0.2",
"futures-io",
"futures-lite 2.3.0",
"piper",
"tracing",
]
[[package]]
@@ -1998,9 +1996,9 @@ dependencies = [
[[package]]
name = "data-encoding"
version = "2.5.0"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
[[package]]
name = "data-url"
@@ -2682,9 +2680,9 @@ dependencies = [
[[package]]
name = "event-listener-strategy"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3"
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
dependencies = [
"event-listener 5.3.0",
"pin-project-lite",
@@ -2719,9 +2717,9 @@ dependencies = [
[[package]]
name = "fastrand"
version = "2.0.2"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "ff"
@@ -2974,7 +2972,7 @@ version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
dependencies = [
"fastrand 2.0.2",
"fastrand 2.1.0",
"futures-core",
"futures-io",
"parking",
@@ -5114,7 +5112,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
"atomic-waker",
"fastrand 2.0.2",
"fastrand 2.1.0",
"futures-io",
]
@@ -6945,9 +6943,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
[[package]]
name = "serde"
version = "1.0.198"
version = "1.0.199"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
checksum = "0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a"
dependencies = [
"serde_derive",
]
@@ -6986,9 +6984,9 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.198"
version = "1.0.199"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
checksum = "11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc"
dependencies = [
"proc-macro2",
"quote",
@@ -8324,7 +8322,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
"fastrand 2.0.2",
"fastrand 2.1.0",
"rustix 0.38.34",
"windows-sys 0.52.0",
]
@@ -9171,9 +9169,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode-width"
version = "0.1.11"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "unicode-xid"
@@ -9618,7 +9616,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"axum",
@@ -9655,7 +9653,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"argon2",
@@ -9732,7 +9730,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -9750,7 +9748,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"chrono",
"serde",
@@ -9763,7 +9761,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"aws-config",
@@ -9799,7 +9797,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"regex",
"rsmq_async",
@@ -9814,7 +9812,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"serde",
"serde_json",
@@ -9822,7 +9820,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -9833,7 +9831,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"gosyn",
@@ -9845,7 +9843,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -9856,7 +9854,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"itertools 0.12.1",
@@ -9867,7 +9865,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -9884,7 +9882,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"lazy_static",
@@ -9895,7 +9893,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -9913,7 +9911,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"getrandom 0.2.14",
@@ -9931,7 +9929,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"async-recursion",
@@ -9964,7 +9962,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"serde",
"wasm-bindgen",
@@ -9975,7 +9973,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.319.1"
version = "1.320.1"
dependencies = [
"anyhow",
"async-recursion",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1 +1 @@
1.320.0
1.320.1