diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e302fef70..7baca7838f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.387.0](https://github.com/windmill-labs/windmill/compare/v1.386.0...v1.387.0) (2024-08-29) + + +### Features + +* **frontend:** add a favorite button on detail pages ([#4297](https://github.com/windmill-labs/windmill/issues/4297)) ([8148518](https://github.com/windmill-labs/windmill/commit/8148518c5c7780d7999b884b0a9e0e540ece09fd)) +* **frontend:** add indicator when a component is locked ([#4296](https://github.com/windmill-labs/windmill/issues/4296)) ([d9b358b](https://github.com/windmill-labs/windmill/commit/d9b358bcc20d2603ef94ada765d395e370d58fc7)) + ## [1.386.0](https://github.com/windmill-labs/windmill/compare/v1.385.0...v1.386.0) (2024-08-28) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b660f0e046..b5f9f32bb7 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -952,9 +952,9 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.60.9" +version = "0.60.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9cd0ae3d97daa0a2bf377a4d8e8e1362cae590c4a1aad0d40058ebca18eb91e" +checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728" dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", @@ -991,9 +991,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.6.3" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0abbf454960d0db2ad12684a1640120e7557294b0ff8e2f11236290a1b293225" +checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -1035,9 +1035,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.2" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cee7cadb433c781d3299b916fbf620fea813bf38f49db282fb6858141a05cc8" +checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543" dependencies = [ "base64-simd 0.8.0", "bytes", @@ -2714,7 +2714,7 @@ dependencies = [ "dlopen2", "dlopen2_derive", "once_cell", - "rustls-native-certs 0.7.2", + "rustls-native-certs 0.7.3", "rustls-pemfile 2.1.3", ] @@ -4258,7 +4258,7 @@ dependencies = [ "hyper 1.4.1", "hyper-util", "rustls 0.23.12", - "rustls-native-certs 0.7.2", + "rustls-native-certs 0.7.3", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", @@ -6835,7 +6835,7 @@ dependencies = [ "pin-project-lite", "quinn", "rustls 0.23.12", - "rustls-native-certs 0.7.2", + "rustls-native-certs 0.7.3", "rustls-pemfile 2.1.3", "rustls-pki-types", "serde", @@ -7175,9 +7175,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04182dffc9091a404e0fc069ea5cd60e5b866c3adf881eff99a32d048242dffa" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", "rustls-pemfile 2.1.3", @@ -10455,7 +10455,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "axum", @@ -10495,7 +10495,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "argon2", @@ -10579,7 +10579,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.386.0" +version = "1.387.0" dependencies = [ "base64 0.21.7", "chrono", @@ -10597,7 +10597,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.386.0" +version = "1.387.0" dependencies = [ "chrono", "serde", @@ -10610,7 +10610,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "async-stream", @@ -10652,7 +10652,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.386.0" +version = "1.387.0" dependencies = [ "regex", "rsmq_async", @@ -10667,7 +10667,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "bytes", @@ -10688,7 +10688,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.386.0" +version = "1.387.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -10697,7 +10697,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "lazy_static", @@ -10709,7 +10709,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "gosyn", @@ -10721,7 +10721,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "lazy_static", @@ -10733,7 +10733,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10744,7 +10744,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10755,7 +10755,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "async-recursion", @@ -10773,7 +10773,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "lazy_static", @@ -10785,7 +10785,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "lazy_static", @@ -10803,7 +10803,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10822,7 +10822,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "async-recursion", @@ -10855,7 +10855,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.386.0" +version = "1.387.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10865,7 +10865,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.386.0" +version = "1.387.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 13616cb8c2..ad65a26a0d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.386.0" +version = "1.387.0" authors.workspace = true edition.workspace = true @@ -25,7 +25,7 @@ members = [ ] [workspace.package] -version = "1.386.0" +version = "1.387.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 8943fb775a..9c70b13cfd 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.386.0 + version: 1.387.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 6a10a71e1f..cf0d74c283 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.386.0"; +export const VERSION = "v1.387.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 5fa396aeb3..5aec16a085 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -34,7 +34,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.386.0"; +export const VERSION = "v1.387.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d2a388f077..a3e31d3350 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.386.0", + "version": "1.387.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.386.0", + "version": "1.387.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 0c89b8fe5f..02bd2f5c50 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.386.0", + "version": "1.387.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 328adb2d0f..b4d71bb1a9 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.386.0" -wmill_pg = ">=1.386.0" +wmill = ">=1.387.0" +wmill_pg = ">=1.387.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a9d633b18b..a66ad798fa 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.386.0 + version: 1.387.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index a472a621ed..fb37b31637 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.386.0' +ModuleVersion = '1.387.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index ead539c074..f87bae0d5d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.386.0" +version = "1.387.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 948e0cb5e9..1970d16510 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.386.0" +version = "1.387.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 a017953235..e5368d3fd0 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.386.0", + "version": "1.387.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 dbcc03a584..b1fb6901b9 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.386.0", + "version": "1.387.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index b4f5544209..b34d5e5833 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.386.0 +1.387.0