Releases: geofmureithi/apalis
Releases · geofmureithi/apalis
v0.3.7
This marks the final release for v0.3
You are encouraged to update to v0.4
What's Changed
- Create LICENSE by @geofmureithi in #38
- Create SECURITY.md by @geofmureithi in #37
- fix: Fix compilation error in doctest by @jayvdb in #53
- Bump uuid by @jayvdb in #52
New Contributors
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- Remove time 0.1 from dependency tree by @robjtede in #33
- Address clippy lints by @robjtede in #34
- Dependency updates by @robjtede in #35
- Lower
Job
trait restrictions by @geofmureithi in #36
New Contributors
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- s/Kill/Killed/ in storage.kill by @autotaker in #10
- Add Integration Tests for Postgres backend by @autotaker in #11
- Add more tests for MySQL backend by @autotaker in #15
- add cd.yaml by @autotaker in #21
- Introducing Sqlite integration tests by @geofmureithi in #13
- Introducing Redis tests by @geofmureithi in #27
- [Draft] v0.3.5 by @geofmureithi in #24
- Refactor alot of panics by @geofmureithi in #31
- Minor fixes by @geofmureithi in #32
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- s/Job/jobs/ in mysql.rs by @autotaker in #4
- Mysql rerun dead jobs by @autotaker in #6
- Bump up to 0.3.4 by @geofmureithi in #7
New Contributors
- @autotaker made their first contribution in #4
Full Changelog: 0.3.3...v0.3.4
v0.3.3
- Added apalis-cron which allows cron jobs processing and can be easily integrated with other storages.
- Improvements in documentation and tests.
v0.3.1
- Introduced Postgres helpers for adding jobs in sql.
- Improved documentation and Api
What's Changed
- Chore/clippy n improvements by @geofmureithi in #2
Full Changelog: v0.3.0...v0.3.1
v0.3.0-release
- Stabilised API
- Removed actix
- Introduced tower for job processing