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.5.1
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.5.2
Choose a head ref
  • 4 commits
  • 11 files changed
  • 4 contributors

Commits on Apr 17, 2025

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

Commits on Apr 18, 2025

  1. Remove setup_logger from COMPAT_MODULES (#9668)

    In commit 5a0c458, the deprecated `log.setup_logger` method was
    removed; however `COMPAT_MODULES` didn't receive the requisite update.
    
    The issue doesn't really manifest itself in normal usage of Celery. It
    was only when using `gc.get_objects()` that it triggered a `repr` in
    Celery to fail.
    
    File "/python3.12/site-packages/celery/local.py", line 121, in __repr__
    obj = self._get_current_object()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/python3.12/site-packages/celery/local.py", line 105, in _get_current_object
    return loc(*self.__args, **self.__kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/python3.12/site-packages/celery/local.py", line 390, in getappattr
    return current_app._rgetattr(path)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/python3.12/site-packages/celery/app/base.py", line 1245, in _rgetattr
    return attrgetter(path)(self)
           ^^^^^^^^^^^^^^^^^^^^^^
    AttributeError: 'Logging' object has no attribute 'setup_logger'
    rconradharris authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    1aabeec View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

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

Commits on Apr 25, 2025

  1. Prepare for release: v5.5.2 (#9675)

    * Bump version: 5.5.1 → 5.5.2
    
    * Added Changelog for v5.5.2
    Nusnus authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    e8adf7f View commit details
    Browse the repository at this point in the history
Loading