diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5dcce5ca..e3c1b6705c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.363.0](https://github.com/windmill-labs/windmill/compare/v1.362.0...v1.363.0) (2024-07-15) + + +### Features + +* **frontend:** Rich result by id component ([#4069](https://github.com/windmill-labs/windmill/issues/4069)) ([546c343](https://github.com/windmill-labs/windmill/commit/546c343811a6eb66a49670c915e984cb68f5aab1)) + + +### Bug Fixes + +* **frontend:** flow editor improvements ([#4008](https://github.com/windmill-labs/windmill/issues/4008)) ([e6dfa39](https://github.com/windmill-labs/windmill/commit/e6dfa390bbf27ed8d4d13128c33b7fd5b2ef69ab)) +* improve schema editor ([2ec8ce5](https://github.com/windmill-labs/windmill/commit/2ec8ce5b7da76d7b5429120b749c66ffb833ff68)) +* make indexer opt-in when in standalone mode ([#4076](https://github.com/windmill-labs/windmill/issues/4076)) ([3e31977](https://github.com/windmill-labs/windmill/commit/3e31977ba1de984d256dbd888b769ddd9f566b04)) + ## [1.362.0](https://github.com/windmill-labs/windmill/compare/v1.361.1...v1.362.0) (2024-07-14) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d7a95d068e..8049d7052d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1342,9 +1342,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.5.2" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d08263faac5cde2a4d52b513dadb80846023aade56fcd8fc99ba73ba8050e92" +checksum = "e9ec96fe9a81b5e365f9db71fe00edc4fe4ca2cc7dcb7861f0603012a7caa210" dependencies = [ "arrayref", "arrayvec", @@ -1625,13 +1625,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.3" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e2d530f35b40a84124146478cd16f34225306a8441998836466a2e2961c950" +checksum = "324c74f2155653c90b04f25b2a47a8a631360cb908f92a772695f430c7e31052" dependencies = [ "jobserver", "libc", - "once_cell", ] [[package]] @@ -7376,9 +7375,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ "bitflags 2.6.0", "core-foundation", @@ -7389,9 +7388,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" +checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" dependencies = [ "core-foundation-sys", "libc", @@ -7591,9 +7590,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.3" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73139bc5ec2d45e6c5fd85be5a46949c1c39a4c18e56915f5eb4c12f975e377" +checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" dependencies = [ "base64 0.22.1", "chrono", @@ -7609,9 +7608,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.3" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b80d3d6b56b64335c0180e5ffde23b3c5e08c14c585b51a15bd0e95393f46703" +checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" dependencies = [ "darling 0.20.10", "proc-macro2", @@ -10296,7 +10295,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "axum", @@ -10336,7 +10335,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "argon2", @@ -10415,7 +10414,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.362.0" +version = "1.363.0" dependencies = [ "base64 0.21.7", "chrono", @@ -10433,7 +10432,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.362.0" +version = "1.363.0" dependencies = [ "chrono", "serde", @@ -10446,7 +10445,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "aws-config", @@ -10485,7 +10484,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.362.0" +version = "1.363.0" dependencies = [ "regex", "rsmq_async", @@ -10500,7 +10499,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "chrono", @@ -10517,7 +10516,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.362.0" +version = "1.363.0" dependencies = [ "serde", "serde_json", @@ -10525,7 +10524,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "lazy_static", @@ -10536,7 +10535,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "gosyn", @@ -10548,7 +10547,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "lazy_static", @@ -10559,7 +10558,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10573,7 +10572,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10584,7 +10583,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "async-recursion", @@ -10601,7 +10600,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "lazy_static", @@ -10612,7 +10611,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10631,7 +10630,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10650,7 +10649,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "async-recursion", @@ -10683,7 +10682,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.362.0" +version = "1.363.0" dependencies = [ "serde", "wasm-bindgen", @@ -10694,7 +10693,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.362.0" +version = "1.363.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f6e873c7b6..de74865089 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.362.0" +version = "1.363.0" authors.workspace = true edition.workspace = true @@ -25,7 +25,7 @@ members = [ ] [workspace.package] -version = "1.362.0" +version = "1.363.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 198cd44533..7c6d92926a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.362.0 + version: 1.363.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 193e2d3fb6..a34e967a0c 100644 --- a/benchmarks/lib.ts +++ b/benchmarks/lib.ts @@ -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.362.0"; +export const VERSION = "v1.363.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index 43c6375607..0cc1ce9203 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.362.0"; +export const VERSION = "v1.363.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b0c1ca5a4c..ee18a61fab 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.362.0", + "version": "1.363.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.362.0", + "version": "1.363.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index b3a514cd5e..ac39131831 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.362.0", + "version": "1.363.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index a8c18e4980..6f4b1fcd21 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.362.0" -wmill_pg = ">=1.362.0" +wmill = ">=1.363.0" +wmill_pg = ">=1.363.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 59324a6de9..5d408440b6 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.362.0 + version: 1.363.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 8dbc0ab3a7..1c75eb3702 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. -ModuleVersion = '1.362.0' +ModuleVersion = '1.363.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 4c7a9083f8..aeb0cd128b 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.362.0" +version = "1.363.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 96ad26105f..17717a6543 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.362.0" +version = "1.363.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/typescript-client/jsr.json b/typescript-client/jsr.json index 908b739cff..78e9c8848b 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.362.0", + "version": "1.363.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index bcea18a3c8..e9d4f14df0 100644 --- a/typescript-client/package.json +++ b/typescript-client/package.json @@ -1,7 +1,7 @@ { "name": "windmill-client", "description": "Windmill SDK client for browsers and Node.js", - "version": "1.362.0", + "version": "1.363.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 55447b9485..f21d5d25ad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.362.0 +1.363.0