Skip to content

Commit 9d7944b

Browse files
committed
update history to reflect v0.26.0b1
1 parent 66c1c25 commit 9d7944b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

HISTORY.rst

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
History
44
-------
55

6+
v0.26.0b1 (2023-04-01)
7+
......................
8+
9+
* Prevent worker getting stuck in terminating state by @JonasKs in #370
10+
* Fix redis pipeline created and not used by @iamlikeme in #374
11+
* Bump certifi from 2022.6.15 to 2022.12.7 in ``/requirements`` by @dependabot in #373
12+
* Use instance's default queue for ``queued_jobs`` default by @phy1729 in #368
13+
* Docs: Add details about reusing a unique job id by @ross-nordstrom in #391
14+
* Delete ``setup.py`` in #398
15+
* Adding a job counter to address ``Semaphore`` issues by @rm-21 in #408
16+
* docs: add documentation on how to retrieve running jobs by @JonasKs in #377
17+
* feat: add ``job_id`` to ``JobDef``, closing #376 by @JonasKs in #378
18+
* chore: update dependencies, fixing tests by @JonasKs in #382
19+
* refactor: refactor all asserts into raise ``<exception>``, close #371 by @JonasKs in #379
20+
* Fix: timezone info occasionally removed from cron job execution time by @iamlikeme in #383
21+
* 3.12 support, drop 3.7, uprev dependencies by @samuelcolvin in #439
22+
* Extend ``RedisSettings`` to include redis Retry Helper settings by @mernmic in #387
23+
* Allow to connect to Redis using a Unix socket URL… by @drygdryg in #392
24+
* Allow infinite retry by @vvmruder in #396
25+
* Allow ``max_connections`` to be set in RedisSettings by @danbox in #406
26+
* Improve ``RedisSettings`` explanation in ``main_demo.py`` by @RamonGiovane in #422
27+
* uprev to v0.26.0b1 by @samuelcolvin in #440
28+
629
v0.25 (2022-12-02)
730
..................
831

0 commit comments

Comments
 (0)