Skip to content

v1.0.0rc1

Pre-release
Pre-release

Choose a tag to compare

@Nusnus Nusnus released this 20 Mar 15:44
· 178 commits to main since this release
b43f739

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 gevent and solo pools.
    • 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.

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

Full Changelog: v1.0.0b4...v1.0.0rc1