Skip to content

Commit 22ee862

Browse files
committed
add history for 0.23a1
1 parent 9600559 commit 22ee862

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

HISTORY.rst

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
History
44
-------
55

6+
v0.23a1 (2022-03-09)
7+
....................
8+
* Fix jobs timeout by @kiriusm2 in #248
9+
* Update ``index.rst`` by @Kludex in #266
10+
* Improve some docs wording by @johtso in #285
11+
* fix error when cron jobs were terminanted by @tobymao in #273
12+
* add ``on_job_start`` and ``on_job_end`` hooks by @tobymao in #274
13+
* Update argument docstring definition by @sondrelg in #278
14+
* fix tests and uprev test dependencies, #288
15+
* Add link to WorkerSettings in documentation by @JonasKs in #279
16+
* Allow setting ``job_id`` on cron jobs by @JonasKs in #293
17+
* Fix docs typo by @johtso in #296
18+
* support aioredis v2 by @Yolley in #259
19+
* support python 3.10, #298
20+
21+
v0.22 (2021-09-02)
22+
..................
23+
* fix package importing in example, #261, thanks @cdpath
24+
* restrict ``aioredis`` to ``<2.0.0`` (soon we'll support ``aioredis>=2.0.0``), #258, thanks @PaxPrz
25+
* auto setting version on release, 759fe03
26+
27+
v0.21 (2021-07-06)
28+
..................
29+
* CI improvements #243
30+
* fix ``log_redis_info`` #255
31+
632
v0.20 (2021-04-26)
733
..................
834

0 commit comments

Comments
 (0)