Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

3.0.2


  • [BUGFIX] Updated to latest make submodule. Previous 3.0.1 patch was not published correctly due to bug in makefiles.

3.0.1


  • [BUGFIX] Fixed bug where error handling tried to access error.args even if there were none, resulting in a useless error message.

3.0.0


  • [BREAKING] Updates to ska-oso-pdm v12.0.1 from 11.4.0. This is a breaking change for the ODA as the PDM objects are the request bodies of the ODA API. See PDM change log for details on model changes.

  • [BREAKING] The Postgres implementation of Repository.query now returns a list of the PDM entity, rather than a dict which has the PDM entity in the ‘info’ entry.

  • [BREAKING] Updated the Postgres tables to use timestamp with time zone rather than timestamp