Skip to content
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

Bump celery from 4.2.2 to 4.3.0 #455

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 10, 2019

Bumps celery from 4.2.2 to 4.3.0.

Changelog

Sourced from celery's changelog.

4.3.0

:release-date: 2019-03-31 7:00 P.M UTC+3:00
:release-by: Omer Katz

  • Added support for broadcasting using a regular expression pattern
    or a glob pattern to multiple Pidboxes.

    This allows you to inspect or ping multiple workers at once.

    Contributed by Dmitry Malinovsky & Jason Held

  • Added support for PEP 420 namespace packages.

    This allows you to load tasks from namespace packages.

    Contributed by Colin Watson

  • Added :setting:acks_on_failure_or_timeout as a setting instead of
    a task only option.

    This was missing from the original PR but now added for completeness.

    Contributed by Omer Katz

  • Added the :signal:task_received signal.

    Contributed by Omer Katz

  • Fixed a crash of our CLI that occurred for everyone using Python < 3.6.

    The crash was introduced in acd6025 <https://github.com/celery/celery/commit/acd6025b7dc4db112a31020686fc8b15e1722c67>_
    by using the :class:ModuleNotFoundError exception which was introduced
    in Python 3.6.

    Contributed by Omer Katz

  • Fixed a crash that occurred when using the Redis result backend
    while the :setting:result_expires is set to None.

    Contributed by Toni Ruža & Omer Katz

  • Added support the DNS seedlist connection format <https://docs.mongodb.com/manual/reference/connection-string/#dns-seedlist-connection-format>_
    for the MongoDB result backend.

    This requires the dnspython package which will be installed by default
    when installing the dependencies for the MongoDB result backend.

    Contributed by George Psarakis

... (truncated)
Commits
  • 241d2e8 Bump version: 4.3.0rc3 → 4.3.0
  • 40360f1 Update changelog.
  • 974b386 Updated wall of contributors.
  • 3a7c30c Include extra compression methods in Celery for ease of use.
  • fe3e9a3 update sponsor
  • b0db28e include tidelift link
  • e1f84b0 isort.
  • 4db16ba Mention the results_extended settings in the calling user guid
  • d970dce Update changelog.
  • d1c3ed4 Improve documentation about ignore_result.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [celery](https://github.com/celery/celery) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog)
- [Commits](celery/celery@v4.2.2...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 10, 2019
@codecov
Copy link

codecov bot commented Jun 10, 2019

Codecov Report

Merging #455 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #455   +/-   ##
=======================================
  Coverage   42.66%   42.66%           
=======================================
  Files          52       52           
  Lines        3223     3223           
=======================================
  Hits         1375     1375           
  Misses       1848     1848

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a44b5e...88c9c7f. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 42.662% when pulling 88c9c7f on dependabot/pip/dev/celery-4.3.0 into 1a44b5e on dev.

@DEKHTIARJonathan DEKHTIARJonathan merged commit 9e4ef4b into dev Jun 10, 2019
@DEKHTIARJonathan DEKHTIARJonathan deleted the dependabot/pip/dev/celery-4.3.0 branch June 10, 2019 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants