Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.17 KB

RELEASE-NOTES.rst

File metadata and controls

47 lines (33 loc) · 1.17 KB

Invenio-Records v0.3.2

Invenio-Records v0.3.2 was released on September 6, 2015.

About

Invenio-Records is a metadata storage module.

This is an experimental developer preview release.

Incompatible changes

Bug fixes

  • Disables autoflush when pulling records out of the database, to prevent superfluous call to flush(). (#24)
  • Adds missing invenio_access dependency and amends past upgrade recipes following its separation into standalone package.
  • Loads all recordext functions registered before updating a record via Record.commit().

Installation

$ pip install invenio-records==0.3.2

Documentation

http://invenio-records.readthedocs.org/en/v0.3.2

Happy hacking and thanks for flying Invenio-Records.

Invenio Development Team