v5.5.2
Breaking Changes📦 celeryView on GitHub →
⚠ 1 breaking🐛 2 fixes🔧 2 symbols
Summary
Celery 5.5.2 includes bug fixes for DST time calculations and documentation links, and removes the deprecated `setup_logger` from COMPAT_MODULES, which may require import updates.
⚠️ Breaking Changes
- Removed `setup_logger` from `COMPAT_MODULES`, which may break code that imports it from `celery.compat`. Update imports to use the standard logging configuration or a custom logger.
Migration Steps
- If your project imports `setup_logger` from `celery.compat.COMPAT_MODULES`, remove that import and configure logging using the standard `logging` module or Celery's new logger setup.
🐛 Bug Fixes
- Fixed calculation of remaining time across daylight saving time (DST) changes.
- Fixed MongoDB bullet formatting and corrected GitHub links in the contributions section.
🔧 Affected Symbols
setup_loggerCOMPAT_MODULES