Skip to content

Commit bce25bc

Browse files
chore(main): release 1.549.1 (#6681)
* chore(main): release 1.549.1 * Apply automatic changes * Apply automatic changes --------- Co-authored-by: rubenfiszel <[email protected]> Co-authored-by: windmill-internal-app[bot] <217088191+windmill-internal-app[bot]@users.noreply.github.com>
1 parent db4bc7e commit bce25bc

File tree

16 files changed

+63
-55
lines changed

16 files changed

+63
-55
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.549.1](https://github.com/windmill-labs/windmill/compare/v1.549.0...v1.549.1) (2025-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* do not request unecessarily get_scheduled_for ([0269211](https://github.com/windmill-labs/windmill/commit/02692111a1a8eefb2675b14d53f109a66c1b9a78))
9+
* fix agent_workers completed job back-compatibility deserialization ([db4bc7e](https://github.com/windmill-labs/windmill/commit/db4bc7ee6963955abc7e290bd67ea913b0f5e2ad))
10+
311
## [1.549.0](https://github.com/windmill-labs/windmill/compare/v1.548.3...v1.549.0) (2025-09-26)
412

513

backend/Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windmill"
3-
version = "1.549.0"
3+
version = "1.549.1"
44
authors.workspace = true
55
edition.workspace = true
66

@@ -34,7 +34,7 @@ members = [
3434
exclude = ["./windmill-duckdb-ffi-internal"]
3535

3636
[workspace.package]
37-
version = "1.549.0"
37+
version = "1.549.1"
3838
authors = ["Ruben Fiszel <[email protected]>"]
3939
edition = "2021"
4040

backend/windmill-api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.3"
22

33
info:
4-
version: 1.549.0
4+
version: 1.549.1
55
title: Windmill API
66

77
contact:

benchmarks/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/[email protected]/mod.ts";
22
import * as windmill from "https://deno.land/x/[email protected]/mod.ts";
33
import * as api from "https://deno.land/x/[email protected]/windmill-api/index.ts";
44

5-
export const VERSION = "v1.549.0";
5+
export const VERSION = "v1.549.1";
66

77
export async function login(email: string, password: string): Promise<string> {
88
return await windmill.UserService.login({

cli/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export {
6868
// }
6969
// });
7070

71-
export const VERSION = "1.549.0";
71+
export const VERSION = "1.549.1";
7272

7373
export const WM_FORK_PREFIX = "wm-fork";
7474

0 commit comments

Comments
 (0)