diff --git a/distro/changelog.xml b/distro/changelog.xml index d187f8a..6d07c1d 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,7 +1,19 @@ - + + Removed uneeded dependecies declaration (thinkerpopo frames) + Added Context UUID cache + Added Source Resource in relation including only header. This reflect the behaviour set 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 thew registry + Refactored some code for ER creation/update + Extemded Exception management to throw ERAvailableInAnotherContext wich is usef for clients + + 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