Type | Changes | By |
---|
 | Ability to deal with Services. This required the addition of Service Bindings and Specification Links as well. | pramirez |
 | Ability to deal with Classifications. This required the addition of Classification Schemes and Nodes as well. | pramirez |
 | Interface to retrieve Auditable Events. | pramirez |
 | Ability to delete products. | pramirez |
 | Ability to delete associations. | pramirez |
 | Updated registry status information to include counts on the number of managed items. | pramirez |
 | Refactored any list response to simply be a RegistryResponse instead of a PagedResponse. | pramirez |
 | Added a default sort order on slots so they come back in a fixed order on repeated requests. The default order now is their generated id. | pramirez |
 | Updated persistence layer to be more flexible and require less change as we add new types of RegistryObject's. For example, instead of having saveProduct and saveAssociation there is now a unified saveRegistryObject. | pramirez |
 | Slot values that were extremely large would truncate. Now they map to @Lob with a length of max integer. | pramirez |
 | Convert from using userVersion to using versionId for externally tracked versions. Switch to versionName instead of version to align with model. | pramirez |