diff --git a/CHANGELOG.md b/CHANGELOG.md index 04eed9b1a1..682f0a3547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.287.0](https://github.com/windmill-labs/windmill/compare/v1.286.2...v1.287.0) (2024-03-08) + + +### Features + +* add quickbooks oauth ([#3359](https://github.com/windmill-labs/windmill/issues/3359)) ([8b88f64](https://github.com/windmill-labs/windmill/commit/8b88f64ede99f62972ce961e26720e5e6a6b4b10)) + + +### Bug Fixes + +* **frontend:** fix snowflake columnsDefs ([#3377](https://github.com/windmill-labs/windmill/issues/3377)) ([2e90531](https://github.com/windmill-labs/windmill/commit/2e905313b8444c2b99d8e44c9c58527c7e481177)) +* **frontend:** improve table selection ([#3347](https://github.com/windmill-labs/windmill/issues/3347)) ([ed9379a](https://github.com/windmill-labs/windmill/commit/ed9379aab4bd09fa63453845c8eae414e5516440)) +* improve custom concurrency key handling ([2a85a87](https://github.com/windmill-labs/windmill/commit/2a85a874d7fa8f5593affa6a3579dd9d5e085ad9)) +* pg timstamptz param ([#3364](https://github.com/windmill-labs/windmill/issues/3364)) ([c04adcc](https://github.com/windmill-labs/windmill/commit/c04adcca86f454fa01b03dd5341c8bf2c691201c)) + ## [1.286.2](https://github.com/windmill-labs/windmill/compare/v1.286.1...v1.286.2) (2024-03-06) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5b8fb0170b..eb76686765 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -920,9 +920,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.15.3" +version = "3.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b" +checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" [[package]] name = "bytecheck" @@ -1068,9 +1068,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ba8f7aaa012f30d5b2861462f6708eccd49c3c39863fe083a308035f63d723" +checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" dependencies = [ "jobserver", "libc", @@ -1099,9 +1099,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.34" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" +checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1166,9 +1166,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" +checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" dependencies = [ "clap_builder", "clap_derive", @@ -1176,9 +1176,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", @@ -9054,7 +9054,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "axum", @@ -9091,7 +9091,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "argon2", @@ -9165,7 +9165,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.286.2" +version = "1.287.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9183,7 +9183,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.286.2" +version = "1.287.0" dependencies = [ "chrono", "serde", @@ -9196,7 +9196,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "axum", @@ -9229,7 +9229,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.286.2" +version = "1.287.0" dependencies = [ "regex", "rsmq_async", @@ -9244,7 +9244,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.286.2" +version = "1.287.0" dependencies = [ "serde", "serde_json", @@ -9252,7 +9252,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "lazy_static", @@ -9263,7 +9263,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "gosyn", @@ -9275,7 +9275,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "lazy_static", @@ -9286,7 +9286,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9297,7 +9297,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "async-recursion", @@ -9314,7 +9314,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "lazy_static", @@ -9325,7 +9325,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9343,7 +9343,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9361,7 +9361,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "async-recursion", @@ -9394,7 +9394,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.286.2" +version = "1.287.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 46412ed3db..ae7399d040 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.286.2" +version = "1.287.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.286.2" +version = "1.287.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index a0b4d062b3..8976f22b41 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.286.2 + version: 1.287.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index ddbee541b3..917a3f3dad 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.286.2"; +export const VERSION = "v1.287.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 d161dd4adb..151c31e069 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.286.2"; +export const VERSION = "v1.287.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 729a33168d..9493b5f0bc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.286.2", + "version": "1.287.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.286.2", + "version": "1.287.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 6882a4a043..ec1d5f686b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.286.2", + "version": "1.287.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index f6fa70c71d..f65b97daed 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.286.2" -wmill_pg = ">=1.286.2" +wmill = ">=1.287.0" +wmill_pg = ">=1.287.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index df765dba19..272fa8dbf0 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.286.2 + version: 1.287.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 361cbc89dc..fb50a0f4ae 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.286.2" +version = "1.287.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 264246216b..5a4a0c3166 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.286.2" +version = "1.287.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/package.json b/typescript-client/package.json index 5a7cfbbfcc..66114dd968 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.286.2", + "version": "1.287.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 000b5f9933..4e8fc2724a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.286.2 +1.287.0