Skip to content

Commit 7ae73de

Browse files
feat: use DateTime abstraction from apalis-sql (#30)
Replace direct chrono dependency with DateTime/DateTimeExt from apalis-sql, enabling support for both chrono and time datetime libraries via feature flags. Changes: - Add `chrono` (default) and `time` feature flags - Use DateTimeExt::from_unix_timestamp instead of chrono::Utc.timestamp_opt - Update apalis dependencies to 0.7.0-rc.2 - Move chrono to dev-dependencies (only needed for tests/examples) Related: apalis-dev/apalis#655
1 parent a9c564e commit 7ae73de

13 files changed

Lines changed: 211 additions & 128 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- feat: use DateTime abstraction from apalis-sql
13+
- bump: update apalis deps to rc.2
1014
- bump: to v1.0.0-rc.1 (#28)
1115

1216
## [1.0.0-beta.4] - 2025-12-08

0 commit comments

Comments
 (0)