Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: celery/celery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.4
Choose a base ref
...
head repository: celery/celery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.5
Choose a head ref
  • 6 commits
  • 11 files changed
  • 5 contributors

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    420e393 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. fix #6047

    elonzh authored and auvipy committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    5fa063a View commit details
    Browse the repository at this point in the history
  2. Fix type error in S3 backend (#6537)

    * Convert key from bytes to str
    
    * Add unit test for S3 delete of key with type bytes
    razorx89 authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    8bceb44 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. events.py: Remove duplicate decorator in wrong place (#6543)

    `@handle_preload_options` was specified twice as a decorator of `events`, once at the top (wrong) and once at the bottom (right).
    This fixes the `celery events` commands and also `celery --help`
    wiggin15 authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    7d59e50 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Update changelog.

    Omer Katz committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    8aa4eb8 View commit details
    Browse the repository at this point in the history
  2. Bump version: 5.0.4 → 5.0.5

    Omer Katz committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    8492b75 View commit details
    Browse the repository at this point in the history
Loading