Releases: geofmureithi/apalis
Releases · geofmureithi/apalis
v0.4.8
What's Changed
- fix(deps): update rust crate uuid to 1.6 by @renovate in #211
- fix(deps): update rust crate sqlx to 0.7.3 by @renovate in #212
- fix(deps): update rust crate sentry-core to 0.32.0 by @renovate in #213
- fix(deps): update rust crate futures-lite to 2.1.0 by @renovate in #214
- fix(deps): update rust crate redis to 0.24 by @renovate in #216
- chore(deps): update rust crate once_cell to 1.19.0 by @renovate in #217
- chore(deps): update rust crate tokio to 1.35.0 by @renovate in #218
- feat: configurable worker set as dead by @AzHicham in #220
- fix(deps): update rust crate thiserror to 1.0.56 by @renovate in #221
- fix(deps): update rust crate sentry-core to 0.32.1 by @renovate in #223
- chore(deps): update rust crate tokio to 1.35.1 by @renovate in #224
- fix(deps): update rust crate async-trait to 0.1.77 by @renovate in #225
- fix(deps): update rust crate smol to v2 by @renovate in #228
- fix(deps): update rust crate metrics-exporter-prometheus to 0.13 by @renovate in #227
- fix(deps): update rust crate metrics to 0.22 by @renovate in #226
- feat!: configurable concurrency per worker by @AzHicham in #222
- bump: to v0.4.8 by @geofmureithi in #229
New Contributors
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- fix(deps): update rust crate sentry-core to 0.31.8 by @renovate in #200
- fix(deps): update rust crate http to 0.2.10 by @renovate in #199
- chore(deps): update rust crate tokio to 1.34.0 by @renovate in #198
- fix: Doctests by @jayvdb in #202
- fix: Allow cargo build --all-features by @jayvdb in #204
- chore: Update example dependencies by @jayvdb in #205
- fix: Remove unnecessary tokio 0.1 dependency by @jayvdb in #207
- fix(deps): update rust crate http to 0.2.11 by @renovate in #206
- fix(deps): update rust crate http to v1 by @renovate in #209
- Bump to v0.4.7 by @geofmureithi in #210
Special thanks to @jayvdb!
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- fix(deps): update rust crate uuid to 1.5 by @renovate in #188
- chore(deps): update actions/checkout digest to b4ffde6 by @renovate in #189
- fix(deps): update rust crate thiserror to 1.0.50 by @renovate in #190
- fix(deps): update rust crate async-trait to 0.1.74 by @renovate in #184
- fix(deps): update rust crate futures-lite to v2 by @renovate in #192
- Create FUNDING.yml by @geofmureithi in #193
- Add option to use
time
crate instead ofchrono
by @utterstep in #185 - Address worker shutdown signal propagation by @kdesjard in #195
- Prevent features forcing unintended dependencies by @jayvdb in #196
- Chore/bump 0.4.6 by @geofmureithi in #197
New Contributors
- @utterstep made their first contribution in #185
- @kdesjard made their first contribution in #195
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- fix(deps): update rust crate pin-project-lite to 0.2.12 by @renovate in #144
- chore(deps): update rust crate tokio to 1.30.0 by @renovate in #148
- fix(deps): update rust crate async-trait to 0.1.73 by @renovate in #151
- chore(deps): update rust crate tokio to 1.31.0 by @renovate in #153
- fix(deps): update rust crate thiserror to 1.0.45 by @renovate in #154
- fix(deps): update rust crate thiserror to 1.0.47 by @renovate in #155
- chore(deps): update rust crate tokio to 1.32.0 by @renovate in #156
- fix(deps): update rust crate pin-project-lite to 0.2.13 by @renovate in #158
- fix(deps): update rust crate sentry-core to 0.31.6 by @renovate in #159
- fix(deps): update rust crate ulid to 1.0.1 by @renovate in #160
- fix(deps): update rust crate thiserror to 1.0.48 by @renovate in #161
- chore(deps): update actions/checkout action to v4 by @renovate in #162
- fix(deps): update rust crate ulid to 1.1.0 by @renovate in #166
- fix(deps): update rust crate sentry-core to 0.31.7 by @renovate in #169
- chore(deps): update postgres docker tag to v16 by @renovate in #170
- chore(deps): update actions/checkout digest to 8ade135 by @renovate in #171
- fix(deps): update rust crate sqlx to 0.7.2 by @renovate in #174
- fix(deps): update rust crate thiserror to 1.0.49 by @renovate in #175
- chore(deps): update rust crate pprof to 0.13 by @renovate in #176
- fix: add option for timezone by @geofmureithi in #178
- add: api to get migrations by @geofmureithi in #179
- bump: v0.4.5 by @geofmureithi in #181
- chore(deps): update rust crate tokio to 1.33.0 by @renovate in #180
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
What's Changed
- Update Rust crate uuid to 1.4 by @renovate in #115
- Update Rust crate strum to 0.25 by @renovate in #112
- Update Rust crate sentry-core to 0.31.5 by @renovate in #110
- Update Rust crate pin-project-lite to 0.2.10 by @renovate in #117
- Update Rust crate async-trait to 0.1.72 by @renovate in #118
- Update Rust crate pprof to 0.12 by @renovate in #119
- Update Rust crate thiserror to 1.0.44 by @renovate in #122
- Update Rust crate paste to 1.0.14 by @renovate in #120
- Update Rust crate tokio to 1.29.1 by @renovate in #116
- Bump up version by @geofmureithi in #131
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Removed faulty bench by @geofmureithi in #104
- Chore/benchmarks by @geofmureithi in #103
- Added improvements to sql storages by @geofmureithi in #105
- Update Rust crate once_cell to 1.18.0 by @renovate in #106
- Fixes Redis reconnection issues by @geofmureithi in #107
- Fix Publishing and Split CI by @geofmureithi in #108
- Bump up version to v0.4.2 by @geofmureithi in #109
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Update Rust crate sentry-core to 0.31.3 by @renovate in #94
- Update Rust crate tokio to 1.28.2 by @renovate in #96
- Update Rust crate once_cell to 1.17.2 by @renovate in #97
- chore: expose traits and defaults struct for TraceLayer by @bastienriviereocd in #98
- Added JobID to fix missing ack data by @geofmureithi in #99
- Minor fixes on readme by @geofmureithi in #101
- Allow access to the underlying pool in sql databases by @geofmureithi in #100
- Chore/bump up version by @geofmureithi in #102
New Contributors
- @bastienriviereocd made their first contribution in #98
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Create LICENSE by @geofmureithi in #38
- Create SECURITY.md by @geofmureithi in #37
- Introducing version 0.4-alpha by @geofmureithi in #54
- Fix runtime error by @geofmureithi in #56
- Simplify and relax the JobFn Service implementation by @sandhose in #57
- Feature/runtime agnostic by @geofmureithi in #59
- Feature/improve job context by @geofmureithi in #60
- Configure Renovate by @renovate in #61
- Update Rust crate tokio to 1.27.0 by @renovate in #72
- Update Rust crate cron to 0.12.0 by @renovate in #67
- Update Rust crate async-stream to 0.3.5 by @renovate in #62
- Update Rust crate async-trait to 0.1.68 by @renovate in #63
- Update Rust crate redis to 0.23 by @renovate in #70
- Update Rust crate async-std to 1.12.0 by @renovate in #66
- Update Rust crate http to 0.2.9 by @renovate in #65
- Update Rust crate futures-lite to 1.13.0 by @renovate in #68
- Update Rust crate once_cell to 1.17.1 by @renovate in #69
- Update README.md by @geofmureithi in #84
- Update Rust crate sentry-core to 0.31.0 by @renovate in #71
- Update Rust crate metrics to 0.21 by @renovate in #73
- Update Rust crate uuid to v1 by @renovate in #75
- Update Rust crate metrics-exporter-prometheus to 0.12 by @renovate in #74
- Update actions/checkout action to v3 by @renovate in #76
- Update postgres Docker tag to v15 by @renovate in #77
- Update Rust crate tokio to 1.28.0 by @renovate in #83
- Fixed sqlite bug when working with multiple jobs by @geofmureithi in #90
- Update Rust crate tokio to 1.28.1 by @renovate in #88
- Feature/add message queue by @geofmureithi in #85
- Update Rust crate sentry-core to 0.31.2 by @renovate in #91
- Update Rust crate criterion to 0.5 by @renovate in #92
- Bump up version by @geofmureithi in #93
New Contributors
Full Changelog: v0.3.6...v0.4.0
v0.4.0-alpha.9
What's Changed
- Feature/improve job context by @geofmureithi in #60
- Configure Renovate by @renovate in #61
- Update Rust crate tokio to 1.27.0 by @renovate in #72
- Update Rust crate cron to 0.12.0 by @renovate in #67
- Update Rust crate async-stream to 0.3.5 by @renovate in #62
- Update Rust crate async-trait to 0.1.68 by @renovate in #63
- Update Rust crate redis to 0.23 by @renovate in #70
- Update Rust crate async-std to 1.12.0 by @renovate in #66
- Update Rust crate http to 0.2.9 by @renovate in #65
- Update Rust crate futures-lite to 1.13.0 by @renovate in #68
- Update Rust crate once_cell to 1.17.1 by @renovate in #69
- Update README.md by @geofmureithi in #84
- Update Rust crate sentry-core to 0.31.0 by @renovate in #71
- Update Rust crate metrics to 0.21 by @renovate in #73
- Update Rust crate uuid to v1 by @renovate in #75
- Update Rust crate metrics-exporter-prometheus to 0.12 by @renovate in #74
- Update actions/checkout action to v3 by @renovate in #76
- Update postgres Docker tag to v15 by @renovate in #77
- Update Rust crate tokio to 1.28.0 by @renovate in #83
- Fixed sqlite bug when working with multiple jobs by @geofmureithi in #90
- Update Rust crate tokio to 1.28.1 by @renovate in #88
- Feature/add message queue by @geofmureithi in #85
New Contributors
Full Changelog: v0.4.0-alpha.5...v0.4.0-alpha.9