chore(main): release 1.333.3 (#3774)

* chore(main): release 1.333.3

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-05-20 23:16:05 +02:00
committed by GitHub
co-authored by rubenfiszel
parent fbfad5e654
commit 158be28a52
16 changed files with 70 additions and 46 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [1.333.3](https://github.com/windmill-labs/windmill/compare/v1.333.2...v1.333.3) (2024-05-20)
### Bug Fixes
* **cli:** make bun the default language in absence of wmill defaultTs ([8399086](https://github.com/windmill-labs/windmill/commit/83990869bc5edb98f633944410242de19dbe5d01))
## [1.333.2](https://github.com/windmill-labs/windmill/compare/v1.333.1...v1.333.2) (2024-05-20)
+46 -29
View File
@@ -2206,9 +2206,9 @@ dependencies = [
[[package]]
name = "deno_unsync"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d79c7af81e0a5ac75cff7b2fff4d1896e2bff694c688258edf21ef8a519736"
checksum = "7557a5e9278b9a5cc8056dc37062ea4344770bda4eeb5973c7cbb7ebf636b9a4"
dependencies = [
"tokio",
]
@@ -4180,9 +4180,9 @@ dependencies = [
[[package]]
name = "malachite"
version = "0.4.7"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38ad951c9d45bd4c77f4c843844870dddeb2e332864226f5a62277498e1627b8"
checksum = "f6a92f827120eb207c3ae547fcd7520f040ccc15f0de97ecdc1f951a1698f82d"
dependencies = [
"malachite-base",
"malachite-nz",
@@ -4191,9 +4191,9 @@ dependencies = [
[[package]]
name = "malachite-base"
version = "0.4.7"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d073a3d1e4e037975af5ef176a2632672e25e8ddbe8e1811745c2e0726b6ad94"
checksum = "c6c65facadeb552fa7697a941cfd5a829f62127f114f0b41943cf9edeb286e3a"
dependencies = [
"hashbrown 0.14.5",
"itertools 0.11.0",
@@ -4216,20 +4216,21 @@ dependencies = [
[[package]]
name = "malachite-nz"
version = "0.4.7"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2546fc6ae29728079e87a2a0f011509e6060713b65e62ee46ba5d413b495ebc7"
checksum = "585d783bf688f0e2bbdaef2a54e2cdff001d0b6350fb7d84ca75ac75948c19a2"
dependencies = [
"itertools 0.11.0",
"libm",
"malachite-base",
"pyo3-build-config",
]
[[package]]
name = "malachite-q"
version = "0.4.7"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ad0ac879ecbb7e1cc8060b48696eebed0b0de8d922db4f8b378dfbc1bad806a"
checksum = "86ff88d461a34479b466f087757cd9f34f3f4a4a2fefb68a62205396f7e7a59a"
dependencies = [
"itertools 0.11.0",
"malachite-base",
@@ -5978,6 +5979,16 @@ dependencies = [
"reborrow",
]
[[package]]
name = "pyo3-build-config"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
dependencies = [
"once_cell",
"target-lexicon",
]
[[package]]
name = "quick-xml"
version = "0.30.0"
@@ -8368,6 +8379,12 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5"
[[package]]
name = "target-lexicon"
version = "0.12.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
[[package]]
name = "tempfile"
version = "3.10.1"
@@ -9699,7 +9716,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"axum",
@@ -9739,7 +9756,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"argon2",
@@ -9815,7 +9832,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -9833,7 +9850,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"chrono",
"serde",
@@ -9846,7 +9863,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"aws-config",
@@ -9884,7 +9901,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"regex",
"rsmq_async",
@@ -9899,7 +9916,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"serde",
"serde_json",
@@ -9907,7 +9924,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"lazy_static",
@@ -9918,7 +9935,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"gosyn",
@@ -9930,7 +9947,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"lazy_static",
@@ -9941,7 +9958,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -9955,7 +9972,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -9966,7 +9983,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"async-recursion",
@@ -9983,7 +10000,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"lazy_static",
@@ -9994,7 +10011,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10012,7 +10029,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"getrandom 0.2.15",
@@ -10031,7 +10048,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"async-recursion",
@@ -10064,7 +10081,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"serde",
"wasm-bindgen",
@@ -10075,7 +10092,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.333.2"
version = "1.333.3"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.333.2"
version = "1.333.3"
authors.workspace = true
edition.workspace = true
@@ -24,7 +24,7 @@ members = [
]
[workspace.package]
version = "1.333.2"
version = "1.333.3"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.333.2
version: 1.333.3
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.333.2";
export const VERSION = "v1.333.3";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -33,7 +33,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.333.2";
export const VERSION = "v1.333.3";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.333.2",
"version": "1.333.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.333.2",
"version": "1.333.3",
"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.333.2",
"version": "1.333.3",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.333.2"
wmill_pg = ">=1.333.2"
wmill = ">=1.333.3"
wmill_pg = ">=1.333.3"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.333.2
version: 1.333.3
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.333.2'
ModuleVersion = '1.333.3'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.333.2"
version = "1.333.3"
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.333.2"
version = "1.333.3"
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.333.2",
"version": "1.333.3",
"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.333.2",
"version": "1.333.3",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.333.2
1.333.3