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.3.0
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.3.1
Choose a head ref
  • 19 commits
  • 27 files changed
  • 7 contributors

Commits on Jun 7, 2023

  1. try latest pycurl release (#7069)

    * try pycurl latest pypy release
    
    * explicitly define sqs depedencies
    
    * Update sqs.txt
    
    * Update requirements/test-ci-default.txt
    
    * Update requirements/test-ci-default.txt
    
    * Update requirements/extras/sqs.txt
    
    * Update requirements/test-ci-default.txt
    
    * Update requirements/extras/sqs.txt
    auvipy authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ad3916f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44a0060 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jun 12, 2023

  1. fix supported versions in docs

    kviktor authored and auvipy committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c3063fc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0)
    - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
    pre-commit-ci[bot] authored and auvipy committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    25d6b50 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. ChainMap observers fix (#8305)

    * ChainMap observers fix
    
    Observers should not be shared across different instances.
    Aside from unwanted behavior, this can lead to object leaks (like
    celery app objects not being garbage collected).
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    shahar-lev and pre-commit-ci[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    58c851e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    3f965eb View commit details
    Browse the repository at this point in the history
  2. Scheduled weekly dependency update for week 24 (#8309)

    * Pin sphinx to latest version 7.0.1
    
    * Update pytest from 7.3.1 to 7.3.2
    
    * Update pre-commit from 2.21.0 to 3.3.2
    
    * Pin elasticsearch to latest version 8.8.0
    
    * Update requirements/extras/elasticsearch.txt
    
    * Update requirements/docs.txt
    
    * Update requirements/docs.txt
    
    * Update requirements/docs.txt
    
    ---------
    
    Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
    pyup-bot and auvipy authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1ef9e51 View commit details
    Browse the repository at this point in the history
  3. restrict redis 4.5.5 as it has severe bugs (#8317)

    * try to restrict redis 4.5.5
    
    * Update redis.txt
    auvipy authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e2a02ef View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Update pypy version & CI (#8320)

    * Update pypy version & CI
    
    * Update .github/workflows/python-package.yml
    auvipy authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f17e630 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. fixed a small float value of retry_backoff (#8295)

    * fixed a small float value of retry_backoff
    
    * added tests
    
    * added tests with retry_jitter
    
    * fixed imports
    
    * fixed coverage
    ipakeev authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    fc1c38a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2ba805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5f46c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4f9bf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    458d06c View commit details
    Browse the repository at this point in the history
  6. update copyright

    auvipy committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    8ef7e08 View commit details
    Browse the repository at this point in the history
  7. added changelog for v5.3.1

    auvipy committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    45d2aa0 View commit details
    Browse the repository at this point in the history
  8. added changelog for v5.3.1

    auvipy committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    7073e3b View commit details
    Browse the repository at this point in the history
  9. Bump version: 5.3.0 → 5.3.1

    auvipy committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    11b854a View commit details
    Browse the repository at this point in the history
Loading