- Added Source Resource in relation including only header. This reflect the behaviour used on Jackson marshalling.
- Implemented possibility to create a relation and target entity with one call.
- Defined custom pattern (defined in is-model) for DateTimeFormat to support timezone. The value is also changed on DB configuration when the database is created.
- Creating an admin with specific username (get from configuration file) instead of the default one 'admin'
- Deprecated properties are not get configuration file anymore
- Defined Connection Strategy to server as global constant of the registry
- Refactored some code for ER creation/update
- Extended Exception management to throw ERAvailableInAnotherContext which is useful for clients
## [v1.3.0] [r4.3.0] - 2017-03-16
- Added API Remove From Context
- Added API to support Entity-Relation navigation
- Added API to get the list of ER types and their own schema
- Added support for Propagation Constraint
- Added ResourceRegistryException serialization
- Full Code Redesign
## [v1.2.0] [r4.2.0] - 2016-12-16
- Added API AddToContext
- Added support for referential Integrity Directive
- Added API to support update Resource (with all facets)