Skip to content

Commit 2386b44

Browse files
authored
Update change logs for cron change again (#3192)
1 parent bb14620 commit 2386b44

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

sdks/python/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ All notable changes to Hatchet's Python SDK will be documented in this changelog
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.29.0] - 2026-03-06
9-
10-
### Added
11-
12-
- Cron expressions now support an optional leading seconds field (6-part expressions), e.g. `30 * * * * *` to trigger at 30 seconds past every minute.
13-
14-
158
## [1.28.1] - 2026-03-05
169

1710
### Changed
1811

1912
- Fixes a bug where lifespans are shut down eagerly before the worker is drained, causing unexpected behavior in still-running tasks.
13+
- Cron expressions now support an optional leading seconds field (6-part expressions), e.g. `30 * * * * *` to trigger at 30 seconds past every minute.
2014

2115
## [1.28.0] - 2026-03-02
2216

sdks/ruby/src/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ All notable changes to Hatchet's Ruby SDK will be documented in this changelog.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.3.0] - 2026-03-06
9-
10-
### Added
11-
12-
- Cron expressions now support an optional leading seconds field (6-part expressions), e.g. `30 * * * * *` to trigger at 30 seconds past every minute.
13-
148
## [0.2.0] - 2026-03-03
159

1610
### Added
1711

1812
- Adds `desired_worker_labels` support to `trigger_workflow` and `bulk_trigger_workflow` to allow dynamically routing task runs to a specific worker at trigger time
13+
- Cron expressions now support an optional leading seconds field (6-part expressions), e.g. `30 * * * * *` to trigger at 30 seconds past every minute.
1914

2015
## [0.1.1] - 2026-02-27
2116

sdks/typescript/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ All notable changes to Hatchet's TypeScript SDK will be documented in this chang
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.16.0] - 2026-03-06
9-
10-
### Added
11-
12-
- Cron expressions now support an optional leading seconds field (6-part expressions), e.g. `30 * * * * *` to trigger at 30 seconds past every minute.
13-
148
## [1.15.2] - 2026-03-06
159

1610
### Fixed
1711

1812
- `waitFor` and task conditions (e.g. user event keys) are correctly namespaced when using a non-default namespace.
13+
- Cron expressions now support an optional leading seconds field (6-part expressions), e.g. `30 * * * * *` to trigger at 30 seconds past every minute.
1914

2015
## [1.15.1] - 2026-03-04
2116

0 commit comments

Comments
 (0)