Skip to content

Scheduled monthly dependency update for August #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2018

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Aug 1, 2018

Update celery from 4.2.0 to 4.2.1.

Changelog

4.2.1

=====
:release-date: 2018-07-18 11:00 AM IST
:release-by: Omer Katz

- **Result Backend**: Fix deserialization of exceptions that are present in the producer codebase but not in the consumer codebase.

Contributed by **John Arnold**

- **Message Protocol Compatibility**: Fix error caused by an invalid (None) timelimit value in the message headers when migrating messages from 3.x to 4.x.

Contributed by **Robert Kopaczewski**

- **Result Backend**: Fix serialization of exception arguments when exception arguments are not JSON serializable by default.

Contributed by **Tom Booth**

- **Worker**: Fixed multiple issues with rate limited tasks

Maintain scheduling order.
Fix possible scheduling of a :class:`celery.worker.request.Request` with the wrong :class:`kombu.utils.limits.TokenBucket` which could cause tasks' rate limit to behave incorrectly. 
Fix possible duplicated execution of tasks that were rate limited or if ETA/Countdown was provided for them.

Contributed by :github_user:`ideascf`

- **Worker**: Defensively handle invalid timelimit header values in requests.

Contributed by **Omer Katz**

Documentation fixes:


 - **Matt Wiens**
 - **Seunghun Lee**
 - **Lewis M. Kabui**
 - **Prathamesh Salunkhe**
Links

@Mariatta Mariatta merged commit 38827d2 into master Aug 23, 2018
@Mariatta Mariatta deleted the pyup-scheduled-update-2018-08-01 branch August 23, 2018 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants