whatsnew-3.1.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .. _whatsnew-3.1:
  2. ===========================================
  3. What's new in Celery 3.1 (NICKNAME)
  4. ===========================================
  5. Celery is a simple, flexible and reliable distributed system to
  6. process vast amounts of messages, while providing operations with
  7. the tools required to maintain such a system.
  8. It's a task queue with focus on real-time processing, while also
  9. supporting task scheduling.
  10. Celery has a large and diverse community of users and contributors,
  11. you should come join us :ref:`on IRC <irc-channel>`
  12. or :ref:`our mailing-list <mailing-list>`.
  13. To read more about Celery you should go read the :ref:`introduction <intro>`.
  14. While this version is backward compatible with previous versions
  15. it's important that you read the following section.
  16. This version is officially supported on CPython 2.6, 2.7, 3.2 and 3.3,
  17. as well as PyPy and Jython.
  18. Highlights
  19. ==========
  20. .. topic:: Overview
  21. - XXX1
  22. YYY1
  23. - XXX2
  24. - XXX3
  25. YYY3
  26. .. _`website`: http://celeryproject.org/
  27. .. _`django-celery changelog`:
  28. http://github.com/celery/django-celery/tree/master/Changelog
  29. .. _`django-celery 3.0`: http://pypi.python.org/pypi/django-celery/
  30. .. contents::
  31. :local:
  32. :depth: 2
  33. .. _v310-important:
  34. Important Notes
  35. ===============
  36. XXX
  37. ---
  38. YYY
  39. .. _v310-news:
  40. News
  41. ====
  42. XXX
  43. ---
  44. YYY
  45. In Other News
  46. -------------
  47. - XXX
  48. - XXX
  49. .. _v310-experimental:
  50. Experimental
  51. ============
  52. XXX
  53. ---
  54. YYY
  55. .. _v310-unscheduled-removals:
  56. Unscheduled Removals
  57. ====================
  58. Usually we don't make backward incompatible removals,
  59. but these removals should have no major effect.
  60. - XXX
  61. YYY
  62. .. _v310-deprecations:
  63. Deprecations
  64. ============
  65. See the :ref:`deprecation-timeline`.
  66. - XXX
  67. YYY
  68. .. _v310-fixes:
  69. Fixes
  70. =====
  71. - XXX