chore(main): release 1.244.4 (#3003)

* chore(main): release 2.0.0

* Apply automatic changes

* Update version.txt

* Update CHANGELOG.md

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-01-15 22:46:44 +01:00
committed by GitHub
parent d443924ae6
commit a73d76f443
14 changed files with 61 additions and 45 deletions
+16
View File
@@ -1,6 +1,22 @@
# Changelog
## [1.244.4](https://github.com/windmill-labs/windmill/compare/v1.244.2...v1.244.4) (2024-01-15)
### Features
* experimental nodejs support ([047ee10](https://github.com/windmill-labs/windmill/commit/047ee10246f8e1bb952d3b8cdf21612948ac9843))
* git sync branch name no contains the workspace ID and the type ([#3004](https://github.com/windmill-labs/windmill/issues/3004))
### Bug Fixes
* git sync branch name no contains the workspace ID and the type ([#3004](https://github.com/windmill-labs/windmill/issues/3004)) ([d845864](https://github.com/windmill-labs/windmill/commit/d845864872aff0057d6a3f5d9df2cc4a8c642be5))
* improve bun imports resolutions ([2b28854](https://github.com/windmill-labs/windmill/commit/2b288542bdfdba62b9182002db6c8c23cdd9869f))
* improve bun imports resolutions ([64e592b](https://github.com/windmill-labs/windmill/commit/64e592b874ef0414dcea2a3dd113d323cff0661e))
## [1.244.2](https://github.com/windmill-labs/windmill/compare/v1.244.1...v1.244.2) (2024-01-13)
+30 -30
View File
@@ -364,7 +364,7 @@ dependencies = [
"futures-io",
"futures-lite 2.2.0",
"parking",
"polling 3.3.1",
"polling 3.3.2",
"rustix 0.38.30",
"slab",
"tracing",
@@ -1542,9 +1542,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.16"
version = "4.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445"
checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253"
dependencies = [
"clap_builder",
"clap_derive",
@@ -1552,9 +1552,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.4.16"
version = "4.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb"
checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa"
dependencies = [
"anstream",
"anstyle",
@@ -3247,9 +3247,9 @@ dependencies = [
[[package]]
name = "gosyn"
version = "0.2.7"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "947dbc0e68a621aec8aa86f2c5f6dc0d4c720ae1da60bfb94c5169879b946c68"
checksum = "14163cf566b1496f50447a61981892272a61ef220d37e69508e19075bc66e3f1"
dependencies = [
"anyhow",
"strum",
@@ -5420,9 +5420,9 @@ dependencies = [
[[package]]
name = "polling"
version = "3.3.1"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e"
checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
dependencies = [
"cfg-if",
"concurrent-queue",
@@ -7028,9 +7028,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.11.2"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e"
[[package]]
name = "smart-default"
@@ -9254,7 +9254,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"axum",
@@ -9290,7 +9290,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"argon2",
@@ -9362,7 +9362,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -9380,7 +9380,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"chrono",
"serde",
@@ -9393,7 +9393,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"aws-config",
@@ -9427,7 +9427,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"rsmq_async",
"serde",
@@ -9441,7 +9441,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"serde",
"serde_json",
@@ -9449,7 +9449,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -9460,7 +9460,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"gosyn",
@@ -9472,7 +9472,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -9483,7 +9483,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"itertools 0.12.0",
@@ -9494,7 +9494,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"async-recursion",
@@ -9511,7 +9511,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"lazy_static",
@@ -9522,7 +9522,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -9540,7 +9540,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"getrandom 0.2.12",
@@ -9558,7 +9558,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"async-recursion",
@@ -9591,7 +9591,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.244.2"
version = "1.244.4"
dependencies = [
"anyhow",
"async-recursion",
@@ -9824,9 +9824,9 @@ dependencies = [
[[package]]
name = "xattr"
version = "1.2.0"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1"
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
dependencies = [
"libc",
"linux-raw-sys 0.4.12",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.244.2"
version = "1.244.4"
authors.workspace = true
edition.workspace = true
@@ -22,7 +22,7 @@ members = [
]
[workspace.package]
version = "1.244.2"
version = "1.244.4"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.244.2
version: 1.244.4
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.244.2";
export const VERSION = "v1.244.4";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -31,7 +31,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.244.2";
export const VERSION = "v1.244.4";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.244.2",
"version": "1.244.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.244.2",
"version": "1.244.4",
"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.244.2",
"version": "1.244.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.244.2"
wmill_pg = ">=1.244.2"
wmill = ">=1.244.4"
wmill_pg = ">=1.244.4"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.244.2
version: 1.244.4
title: OpenFlow Spec
contact:
name: Ruben Fiszel
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.244.2"
version = "1.244.4"
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.244.2"
version = "1.244.4"
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,7 +1,7 @@
{
"name": "windmill-client",
"description": "Windmill SDK client for browsers and Node.js",
"version": "1.244.2",
"version": "1.244.4",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.244.2
1.244.4