---------------------
Added
^^^^^
- Added /dataset/annotations route to which one can POST a URI and get back the
associated dataset annotations
Changed
^^^^^^^
- Registering a dataset now requires a key for ``annotations`` in the JSON
content
- The /dataset/search route no longer returns manifest and readme in the body
of the JSON response. These will now have to be retrieved using the
/dataset/manifest and /dataset/readme routes respectively. This change was
implemented to overcome the slow response time when accessing many (>1000)
datasets using the /dataset/search route.
Fixed
^^^^^
- Made registration of datasets more tolerant to type of frozen_at in
admin_metadata, now accepts value as a string