Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.53 KB

CHANGES.rst

File metadata and controls

51 lines (32 loc) · 1.53 KB

Changes

Version 1.2.1 (released 2020-09-24)

  • Capped Celery version to < 5.0.0 until supported.

Version 1.2.0 (released 2020-03-05)

  • added dependency on invenio-base to centralise package management

Version 1.1.3 (released 2020-02-21)

  • Removed redundant version specifier for Celery dependency.

Version 1.1.2 (released 2020-02-17)

  • Unpinned Celery version to allow support of Celery 4.4

Version 1.1.1 (released 2019-11-19)

  • pinned version of celery lower than 4.3 due to Datetime serialization issues

Version 1.1.0 (released 2019-06-21)

  • Changed the msgpack-python dependency to msgpack. Please first uninstall msgpack-python before installing the new msgpack dependency (pip uninstall msgpack-python).

Version 1.0.1 (released 2018-12-06)

  • Adds support for Celery v4.2. Technically this change is backward incompatible because it is no longer possible to load tasks from bare modules (e.g. mymodule.py in the Python root). This is a constraint imposed by Celery v4.2. We however do not known of any cases where bare modules have been used, and also this design is discouraged so we are not flagging it as a backward incompatible change, in order to have the change readily available for current Invenio version.

Version 1.0.0 (released 2018-03-23)

  • Initial public release.