-----------------------------------
Incompatible changes
~~~~~~~~~~~~~~~~~~~~
- Removes `recordext/functions` folder in favor of `invenio-records`.
- Removes legacy search extensions.
- Deprecates usage of `restricted_collection_cache`.
- Replaces legacy DataCachers with functions decorated by memoize
method from Flask-Cache. (7)
New features
~~~~~~~~~~~~
- Ports get_permitted_restricted_collections function from
`invenio_search` package.
- Adds simple admin interface to edit collection name and query. (1)
Bug fixes
~~~~~~~~~
- Upgrades invenio-base minimum version to 0.3.0 and fixes an
incorrect import.
- Removes calls to PluginManager consider_setuptools_entrypoints()
removed in PyTest 2.8.0.
- Adds validation for collection names. Validation will be performed
each time the name is set. (10)
- Adds missing `invenio_base` dependency.
- Moves upgrade recipes into the right folder to be auto discovered.