diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b68379670..2e11c298e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [1.96.0](https://github.com/windmill-labs/windmill/compare/v1.95.1...v1.96.0) (2023-05-08) + + +### Features + +* add support for full fleged apps (react, svelte, vue) ([#1536](https://github.com/windmill-labs/windmill/issues/1536)) ([13242ab](https://github.com/windmill-labs/windmill/commit/13242abff153b021cac1ecaa3cbf65ae9d87fb69)) +* **frontend:** Add a custom deepEqualWithOrderedArray to handle orde… ([#1537](https://github.com/windmill-labs/windmill/issues/1537)) ([3a291f7](https://github.com/windmill-labs/windmill/commit/3a291f7108623b5c7194f0a7f6a3774499669313)) +* **frontend:** Add label, description, input style + add displayType… ([#1540](https://github.com/windmill-labs/windmill/issues/1540)) ([bef829d](https://github.com/windmill-labs/windmill/commit/bef829d4805bb6c5330b13dc17c9a89a84ad48ca)) +* **frontend:** app modal ([#1518](https://github.com/windmill-labs/windmill/issues/1518)) ([686f5bb](https://github.com/windmill-labs/windmill/commit/686f5bbe1847cb2a92678e7cfdbb51ecf6bbe2b6)) + ## [1.95.1](https://github.com/windmill-labs/windmill/compare/v1.95.0...v1.95.1) (2023-05-06) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index be372dfd3c..9ec4a3bc57 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2078,9 +2078,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.142" +version = "0.2.144" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" +checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" [[package]] name = "libgit2-sys" @@ -2814,7 +2814,7 @@ dependencies = [ [[package]] name = "progenitor" version = "0.3.0" -source = "git+https://github.com/oxidecomputer/progenitor#1121d5948c01afa080d542023544a449304343fa" +source = "git+https://github.com/oxidecomputer/progenitor#4f24250fe762b37ae20f3eef09976f7e5ee03113" dependencies = [ "anyhow", "built", @@ -2833,7 +2833,7 @@ dependencies = [ [[package]] name = "progenitor-client" version = "0.3.0" -source = "git+https://github.com/oxidecomputer/progenitor#1121d5948c01afa080d542023544a449304343fa" +source = "git+https://github.com/oxidecomputer/progenitor#4f24250fe762b37ae20f3eef09976f7e5ee03113" dependencies = [ "bytes", "futures-core", @@ -2847,7 +2847,7 @@ dependencies = [ [[package]] name = "progenitor-impl" version = "0.3.0" -source = "git+https://github.com/oxidecomputer/progenitor#1121d5948c01afa080d542023544a449304343fa" +source = "git+https://github.com/oxidecomputer/progenitor#4f24250fe762b37ae20f3eef09976f7e5ee03113" dependencies = [ "getopts", "heck", @@ -2869,7 +2869,7 @@ dependencies = [ [[package]] name = "progenitor-macro" version = "0.3.0" -source = "git+https://github.com/oxidecomputer/progenitor#1121d5948c01afa080d542023544a449304343fa" +source = "git+https://github.com/oxidecomputer/progenitor#4f24250fe762b37ae20f3eef09976f7e5ee03113" dependencies = [ "openapiv3", "proc-macro2", @@ -2914,9 +2914,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" +checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" dependencies = [ "proc-macro2", ] @@ -4650,7 +4650,7 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "typify" version = "0.0.12" -source = "git+https://github.com/oxidecomputer/typify#101f84ff158e31a6e148554b95e35ac0bf83a709" +source = "git+https://github.com/oxidecomputer/typify#28883bdb3868fd1f5c02d25bc5d5bd7ce7d9cc30" dependencies = [ "typify-impl", "typify-macro", @@ -4659,7 +4659,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.12" -source = "git+https://github.com/oxidecomputer/typify#101f84ff158e31a6e148554b95e35ac0bf83a709" +source = "git+https://github.com/oxidecomputer/typify#28883bdb3868fd1f5c02d25bc5d5bd7ce7d9cc30" dependencies = [ "heck", "log", @@ -4676,7 +4676,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.12" -source = "git+https://github.com/oxidecomputer/typify#101f84ff158e31a6e148554b95e35ac0bf83a709" +source = "git+https://github.com/oxidecomputer/typify#28883bdb3868fd1f5c02d25bc5d5bd7ce7d9cc30" dependencies = [ "proc-macro2", "quote", @@ -5141,7 +5141,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "axum", @@ -5175,7 +5175,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "argon2", @@ -5234,7 +5234,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.95.1" +version = "1.96.0" dependencies = [ "base64 0.21.0", "chrono", @@ -5251,7 +5251,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.95.1" +version = "1.96.0" dependencies = [ "chrono", "serde", @@ -5264,7 +5264,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "axum", @@ -5289,7 +5289,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.95.1" +version = "1.96.0" dependencies = [ "serde", "serde_json", @@ -5297,7 +5297,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "itertools", @@ -5312,7 +5312,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "gosyn", @@ -5325,7 +5325,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "itertools", @@ -5340,7 +5340,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "deno_core", @@ -5354,7 +5354,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "chrono", @@ -5382,7 +5382,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.95.1" +version = "1.96.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e92e08becd..90327826a6 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.95.1" +version = "1.96.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.95.1" +version = "1.96.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 5ff812e475..9ed0796664 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.95.1 + version: 1.96.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index 6efa457473..696dfbc01d 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -19,7 +19,7 @@ import sync from "./sync.ts"; import { tryResolveVersion } from "./context.ts"; import { GlobalOptions } from "./types.ts"; -export const VERSION = "v1.95.1"; +export const VERSION = "v1.96.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 56a57d8e0b..5e200cd0cd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.95.1", + "version": "1.96.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.95.1", + "version": "1.96.0", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 14c7b8a7fc..73c06e63d2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.95.1", + "version": "1.96.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index fe765c2ff6..4030e94f65 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.95.1" -wmill_pg = ">=1.95.1" +wmill = ">=1.96.0" +wmill_pg = ">=1.96.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 698667e23c..f3e78a8ffd 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.95.1 + version: 1.96.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index a716ad888e..01100809aa 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.95.1" +version = "1.96.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.95.1" +windmill-api = "^1.96.0" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 251d6bd4c0..ff1087b4e4 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.95.1" +version = "1.96.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/version.txt b/version.txt index f38f5cbeb6..9141007a55 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.95.1 +1.96.0