What's Changed
- Refactor: dataset - use id on all endpoints and cli by @jcace in #65
- feat.replications schema updates by @jcace in #71
- feat.replicationProfile (#58)
- fix: ambiguous dataset id selector by @jcace in #73
- fix: explicity specify gorm Scan struct by @jcace in #74
Note: Breaking Changes
- The concept of SP <> Dataset assignment has been moved to Replication Profiles. This profile also contains the flags
Unsealed
andIndexed
, which have been removed from the Datasets schema. - Please create new Replication Profiles for each Dataset<>SP mapping - the existing associations will no longer be valid.
Note: MANUAL Migration Required
This release introduces schema changes that cannot automatically be migrated.
If this is a brand-new set up of DDM, no intervention is necessary.
If upgrading from V1.3.0 or earlier with an existing database, you must follow the steps outlined in the migration guide to ensure database consistency.
Full Changelog: v1.3.0...v1.4.0