Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@alanorth alanorth released this 27 Dec 11:13
· 131 commits to v6_x since this release
v1.4.0
33dc210

Added

  • indexer.py now indexes views and downloads for communities and collections
  • API endpoints for /communities, /community/id, /collections, and /collections/id
  • Swagger UI interface on /swagger
  • /status page which lists the API version

Changed

  • Add "ORDER BY" to /items resource to make sure results are returned deterministically
  • Use fl parameter in indexer to return only the field we are faceting by
  • Minor refactoring of imports for PEP8 style
  • More correct calculation of totalPages parameter in REST API response