.. _whatsnew-3.1: =========================================== What's new in Celery 3.1 (NICKNAME) =========================================== Celery is a simple, flexible and reliable distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a system. It's a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and contributors, you should come join us :ref:`on IRC ` or :ref:`our mailing-list `. To read more about Celery you should go read the :ref:`introduction `. While this version is backward compatible with previous versions it's important that you read the following section. This version is officially supported on CPython 2.6, 2.7, 3.2 and 3.3, as well as PyPy and Jython. Highlights ========== .. topic:: Overview - XXX1 YYY1 - XXX2 - XXX3 YYY3 .. _`website`: http://celeryproject.org/ .. _`django-celery changelog`: http://github.com/celery/django-celery/tree/master/Changelog .. _`django-celery 3.0`: http://pypi.python.org/pypi/django-celery/ .. contents:: :local: :depth: 2 .. _v310-important: Important Notes =============== XXX --- YYY .. _v310-news: News ==== XXX --- YYY In Other News ------------- - XXX - XXX .. _v310-experimental: Experimental ============ XXX --- YYY .. _v310-unscheduled-removals: Unscheduled Removals ==================== Usually we don't make backward incompatible removals, but these removals should have no major effect. - XXX YYY .. _v310-deprecations: Deprecations ============ See the :ref:`deprecation-timeline`. - XXX YYY .. _v310-fixes: Fixes ===== - XXX