Skip to content

Commit bdd0491

Browse files
committed
add v0.24 to history
1 parent 7a6fd03 commit bdd0491

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

HISTORY.rst

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

6+
v0.24 (2022-09-05)
7+
..................
8+
9+
* Allow customisation of timezone in logs, #281
10+
* Add the ``username`` option to ``RedisSettings``, #299
11+
* Change primary branch name to ``main``, 40c8803
12+
* Add ``--custom-log-dict`` CLI option, #294
13+
* Fix error in case of pytz not being installed, #318
14+
* Support and test python 3.11, #327
15+
* Improve docs for parameter ``_expires`` in ``enqueue_job``, #313
16+
* Fix redis ssl support, #323
17+
* Fix recursion while waiting for redis connection, #311
18+
* switch from watchgod to watchfiles, #332
19+
* Simplify dependencies, drop pydantic as a dependency., #334
20+
* Allow use of ``unix_socket_path`` in ``RedisSettings``, #336
21+
* Allow user to configure a default job expiry-extra length, #303
22+
* Remove transaction around ``info`` command to support Redis 6.2.3, #338
23+
* Switch from ``setup.py`` to ``pyproject.toml``, #341
24+
* Support ``abort`` for deferred jobs, #307
25+
626
v0.23 (2022-08-23)
727
..................
828

0 commit comments

Comments
 (0)