chore(main): release 1.383.0 (#4271)

* chore(main): release 1.383.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2024-08-22 09:05:03 +02:00
committed by GitHub
parent 50cd193274
commit d537ce3106
16 changed files with 101 additions and 43 deletions
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## [1.383.0](https://github.com/windmill-labs/windmill/compare/v1.382.2...v1.383.0) (2024-08-22)
### Features
* add native html select support + fix mobile scroll on app text component ([d604b6f](https://github.com/windmill-labs/windmill/commit/d604b6f2a0e5755c949f302c0490de47a8d662ca))
* add wrap_body header to webhooks ([9226d6c](https://github.com/windmill-labs/windmill/commit/9226d6cbc119f6a1b16936ebb855ff4f50c0e122))
* improve early stop ([#4257](https://github.com/windmill-labs/windmill/issues/4257)) ([bcde2e6](https://github.com/windmill-labs/windmill/commit/bcde2e62d7846822cfe7f8ef89a9484938829903))
### Bug Fixes
* **frontend:** fix large JSON viewer ([#4273](https://github.com/windmill-labs/windmill/issues/4273)) ([b3eabff](https://github.com/windmill-labs/windmill/commit/b3eabffb76e266269b2f5ff471a053fa065da4d0))
* **python-client:** only require httpx to be &gt;= 0.24 instead of ^0.24 ([fc12aeb](https://github.com/windmill-labs/windmill/commit/fc12aeb3961b8a1a42a8493e3774815c940b75af))
## [1.382.2](https://github.com/windmill-labs/windmill/compare/v1.382.1...v1.382.2) (2024-08-20)
+69 -26
View File
@@ -1276,9 +1276,9 @@ dependencies = [
[[package]]
name = "bindgen"
version = "0.70.0"
version = "0.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0127a1da21afb5adaae26910922c3f7afd3d329ba1a1b98a0884cab4907a251"
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
dependencies = [
"bitflags 2.6.0",
"cexpr",
@@ -5225,7 +5225,7 @@ checksum = "478b0ff3f7d67b79da2b96f56f334431aef65e15ba4b29dd74a4236e29582bdc"
dependencies = [
"base64 0.21.7",
"bigdecimal",
"bindgen 0.70.0",
"bindgen 0.70.1",
"bitflags 2.6.0",
"bitvec",
"btoi",
@@ -8257,15 +8257,15 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "stacker"
version = "0.1.15"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
checksum = "95a5daa25ea337c85ed954c0496e3bdd2c7308cc3b24cf7b50d04876654c579f"
dependencies = [
"cc",
"cfg-if",
"libc",
"psm",
"winapi",
"windows-sys 0.36.1",
]
[[package]]
@@ -10466,7 +10466,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"axum",
@@ -10506,7 +10506,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"argon2",
@@ -10590,7 +10590,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"base64 0.21.7",
"chrono",
@@ -10608,7 +10608,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"chrono",
"serde",
@@ -10621,7 +10621,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"async-stream",
@@ -10662,7 +10662,7 @@ dependencies = [
[[package]]
name = "windmill-git-sync"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"regex",
"rsmq_async",
@@ -10677,7 +10677,7 @@ dependencies = [
[[package]]
name = "windmill-indexer"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"bytes",
@@ -10698,7 +10698,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"serde",
"serde_json",
@@ -10706,7 +10706,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -10717,7 +10717,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"gosyn",
@@ -10729,7 +10729,7 @@ dependencies = [
[[package]]
name = "windmill-parser-graphql"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -10740,7 +10740,7 @@ dependencies = [
[[package]]
name = "windmill-parser-php"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10754,7 +10754,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"itertools 0.13.0",
@@ -10765,7 +10765,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -10782,7 +10782,7 @@ dependencies = [
[[package]]
name = "windmill-parser-sql"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -10793,7 +10793,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -10812,7 +10812,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"getrandom 0.2.15",
@@ -10831,7 +10831,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -10864,7 +10864,7 @@ dependencies = [
[[package]]
name = "windmill-sql-datatype-parser-wasm"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"wasm-bindgen",
"wasm-bindgen-test",
@@ -10874,7 +10874,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.382.2"
version = "1.383.0"
dependencies = [
"anyhow",
"async-recursion",
@@ -10984,6 +10984,19 @@ dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
@@ -11054,6 +11067,12 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
@@ -11066,6 +11085,12 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
@@ -11084,6 +11109,12 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
@@ -11096,6 +11127,12 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
@@ -11120,6 +11157,12 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.382.2"
version = "1.383.0"
authors.workspace = true
edition.workspace = true
@@ -25,7 +25,7 @@ members = [
]
[workspace.package]
version = "1.382.2"
version = "1.383.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.382.2
version: 1.383.0
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.382.2";
export const VERSION = "v1.383.0";
export async function login(email: string, password: string): Promise<string> {
return await windmill.UserService.login({
+1 -1
View File
@@ -34,7 +34,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.382.2";
export const VERSION = "v1.383.0";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.382.2",
"version": "1.383.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.382.2",
"version": "1.383.0",
"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.382.2",
"version": "1.383.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.382.2"
wmill_pg = ">=1.382.2"
wmill = ">=1.383.0"
wmill_pg = ">=1.383.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.382.2
version: 1.383.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel
@@ -12,7 +12,7 @@
RootModule = 'WindmillClient.psm1'
# Version number of this module.
ModuleVersion = '1.382.2'
ModuleVersion = '1.383.0'
# Supported PSEditions
# CompatiblePSEditions = @()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.382.2"
version = "1.383.0"
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.382.2"
version = "1.383.0"
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.382.2",
"version": "1.383.0",
"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.382.2",
"version": "1.383.0",
"author": "Ruben Fiszel",
"license": "Apache 2.0",
"devDependencies": {
+1 -1
View File
@@ -1 +1 @@
1.382.2
1.383.0