diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c2326368..5f27b2c049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.295.3](https://github.com/windmill-labs/windmill/compare/v1.295.2...v1.295.3) (2024-03-25) + + +### Bug Fixes + +* custom contextual variabels when superadmin ([#3458](https://github.com/windmill-labs/windmill/issues/3458)) ([abc3a7d](https://github.com/windmill-labs/windmill/commit/abc3a7d74a668855c08aabe5774251aaba62b797)) +* extension of full logs download ([#3464](https://github.com/windmill-labs/windmill/issues/3464)) ([a92ae18](https://github.com/windmill-labs/windmill/commit/a92ae18cb6570a73ebcc67da1574677aac0b4639)) +* previous runs date ([#3461](https://github.com/windmill-labs/windmill/issues/3461)) ([728a6b1](https://github.com/windmill-labs/windmill/commit/728a6b1665f8284c89dc0fd68aad3dd459872ff5)) + ## [1.295.2](https://github.com/windmill-labs/windmill/compare/v1.295.1...v1.295.2) (2024-03-25) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d83d86f2ee..05c2e37b38 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -551,9 +551,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "autocfg" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" [[package]] name = "aws-config" @@ -712,9 +712,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.1.8" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d26ea8fa03025b2face2b3038a63525a10891e3d8829901d502e5384a0d8cd46" +checksum = "f7a41ccd6b74401a49ca828617049e5c23d83163d330a4f90a8081aadee0ac45" dependencies = [ "futures-util", "pin-project-lite", @@ -1464,9 +1464,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", @@ -1486,9 +1486,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -1647,9 +1647,9 @@ dependencies = [ [[package]] name = "cookie" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cd91cf61412820176e137621345ee43b3f4423e589e7ae4e50d601d93e35ef8" +checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" dependencies = [ "percent-encoding", "time", @@ -4157,7 +4157,7 @@ dependencies = [ "base64 0.21.7", "gethostname", "mail-builder", - "rustls 0.22.2", + "rustls 0.22.3", "rustls-pki-types", "smtp-proto", "tokio", @@ -6315,9 +6315,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e333b1eb9fe677f6893a9efcb0d277a2d3edd83f358a236b657c32301dc6e5f6" +checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338" dependencies = [ "base64 0.21.7", "bytes", @@ -6635,9 +6635,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" +checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c" dependencies = [ "log", "ring 0.17.8", @@ -8623,7 +8623,7 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" dependencies = [ - "rustls 0.22.2", + "rustls 0.22.3", "rustls-pki-types", "tokio", ] @@ -8788,7 +8788,7 @@ checksum = "4fd0118512cf0b3768f7fcccf0bef1ae41d68f2b45edc1e77432b36c97c56c6d" dependencies = [ "async-trait", "axum-core", - "cookie 0.18.0", + "cookie 0.18.1", "futures-util", "http 1.1.0", "parking_lot", @@ -9238,7 +9238,7 @@ dependencies = [ "log", "native-tls", "once_cell", - "rustls 0.22.2", + "rustls 0.22.3", "rustls-pki-types", "rustls-webpki 0.102.2", "serde", @@ -9628,7 +9628,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "axum", @@ -9644,7 +9644,7 @@ dependencies = [ "pg-embed", "prometheus", "rand 0.8.5", - "reqwest 0.12.1", + "reqwest 0.12.2", "rsmq_async", "serde", "serde_json", @@ -9665,7 +9665,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "argon2", @@ -9707,7 +9707,7 @@ dependencies = [ "rand 0.8.5", "regex", "reqwest 0.11.20", - "reqwest 0.12.1", + "reqwest 0.12.2", "rsa 0.7.2", "rsmq_async", "rust-embed", @@ -9743,7 +9743,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.295.2" +version = "1.295.3" dependencies = [ "base64 0.21.7", "chrono", @@ -9761,7 +9761,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.295.2" +version = "1.295.3" dependencies = [ "chrono", "serde", @@ -9774,7 +9774,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "aws-config", @@ -9794,7 +9794,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "regex", - "reqwest 0.12.1", + "reqwest 0.12.2", "serde", "serde_json", "sha2 0.10.8", @@ -9810,7 +9810,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.295.2" +version = "1.295.3" dependencies = [ "regex", "rsmq_async", @@ -9825,7 +9825,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.295.2" +version = "1.295.3" dependencies = [ "serde", "serde_json", @@ -9833,7 +9833,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "lazy_static", @@ -9844,7 +9844,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "gosyn", @@ -9856,7 +9856,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "lazy_static", @@ -9867,7 +9867,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "async-recursion", @@ -9895,7 +9895,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "lazy_static", @@ -9906,7 +9906,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9924,7 +9924,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9942,7 +9942,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "async-recursion", @@ -9958,7 +9958,7 @@ dependencies = [ "lazy_static", "prometheus", "regex", - "reqwest 0.12.1", + "reqwest 0.12.2", "rsmq_async", "serde", "serde_json", @@ -9975,7 +9975,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.295.2" +version = "1.295.3" dependencies = [ "anyhow", "async-recursion", @@ -10012,7 +10012,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "regex", - "reqwest 0.12.1", + "reqwest 0.12.2", "rsmq_async", "rust_decimal", "serde", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 36a2b5bb3b..5a09e1d286 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.295.2" +version = "1.295.3" authors.workspace = true edition.workspace = true @@ -23,7 +23,7 @@ members = [ ] [workspace.package] -version = "1.295.2" +version = "1.295.3" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 282d548a45..2438b72201 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.295.2 + version: 1.295.3 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 29051c9da2..072c258d63 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.295.2"; +export const VERSION = "v1.295.3"; 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 94ef8b25ab..c05570951b 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.295.2"; +export const VERSION = "v1.295.3"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2ebe3b6eab..e7b61a9ff8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.295.2", + "version": "1.295.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.295.2", + "version": "1.295.3", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 2c16dde85b..5b8b3d85f9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.295.2", + "version": "1.295.3", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index c271facc5e..9d51464ee0 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.295.2" -wmill_pg = ">=1.295.2" +wmill = ">=1.295.3" +wmill_pg = ">=1.295.3" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 3d7d199657..bd9b54b9ac 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.295.2 + version: 1.295.3 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index c3c9de5472..578f6f875f 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.295.2" +version = "1.295.3" 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 d9e0b0ac03..ea9243cc00 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.295.2" +version = "1.295.3" 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 671befe371..f8c90054e6 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.295.2", + "version": "1.295.3", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 01e60f682e..59a62f463d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.295.2 +1.295.3