Skip to content

Commit e737fbb

Browse files
xirdnehOmer Katz
andauthored
Add What's new for v5.1.0 (celery#6762)
* Add What's new for v5.1.0 * Update docs * Update index. * Fix title formatting. * Update the title in the migration guide. * Fix typo. * Update codename. * Format code example correctly. * Update codename in readme file. * Describe azure 7.0.0 changes * Fix formatting. * Update changelog. * Readd the whats new docs for 5.0. Co-authored-by: Omer Katz <[email protected]>
1 parent 2411504 commit e737fbb

File tree

7 files changed

+452
-3
lines changed

7 files changed

+452
-3
lines changed

Changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ This document contains change notes for bugfix & new features
88
in the & 5.1.x series, please see :ref:`whatsnew-5.1` for
99
an overview of what's new in Celery 5.1.
1010

11+
.. _version-5.1.0rc1:
12+
13+
5.1.0rc1
14+
========
15+
:release-date: 2021-05-02 16.06 P.M UTC+3:00
16+
:release-by: Omer Katz
17+
18+
- Celery Mailbox accept and serializer parameters are initialized from configuration. (#6757)
19+
- Error propagation and errback calling for group-like signatures now works as expected. (#6746)
20+
- Fix sanitization of passwords in sentinel URIs. (#6765)
21+
- Add LOG_RECEIVED to customize logging. (#6758)
22+
1123
.. _version-5.1.0b2:
1224

1325
5.1.0b2

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge|
44

5-
:Version: 5.1.0b2 (singularity)
5+
:Version: 5.1.0b2 (sun-harmonics)
66
:Web: https://docs.celeryproject.org/en/stable/index.html
77
:Download: https://pypi.org/project/celery/
88
:Source: https://github.com/celery/celery/

celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Lazy loading
1616
from . import local # noqa
1717

18-
SERIES = 'singularity'
18+
SERIES = 'sun-harmonics'
1919

2020
__version__ = '5.1.0b2'
2121
__author__ = 'Ask Solem'

docs/history/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ version please visit :ref:`changelog`.
1313
.. toctree::
1414
:maxdepth: 2
1515

16+
whatsnew-5.0
17+
changelog-5.0
1618
whatsnew-4.4
1719
changelog-4.4
1820
whatsnew-4.3
File renamed without changes.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Contents
5858
tutorials/index
5959
faq
6060
changelog
61-
whatsnew-5.0
61+
whatsnew-5.1
6262
reference/index
6363
internals/index
6464
history/index

0 commit comments

Comments
 (0)