Changelog

For information on upgrading from previous versions, see the Datastore Helper Migration Notes

3.0.0-AP6.0

2022-11-14

Summary

  • Upgrade to AP 6.0 : Upgraded to ActivePivot 6.0.0 and updated the API to match the core changes.
  • Discard incorrect modifications in the MutableStoreDescriptionBuilder#build method : Incorrect operations are now discarded, with appropriate logging.

Dependency versions

Component Version
ActivePivot 6.0.0

Fixed

Issue Key Details
PST-829 Upgraded to ActivePivot 6.0.0.

2.1.0-AP5.11

2022-10-13

Summary

  • Upgrade to AP 5.11.3 : Upgraded to ActivePivot 5.11.3.
  • Fixed adding reference mappings : Fixed adding reference mappings to a specific schema.

Dependency versions

Component Version
ActivePivot 5.11.3

Fixed

Issue Key Details
GENACL-687 Fixed bug where using the addReferenceMappings(String schema, String fromStore, String toStore, IPair<String, String> referenceMapping) method would ignore the specified schema and apply the new reference mappings to the GLOBAL scope.
PST-858 Upgraded to ActivePivot 5.11.3.