What's Changed
- Prevent worker getting stuck in terminating state by @JonasKs in #370
- Fix redis pipeline created and not used by @iamlikeme in #374
- Bump certifi from 2022.6.15 to 2022.12.7 in /requirements by @dependabot in #373
- Use instance's default queue for queued_jobs default by @phy1729 in #368
- Docs: Add details about reusing a unique job id by @ross-nordstrom in #391
- Delete setup.py in #398
- 🔨 Adding a job counter to address Semaphore issues by @rm-21 in #408
- docs: add documentation on how to retrieve running jobs by @JonasKs in #377
- feat: add job_id to JobDef, closing #376 by @JonasKs in #378
- chore: update dependencies, fixing tests by @JonasKs in #382
- refactor: refactor all asserts into raise , close #371 by @JonasKs in #379
- Fix: timezone info occasionally removed from cron job execution time by @iamlikeme in #383
- 3.12 support, drop 3.7, uprev dependencies by @samuelcolvin in #439
- Extend RedisSettings to include redis Retry Helper settings by @mernmic in #387
- Fix connections.py: allow to connect to Redis using a Unix socket URL… by @drygdryg in #392
- Allow infinite retry by @vvmruder in #396
- Allow
max_connections
to be set in RedisSettings by @danbox in #406 - Improve
RedisSettings
explanation inmain_demo.py
by @RamonGiovane in #422 - uprev to v0.26.0b1 by @samuelcolvin in #440
New Contributors
- @phy1729 made their first contribution in #368
- @ross-nordstrom made their first contribution in #391
- @rm-21 made their first contribution in #408
- @mernmic made their first contribution in #387
- @drygdryg made their first contribution in #392
- @vvmruder made their first contribution in #396
- @danbox made their first contribution in #406
- @RamonGiovane made their first contribution in #422
Full Changelog: v0.25.0...v0.26.0b1