Releases: apalis-dev/apalis
Releases · apalis-dev/apalis
v1.0.0-rc.4
What's Changed
- fix: impl serde for tracing context by @geofmureithi in #680
- chore: add dynamic workers, monitor and long-running examples by @geofmureithi in #681
- chore: expose TestWorker as stream by @geofmureithi in #682
- bump: to v1.0.0-rc.4 by @geofmureithi in #685
Full Changelog: v1.0.0-rc.3...v1.0.0-rc.4
v1.0.0-rc.3
What's Changed
- chore: remove crates.io dep and order release correctly by @geofmureithi in #661
- OpenTelemetry Metrics layer by @liamdiprose in #663
- chore: add DagCodec trait which handles entry and output in dag nodes by @geofmureithi in #668
- feat: handle long running tasks with a result collector by @geofmureithi in #669
- feat: introduce contextual tracing allowing passing previous span details by @geofmureithi in #670
- chore: improve deps and security audit by @geofmureithi in #671
- ci(deps): bump actions/checkout from 1 to 6 by @dependabot[bot] in #675
- ci(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #674
- bump: to v1.0.0-rc.3 by @geofmureithi in #678
New Contributors
- @liamdiprose made their first contribution in #663
- @dependabot[bot] made their first contribution in #675
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
v1.0.0-rc.2
What's Changed
- fix(worker): fix pause/resume functionality by @Himmelschmidt in #651
- bump: introducing rc.1 by @geofmureithi in #646
- chore: prep codec and filestorage crates by @geofmureithi in #653
- feat(apalis-sql): add optional time crate support by @Himmelschmidt in #655
- chore: add file storage backend docs by @geofmureithi in #658
- refactor:
SqlDateTimeandSqlDateTimeExtto remove theSqlprefix by @geofmureithi in #659 - chore: bump to v1.0.0 rc.2 by @geofmureithi in #660
New Contributors
- @Himmelschmidt made their first contribution in #651
Full Changelog: v1.0.0-beta.2...v1.0.0-rc.2
v1.0.0-beta.2
What's Changed
- chore: bump to v1.0-beta by @geofmureithi in #631
- chore(deps): update actions/checkout digest to 93cb6ef by @renovate[bot] in #628
- fix(deps): update rust crate sentry-core to 0.45.0 by @renovate[bot] in #633
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #634
- introduce cargo audit and cargo vet by @geofmureithi in #640
- chore: add cargo udeps by @geofmureithi in #641
- fix: TaskId must be explicit to prevent defaulting to RandomId by @geofmureithi in #643
- bump: to v1.0.0-beta.2 by @geofmureithi in #644
Full Changelog: v0.7.4...v1.0.0-beta.2
v0.7.4
What's Changed
- fix: update MySQL query to correctly handle last_seen field by @p4rtridge in #618
- fix: buggy delay with stepped tasks by @geofmureithi in #630
- fix(deps): update rust crate sentry-core to 0.45.0 by @renovate[bot] in #604
- bump: to v0.7.4 by @geofmureithi in #632
New Contributors
- @p4rtridge made their first contribution in #618
- @biwecka made their first contribution in #630
Full Changelog: v0.7.3...v0.7.4
v1.0.0-beta.1
What's Changed
- feat: refactor and granulize traits by @geofmureithi in #586
- refactor: crates, workflow and
BackendExtby @geofmureithi in #623 - chore: bump to v1.0.0 beta.1 by @geofmureithi in #624
- chore: examples on v1 by @geofmureithi in #625
Full Changelog: v0.7.3...v1.0.0-beta.1
v0.7.3
What's Changed
- fix(deps): update rust crate redis to 0.32 by @renovate[bot] in #584
- fix(deps): update rust crate sentry-core to 0.42.0 by @renovate[bot] in #585
- chore(deps): update rust crate criterion to 0.7.0 by @renovate[bot] in #591
- chore(deps): update actions/checkout digest to 08eba0b by @renovate[bot] in #592
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #593
- bump: apalis to v0.7.3 by @geofmureithi in #595
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Prometheus Example by @Gaelik-git in #562
- Fix #539 and add more postgres storage tests by @ft-filancore in #561
- fix(apalis-redis): enable "allow-undeclared-keys" for dragonflydb in
stats.luaby @lukapeschke in #567 - fix(sqlite): handle empty ID list in fetch_next to yield None, that make Event::Idle never trigger by @Wan9xy in #571
- fix(deps): update rust crate redis to 0.31 by @renovate in #555
- fix(deps): update rust crate sentry-core to 0.38.0 by @renovate in #569
- chore(deps): update rust crate criterion to 0.6.0 by @renovate in #574
- fix: ease the error type that is returned by a worker function by @geofmureithi in #577
- fix: improve permissions for github workflows by @geofmureithi in #578
- chore(deps): update rust crate pprof to 0.15 by @renovate in #579
- bump: apalis to v0.7.2 by @geofmureithi in #580
New Contributors
- @ft-filancore made their first contribution in #561
- @lukapeschke made their first contribution in #567
- @Wan9xy made their first contribution in #571
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- fix: Add migration to drop old push_jobs function for postgres by @derekleverenz in #543
- fix(deps): update rust crate sentry-core to 0.37.0 by @renovate in #542
- fix(tests): avoid execute_next timeout by @geofmureithi in #548
- fix: improve sqlite queries with transactions and single statement queries by @ignatz in #549
- (fix) apalis-sql : fix and test run_at for schedule calls in sql backends by @Gaelik-git in #556
- fix(deps): update rust crate metrics-exporter-prometheus to 0.17 by @renovate in #550
- bump: to v0.7.1 by @geofmureithi in #559
New Contributors
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- fix(deps): update rust crate redis to 0.28 by @renovate in #495
- fix: reenqueue oprphaned before starting streaming by @geofmureithi in #507
- tests: run a real worker in testrunner by @geofmureithi in #509
- add: generic retry persist check by @geofmureithi in #498
- tests: integration tests for aborting jobs and panicking workers by @geofmureithi in #508
- add: retry layer integration with task handling by @geofmureithi in #512
- Fix RedisStorage::stats by @Antti in #506
- fix: refactor and fix cron hearbeat by @geofmureithi in #513
- add: changelog feature by @geofmureithi in #517
- fix: PostgresStorage get_jobs status conditional by @reneoctavio in #524
- fix(deps): update rust crate redis to 0.29 and deadpool-redis to 0.20 by @DanielleHuisman in #527
- feat: add
native-tlsfeature flags by @DanielleHuisman in #525 - api: add associated types to the
Backendtrait by @geofmureithi in #516 - feat: introduce cron context by @geofmureithi in #488
- stepped tasks: adds ability to write stepped tasks by @geofmureithi in #478
- Support priority in SQL storage backends by @derekleverenz in #533
- bump: to 0.7.0 by @geofmureithi in #536
- bump: examples in the README.md by @geofmureithi in #537
- fix: ease apalis-core default features by @geofmureithi in #538
New Contributors
- @Antti made their first contribution in #506
- @reneoctavio made their first contribution in #524
- @DanielleHuisman made their first contribution in #527
Full Changelog: v0.6.4...v0.7.0