Invenio-Records is a metadata storage module.
Project description
Invenio-Records is a metadata storage module. A record is a JSON document with revision history identified by a unique UUID .
Features:
Generic JSON document storage with revision history.
JSONSchema validation of documents.
Records creation, update and deletion.
Administration interface for CRUD operations on records.
Further documentation available Documentation: https://invenio-records.readthedocs.io/
Changes
Version 1.3.2 (released 2020-05-27)
Fixes a bug causing incorrect revisions to be fetched. If record.commit() was called multiple times prior to a db.session.commit(), there would be gaps in the version ids persisted in the database. This meant that if you used record.revisions[revision_id] to access a revision, it was not guaranteed to return that specific revision id. See #221
Version 1.3.1 (released 2020-05-07)
Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.
Removed dependency on Invenio-PIDStore and releated documentation. Functionality was removed in v1.3.0.
Version 1.3.0 (released 2019-08-01)
Removed deprecated CLI.
Version 1.2.2 (released 2019-07-11)
Fix XSS vulnerability in admin interface.
Version 1.2.1 (released 2019-05-14)
Relax Flask dependency to v0.11.1.
Version 1.2.0 (released 2019-05-08)
Allow to store RecordMetadata in a custom db table.
Version 1.1.1 (released 2019-07-11)
Fix XSS vulnerability in admin interface.
Version 1.1.0 (released 2019-02-22)
Removed deprecated Celery task.
Deprecated CLI
Version 1.0.2 (released 2019-07-11)
Fix XSS vulnerability in admin interface.
Version 1.0.1 (released 2018-12-14)
Fix CliRunner exceptions.
Fix JSON Schema URL.
Version 1.0.0 (released 2018-03-23)
Initial public release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for invenio_records-1.3.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bc6a64446d23ea9e4b64fbf2069d0218d75a7313946ca1055a142ba0076b103 |
|
MD5 | 74739e53ec8057f5b057fc677573a77d |
|
BLAKE2b-256 | afae28af61a4eea5862b70659996660b87e5f8041a4fa97aa783be3677b559df |