File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
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
+
6
26
v0.23 (2022-08-23)
7
27
..................
8
28
You can’t perform that action at this time.
0 commit comments