Releases: geofmureithi/apalis
Releases · geofmureithi/apalis
v0.6.0-rc.5
What's Changed
- fix: handle 0 retries by @geofmureithi in #378
- fix: ack api to allow backend to handle differently by @geofmureithi in #383
- fix(deps): update rust crate sqlx to 0.8.0 by @renovate in #380
- bump: to v0.6.0-rc.5 by @geofmureithi in #385
Full Changelog: v0.6.0-rc.4...v0.6.0-rc.5
v0.6.0-rc.4
What's Changed
- fix: serde for sql request by @geofmureithi in #371
- fix: handle attempts in storages by @geofmureithi in #373
- add: test utils that allow backend polling during tests by @geofmureithi in #374
- bump: to 0.6.0-rc.4 by @geofmureithi in #377
Full Changelog: v0.6.0-rc.3...v0.6.0-rc.4
v0.6.0-rc.3
What's Changed
- Make Config accessible publicly by @geofmureithi in #364
- Handle 0 retries by @geofmureithi in #365
- Feature: Add a layer that catches panics by @geofmureithi in #366
- Feature: Save results for storages by @geofmureithi in #369
- Bump: to 0.6.0-rc.3 by @geofmureithi in #370
Full Changelog: v0.6.0-rc.2...v0.6.0-rc.3
v0.6.0-rc.2
What's Changed
- Example: add rsmq by @geofmureithi in #353
- layer from poller by @geofmureithi in #354
- Fix: mq example by @geofmureithi in #355
- fix: handle unwraps in storages by @geofmureithi in #356
- fix: better apalis deps allowing tree shaking for backends by @geofmureithi in #357
- standardize backend for storage and mq by @geofmureithi in #358
- feat: standardize cron as backend by @geofmureithi in #359
- remove non-working restapi example by @geofmureithi in #360
- fix: expose the missing apis by @geofmureithi in #361
- bump: to v0.6.0-rc.2 by @geofmureithi in #362
Full Changelog: v0.6.0-rc.1...v0.6.0-rc.2
v0.6.0-rc.1
What's Changed
- fix: allow cd for prereleases by @geofmureithi in #349
- Remove
Clone
constraint and buffer the layer by @geofmureithi in #348 - Bump to 0.6.0 rc.1 by @geofmureithi in #350
Full Changelog: v0.6.0-alpha.1...0.6.0-rc.1
v0.6.0-alpha.1
What's Changed
- fix: introduce namespace and codec config by @geofmureithi in #339
- Version: 0.6.0-alpha.1 by @geofmureithi in #342
- bump: to v0.6.0-alpha.1 by @geofmureithi in #343
Full Changelog: v0.6.0-alpha.0...v0.6.0-alpha.1
v0.6.0-alpha.0
What's Changed
- fix(deps): update rust crate sentry-core to 0.34.0 by @renovate in #331
- fix(deps): update rust crate metrics-exporter-prometheus to 0.15 by @renovate in #330
- fix(deps): update rust crate metrics to 0.23.0 by @renovate in #329
- chore(deps): update actions/checkout digest to 692973e by @renovate in #335
Full Changelog: v0.5.3...v0.6.0-alpha.0
v0.5.3
What's Changed
- chore(deps): update actions/checkout digest to a5ac7e5 by @renovate in #323
- fix: replace async-timer with futures-timer by @geofmureithi in #324
- Fix(redis): be sure to keep track the job context by @killix in #289
- bump: to version 0.5.3 by @geofmureithi in #328
New Contributors
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- fix: re-export apalis_redis::Config in apalis crate by @AzHicham in #267
- chore(deps): update rust crate tokio-stream to 0.1.15 by @renovate in #270
- fix(deps): update rust crate async-timer to 1.0.0-beta.13 by @renovate in #279
- fix(deps): update rust crate uuid to 1.8 by @renovate in #278
- fix(deps): update rust crate metrics-exporter-prometheus to 0.14 by @renovate in #273
- fix(deps): update rust crate async-trait to 0.1.79 by @renovate in #274
- chore(deps): update rust crate tokio to 1.37.0 by @renovate in #282
- fix(deps): update rust crate futures-lite to 2.3.0 by @renovate in #276
- fix(deps): update rust crate pin-project-lite to 0.2.14 by @renovate in #283
- fix(deps): update rust crate async-trait to 0.1.80 by @renovate in #293
- fix(deps): update rust crate sentry-core to 0.32.3 by @renovate in #294
- fix(deps): update rust crate thiserror to 1.0.59 by @renovate in #295
- chore(deps): update actions/checkout digest to 0ad4b8f by @renovate in #298
- chore(deps): update rust crate criterion to 0.5.1 by @renovate in #303
- fix(deps): update rust crate redis to 0.25.3 by @renovate in #310
- fix(deps): update rust crate metrics to 0.22.3 by @renovate in #309
- fix(deps): update rust crate chrono to 0.4.38 by @renovate in #305
- fix(deps): update rust crate futures to 0.3.30 by @renovate in #307
- fix(deps): update rust crate async-stream to 0.3.5 by @renovate in #304
- fix(deps): update rust crate log to 0.4.21 by @renovate in #308
- fix(deps): update rust crate tracing to 0.1.40 by @renovate in #314
- fix: allow sql config values to be modified by @derekleverenz in #320
- fix: wrong timestamp type for pg by @geofmureithi in #321
- bump: to version 0.5.2 by @geofmureithi in #322
New Contributors
- @derekleverenz made their first contribution in #320
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix(deps): update rust crate uuid to 1.7 by @renovate in #248
- fix(deps): update rust crate cron to 0.12.1 by @renovate in #254
- fix(deps): update rust crate redis to 0.25 by @renovate in #260
- fix(deps): update rust crate sqlx to 0.7.4 by @renovate in #262
- fix(deps): update rust crate thiserror to 1.0.58 by @renovate in #261
- Docs-rs fixes by @geofmureithi in #264
- add: shutdown terminator by @geofmureithi in #263
- bump: to version 0.5.1 by @geofmureithi in #265
Full Changelog: v0.5.0...v0.5.1