Skip to content

Releases: open-ods/open-ods

2nd January 2016 (Release)

02 Jan 23:47
Compare
Choose a tag to compare

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

2nd January 2016 (Hotfix)

02 Jan 23:46
Compare
Choose a tag to compare
  • Fixed up Procfile for Heroku deployment following refactoring.

10th November 2015 (Release)

02 Jan 23:47
Compare
Choose a tag to compare
  • Added remaining metadata for roles and relationships
  • Added a simple landing page for users arriving at the site
  • Added fake /organisations/<ods_code>/endpoints route to demonstrate endpoint repository functionality