v1.0.0rc1
Pre-release
Pre-release
After so long, the first release candidate for v1.0.0 !
Highlights
- Getting Started documentation is ready!
- User Guide documentation is ready!
- New Examples
- worker_pool: Using
geventandsolopools. - vhost: Using a single Redis instance for both broker & backend, each on different vhost.
- hybrid_setup: Executing a canvas on Celery 5 and Celery 4 workers, collaborating to process their respective segments of the workflow. This involves utilizing distinct pools and queues, along with two brokers set up with failover configurations.
- worker_pool: Using
In addition, the documentation provides a new way to report a Celery bug, which will be integrated into the standard bug report template at a later stage: Standalone Celery Bug Report.
Lastly, from now on, the release dates for the plugin will be described on the Milestones page.
What's Changed
- Added .github/CODEOWNERS by @Nusnus in #240
- New Example: examples/worker_pool by @Nusnus in #242
- Bumping Dependencies by @Nusnus in #243
- New Doc: docs/userguide/celery-bug-report.rst by @Nusnus in #244
- Bump coverage from 7.4.3 to 7.4.4 by @dependabot in #245
- New Example: examples/hybrid_setup by @Nusnus in #246
- Bugfix: node.config() didn't allow overriding by @Nusnus in #247
- Hotfix: Allow overriding node celery config with kwargs by @Nusnus in #249
- New Example: examples/vhost by @Nusnus in #248
- Bump black from 24.2.0 to 24.3.0 by @dependabot in #250
- New Doc: Useful Resources by @Nusnus in #251
- New Doc: Local Dev & Tox guides by @Nusnus in #253
- Hotfix: Fixed lint error in main by @Nusnus in #254
- Stabilized CI by @Nusnus in #255
- Prepare for (pre) release: v1.0.0rc1 by @Nusnus in #256
Full Changelog: v1.0.0b4...v1.0.0rc1