File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 44 Change history
55================
66
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+
731.. _version-1.1.2 :
832
9331.1.2
1034=====
11- :release-date: 14 August , 2024
35+ :release-date: 14 September , 2024
1236:release-by: Tomer Nosrati
1337
1438What's Changed
Original file line number Diff line number Diff line change 11
22|build-status | |coverage | |license | |semgrep | |pyversion | |pyimp | |ocbackerbadge | |ocsponsorbadge | |poetry |
33
4- :Version: 1.1.2
4+ :Version: 1.1.3
55:Web: https://pytest-celery.readthedocs.io/en/latest/
66:Download: https://pypi.org/project/pytest-celery/
77: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"
6161homepage = " https://github.com/celery/pytest-celery"
6262license = " BSD"
6363name = " pytest-celery"
64- version = " 1.1.2 "
64+ version = " 1.1.3 "
6565readme = " README.rst"
6666keywords = [" pytest" , " celery" ]
6767
Original file line number Diff line number Diff line change 33# flake8: noqa
44
55
6- __version__ = "1.1.2 "
6+ __version__ = "1.1.3 "
77__author__ = "Tomer Nosrati"
8899__homepage__ = "https://pytest-celery.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments