v2.0.0
This is a major upversion as the following are non backwards compatible changes to the datahub client:
- The
Database
entity pydantic model has had thetables
attribute removed. These are now included in the relationships attribute - The
relationships
attribute of the baseEntity
class is now made up of a new class calledEntitySummary
. This includesEntityRef
(what made up the previous version relationships list) and some other useful summary information for each related entity.
What's Changed
- fmd-581: Add Makefile to automate running app and tests by @hjribeiro-moj in #610
- Fmd 581 tweak makefile by @hjribeiro-moj in #613
- Comment out ingress rule by @murdo-moj in #618
- Dc 199 improvements justice data by @LavMatt in #598
Full Changelog: v1.1.4...v2.0.0