chore(main): release 1.115.0 (#1724)

* chore(main): release 1.115.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
Ruben Fiszel
2023-06-18 16:36:54 +02:00
committed by GitHub
co-authored by rubenfiszel
parent 7ddf1d9729
commit 7d45d95394
12 changed files with 52 additions and 30 deletions
+22
View File
@@ -1,6 +1,28 @@
# Changelog
## [1.115.0](https://github.com/windmill-labs/windmill/compare/v1.114.2...v1.115.0) (2023-06-18)
### Features
* add dataflow view for workflows ([d31959b](https://github.com/windmill-labs/windmill/commit/d31959b30b6b888d5ae0c75d24311bb4a555a7e6))
* add dataflow view for workflows ([d7d5bce](https://github.com/windmill-labs/windmill/commit/d7d5bce499fb65091692926d65e47fadcc6c7bb0))
* add extra config to aggrid ([1a75641](https://github.com/windmill-labs/windmill/commit/1a75641d08fd94344036fec963b2a0c70274191c))
* dev/staging/prod and deploy from web ([#1733](https://github.com/windmill-labs/windmill/issues/1733)) ([ac1a432](https://github.com/windmill-labs/windmill/commit/ac1a432bb9a7033a068fe77c92ffb54e3ec43806))
* **frontend:** vscode extension dark mode ([#1730](https://github.com/windmill-labs/windmill/issues/1730)) ([157d722](https://github.com/windmill-labs/windmill/commit/157d722c1e7bc3ee3c3c902543b622976504ca62))
* new default encoding for resource types in deno ([a16798b](https://github.com/windmill-labs/windmill/commit/a16798b4d666dfc074088b31d423e935abcdfc6f))
### Bug Fixes
* autosize app inputs ([5210150](https://github.com/windmill-labs/windmill/commit/5210150722ead3015f6ce4ee8a6f3ec7c9dec7eb))
* flow editor design improvements ([d87e5ea](https://github.com/windmill-labs/windmill/commit/d87e5ea4fe3b5356275ff8268ed7ea3ab063679c))
* flow editor design improvements ([eafb6ed](https://github.com/windmill-labs/windmill/commit/eafb6edb45ffcacc8cb30748df5cc33093e98699))
* flow viewer ([6ccbf2d](https://github.com/windmill-labs/windmill/commit/6ccbf2d791ff4bbf47a836221fc48923fa321d3e))
* improve agGrid persistence when result change + setSelectedIndex ([fe9c757](https://github.com/windmill-labs/windmill/commit/fe9c757add83747bbec304a8ea0f5f775a19d1d9))
* infer schema for script without schema in flows ([2db5337](https://github.com/windmill-labs/windmill/commit/2db533774cb1e6dd7dc9f3317c1441294c623724))
## [1.114.2](https://github.com/windmill-labs/windmill/compare/v1.114.1...v1.114.2) (2023-06-12)
+16 -16
View File
@@ -2577,9 +2577,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[package]]
name = "pest"
version = "2.6.0"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
checksum = "16833386b02953ca926d19f64af613b9bf742c48dcd5e09b32fbfc9740bf84e2"
dependencies = [
"thiserror",
"ucd-trie",
@@ -5167,7 +5167,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windmill"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"axum",
@@ -5202,7 +5202,7 @@ dependencies = [
[[package]]
name = "windmill-api"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"argon2",
@@ -5258,7 +5258,7 @@ dependencies = [
[[package]]
name = "windmill-api-client"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"base64 0.21.2",
"chrono",
@@ -5275,7 +5275,7 @@ dependencies = [
[[package]]
name = "windmill-audit"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"chrono",
"serde",
@@ -5288,7 +5288,7 @@ dependencies = [
[[package]]
name = "windmill-common"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"axum",
@@ -5313,7 +5313,7 @@ dependencies = [
[[package]]
name = "windmill-parser"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"serde",
"serde_json",
@@ -5321,7 +5321,7 @@ dependencies = [
[[package]]
name = "windmill-parser-bash"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"lazy_static",
@@ -5332,7 +5332,7 @@ dependencies = [
[[package]]
name = "windmill-parser-go"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"gosyn",
@@ -5342,7 +5342,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"itertools",
@@ -5353,7 +5353,7 @@ dependencies = [
[[package]]
name = "windmill-parser-py-imports"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"itertools",
@@ -5368,7 +5368,7 @@ dependencies = [
[[package]]
name = "windmill-parser-ts"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@@ -5383,7 +5383,7 @@ dependencies = [
[[package]]
name = "windmill-parser-wasm"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"serde_json",
@@ -5398,7 +5398,7 @@ dependencies = [
[[package]]
name = "windmill-queue"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"chrono",
@@ -5426,7 +5426,7 @@ dependencies = [
[[package]]
name = "windmill-worker"
version = "1.114.2"
version = "1.115.0"
dependencies = [
"anyhow",
"async-recursion",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.114.2"
version = "1.115.0"
authors.workspace = true
edition.workspace = true
@@ -22,7 +22,7 @@ members = [
]
[workspace.package]
version = "1.114.2"
version = "1.115.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.114.2
version: 1.115.0
title: Windmill API
contact:
+1 -1
View File
@@ -28,7 +28,7 @@ addEventListener("error", (event) => {
}
});
export const VERSION = "v1.114.2";
export const VERSION = "v1.115.0";
let command: any = new Command()
.name("wmill")
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "windmill",
"version": "1.114.2",
"version": "1.115.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "windmill",
"version": "1.114.2",
"version": "1.115.0",
"license": "AGPL-3.0",
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windmill",
"version": "1.114.2",
"version": "1.115.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
+2 -2
View File
@@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
wmill = ">=1.114.2"
wmill_pg = ">=1.114.2"
wmill = ">=1.115.0"
wmill_pg = ">=1.115.0"
sendgrid = "*"
mysql-connector-python = "*"
pymongo = "*"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: "3.0.3"
info:
version: 1.114.2
version: 1.115.0
title: OpenFlow Spec
contact:
name: Ruben Fiszel
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill"
version = "1.114.2"
version = "1.115.0"
description = "A client library for accessing Windmill server wrapping the Windmill client API"
license = "Apache-2.0"
homepage = "https://windmill.dev"
@@ -16,7 +16,7 @@ include = ["wmill/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"
windmill-api = "^1.114.2"
windmill-api = "^1.115.0"
[build-system]
requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"]
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wmill-pg"
version = "1.114.2"
version = "1.115.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 +1 @@
1.114.2
1.115.0