Skip to content

2nd January 2016 (Release)

Latest
Compare
Choose a tag to compare
@mattstibbs mattstibbs released this 02 Jan 23:47
· 415 commits to develop since this release

This release is a significant refactor of the code and brings a more tidy API and landing page.

Web Site

Core API

  • Added all remaining ODS data items to data returned by the API
  • Moved all resource endpoints to sit under /api route
  • Added CORS support on all /api routes
  • Added proper filtering on organisation name using the 'q=' query parameter (and deprecated /organisations/search route)
  • Added X-Total-Count for total filtered results returned via /organisations route (to assist with pagination of results)
  • Added /api and /api/info routes for additional information about resources and ODS metadata

Database

  • Significant updates to the import tool which now uses SQLAlchemy to create the database and import the data
  • Removed deprecated SQL scripts (due to use of SQLAlchemy in import)

Documentation

  • Updated docs to reflect new data import method