Changelog 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .. _changelog:
  2. ================
  3. Change history
  4. ================
  5. This document contains change notes for bugfix releases in the 3.1.x series
  6. (Cipater), please see :ref:`whatsnew-3.1` for an overview of what's
  7. new in Celery 3.1.
  8. .. _version-3.1.4:
  9. 3.1.4
  10. =====
  11. - Now depends on :mod:`kombu` 3.0.5
  12. - Now depends on :mod:`billiard` 3.3.0.7
  13. .. _version-3.1.3:
  14. 3.1.3
  15. =====
  16. :release-date: 2013-11-13 12:55 A.M UTC
  17. - Fixed compatibility problem with Python 2.7.0 - 2.7.5 (Issue #1637)
  18. ``unpack_from`` started supporting ``memoryview`` arguments
  19. in Python 2.7.6.
  20. - Worker: :option:`-B` argument accidentally closed files used
  21. for logging.
  22. - Task decorated tasks now keep their docstring (Issue #1636)
  23. .. _version-3.1.2:
  24. 3.1.2
  25. =====
  26. :release-date: 2013-11-12 08:00 P.M UTC
  27. - Now depends on :mod:`billiard` 3.3.0.6
  28. - No longer needs the billiard C extension to be installed.
  29. - The worker silently ignored task errors.
  30. - Django: Fixed ``ImproperlyConfigured`` error raised
  31. when no database backend specified.
  32. Fix contributed by j0hnsmith
  33. - Prefork pool: Now using ``_multiprocessing.read`` with ``memoryview``
  34. if available.
  35. - ``close_open_fds`` now uses ``os.closerange`` if available.
  36. - ``get_fdmax`` now takes value from ``sysconfig`` if possible.
  37. .. _version-3.1.1:
  38. 3.1.1
  39. =====
  40. :release-date: 2013-11-11 06:30 P.M UTC
  41. - Now depends on :mod:`billiard` 3.3.0.4.
  42. - Python 3: Fixed compatibility issues.
  43. - Windows: Accidentally showed warning that the billiard C extension
  44. was not installed (Issue #1630).
  45. - Django: Tutorial updated with a solution that sets a default
  46. :envvar:`DJANGO_SETTINGS_MODULE` so that it doesn't have to be typed
  47. in with the :program:`celery` command.
  48. Also fixed typos in the tutorial, and added the settings
  49. required to use the Django database backend.
  50. Thanks to Chris Ward, orarbel.
  51. - Django: Fixed a problem when using the Django settings in Django 1.6.
  52. - Django: Fixup should not be applied if the django loader is active.
  53. - Worker: Fixed attribute error for ``human_write_stats`` when using the
  54. compatibility prefork pool implementation.
  55. - Worker: Fixed compatibility with billiard without C extension.
  56. - Inspect.conf: Now supports a ``with_defaults`` argument.
  57. - Group.restore: The backend argument was not respected.
  58. .. _version-3.1.0:
  59. 3.1.0
  60. =======
  61. :release-date: 2013-11-09 11:00 P.M UTC
  62. See :ref:`whatsnew-3.1`.