You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* date and datetime fields are now converted to Python datetime objects
before executing transitions and converted back to ISO format when
storing the loan record
* add request_start_date to be able to track the start and in the
end of a PENDING loan (request)
* moves transitions decorators checks from `before` method to
`execute` to ensure decorators are executed as first thing
* makes configurable to automatically assign the item when creating a
request via `assign_item` param in the transitions
* adds marshmallow loader for REST endpoint
* adds support to ES7
* changes permissions to take advantage of invenio-access
* ES mappings are now matching schema fields
* Drops support for Python 2
* closes#111, #106, #76, #81
size parameter not working for api harvesting
The text was updated successfully, but these errors were encountered: