File tree 4 files changed +28
-4
lines changed
4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 4
4
Change history
5
5
================
6
6
7
+ .. _version-1.1.3 :
8
+
9
+ 1.1.3
10
+ =====
11
+ :release-date: 20 September, 2024
12
+ :release-by: Tomer Nosrati
13
+
14
+ What's Changed
15
+ ==============
16
+
17
+ Fixed issues when using Redis as a backend.
18
+
19
+ - Build(deps): Bump boto3 from 1.35.14 to 1.35.18 (#409)
20
+ - Build(deps): Bump botocore from 1.35.18 to 1.35.19 (#408)
21
+ - Build(deps): Bump setuptools from 74.1.2 to 75.0.0 (#407)
22
+ - Fixed Redis error in the smoke tests: "Possible SECURITY ATTACK detected" (#413)
23
+ - Fix Redis memory overcommit warning in the CI (#414)
24
+ - Build(deps): Bump setuptools from 75.0.0 to 75.1.0 (#411)
25
+ - Relaxed flaky tests mechanism (#415)
26
+ - Bumping Dependencies (inc. pyproject.toml) (#416)
27
+ - Fixed IndexError when accessing the container port info (#417)
28
+ - Resolved race condition during Redis backend teardown (#418)
29
+ - Prepare for release: v1.1.3 (#419)
30
+
7
31
.. _version-1.1.2 :
8
32
9
33
1.1.2
10
34
=====
11
- :release-date: 14 August , 2024
35
+ :release-date: 14 September , 2024
12
36
:release-by: Tomer Nosrati
13
37
14
38
What's Changed
Original file line number Diff line number Diff line change 1
1
2
2
|build-status | |coverage | |license | |semgrep | |pyversion | |pyimp | |ocbackerbadge | |ocsponsorbadge | |poetry |
3
3
4
- :Version: 1.1.2
4
+ :Version: 1.1.3
5
5
:Web: https://pytest-celery.readthedocs.io/en/latest/
6
6
:Download: https://pypi.org/project/pytest-celery/
7
7
:Source: https://github.com/celery/pytest-celery/
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
61
61
homepage = " https://github.com/celery/pytest-celery"
62
62
license = " BSD"
63
63
name = " pytest-celery"
64
- version = " 1.1.2 "
64
+ version = " 1.1.3 "
65
65
readme = " README.rst"
66
66
keywords = [" pytest" , " celery" ]
67
67
Original file line number Diff line number Diff line change 3
3
# flake8: noqa
4
4
5
5
6
- __version__ = "1.1.2 "
6
+ __version__ = "1.1.3 "
7
7
__author__ = "Tomer Nosrati"
8
8
9
9
__homepage__ = "https://pytest-celery.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments