diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9796411f..6577861f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.377.1](https://github.com/windmill-labs/windmill/compare/v1.377.0...v1.377.1) (2024-08-08) + + +### Bug Fixes + +* **frontend:** fix timezone issues for Date only inputs ([#4215](https://github.com/windmill-labs/windmill/issues/4215)) ([2334802](https://github.com/windmill-labs/windmill/commit/2334802384e86c4269e1cbfd4f6f98a9a1e58f68)) + ## [1.377.0](https://github.com/windmill-labs/windmill/compare/v1.376.1...v1.377.0) (2024-08-08) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 138083ac5d..fa1ba9675a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1012,9 +1012,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30819352ed0a04ecf6a2f3477e344d2d1ba33d43e0f09ad9047c12e0d923616f" +checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -1613,9 +1613,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc" +checksum = "504bdec147f2cc13c8b57ed9401fd8a147cc66b67ad5cb241394244f2c947549" dependencies = [ "jobserver", "libc", @@ -1717,9 +1717,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.13" +version = "4.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" +checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" dependencies = [ "clap_builder", "clap_derive", @@ -1727,9 +1727,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.13" +version = "4.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" +checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" dependencies = [ "anstream", "anstyle", @@ -4048,9 +4048,9 @@ dependencies = [ [[package]] name = "hstr" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96274be293b8877e61974a607105d09c84caebe9620b47774aa8a6b942042dd4" +checksum = "be89918d912f61134036c4fd49b8db2935b49cca4cbf45b3a6738abd2c6e9f77" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", @@ -4443,9 +4443,9 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "is-macro" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f" +checksum = "2069faacbe981460232f880d26bf3c7634e322d49053aa48c27e3ae642f728f1" dependencies = [ "Inflector", "proc-macro2", @@ -7469,9 +7469,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" [[package]] name = "serde" -version = "1.0.204" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" +checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" dependencies = [ "serde_derive", ] @@ -7510,9 +7510,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.204" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" +checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" dependencies = [ "proc-macro2", "quote", @@ -10400,7 +10400,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "axum", @@ -10440,7 +10440,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "argon2", @@ -10524,7 +10524,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.376.1" +version = "1.377.1" dependencies = [ "base64 0.21.7", "chrono", @@ -10542,7 +10542,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.376.1" +version = "1.377.1" dependencies = [ "chrono", "serde", @@ -10555,7 +10555,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "async-stream", @@ -10596,7 +10596,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.376.1" +version = "1.377.1" dependencies = [ "regex", "rsmq_async", @@ -10611,7 +10611,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "bytes", @@ -10632,7 +10632,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.376.1" +version = "1.377.1" dependencies = [ "serde", "serde_json", @@ -10640,7 +10640,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "lazy_static", @@ -10651,7 +10651,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "gosyn", @@ -10663,7 +10663,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "lazy_static", @@ -10674,7 +10674,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10688,7 +10688,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10699,7 +10699,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "async-recursion", @@ -10716,7 +10716,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "lazy_static", @@ -10727,7 +10727,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10746,7 +10746,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10765,7 +10765,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "async-recursion", @@ -10798,7 +10798,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.376.1" +version = "1.377.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10808,7 +10808,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.376.1" +version = "1.377.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 4145ec96b9..633ef9e3fc 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.376.1" +version = "1.377.1" authors.workspace = true edition.workspace = true @@ -25,7 +25,7 @@ members = [ ] [workspace.package] -version = "1.376.1" +version = "1.377.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 178141d9d4..3e5ac823f2 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.376.1 + version: 1.377.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 5ff1a9d861..4b17a1a310 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.376.1"; +export const VERSION = "v1.377.1"; 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 fe301285d8..e1b59ef2c7 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -34,7 +34,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.376.1"; +export const VERSION = "v1.377.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 62f37ee26b..97c2e5db79 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.376.1", + "version": "1.377.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.376.1", + "version": "1.377.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 84e2a74623..990c8e01be 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.376.1", + "version": "1.377.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 80710f4c6d..47c5ff9fec 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.376.1" -wmill_pg = ">=1.376.1" +wmill = ">=1.377.1" +wmill_pg = ">=1.377.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 30eeb80577..bb64f23a20 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.376.1 + version: 1.377.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index b286acd527..61614bcc99 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.376.1' +ModuleVersion = '1.377.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index a02c2100c6..41a4bf3168 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.376.1" +version = "1.377.1" 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 d31c92eee6..61a3de74b9 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.376.1" +version = "1.377.1" 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 cf13daaaee..48334748d3 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.376.1", + "version": "1.377.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index da85c99d50..4e416d454d 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.376.1", + "version": "1.377.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index e82e2c70c4..5e787b347a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.377.0 +1.377.1