resource-registry-publisher/CHANGELOG.md

94 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2020-08-04 15:37:40 +02:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Resource Registry Publisher
2023-11-09 18:29:16 +01:00
## [v4.5.0-SNAPSHOT]
- Added support for paginated results [#24648]
2023-07-21 14:28:11 +02:00
## [v4.4.0]
- Migrated code to reorganized E/R format [#24992]
## [v4.3.0]
2023-02-10 14:32:45 +01:00
- Enhanced gcube-bom version
2023-02-22 15:15:11 +01:00
- Added usage of common-utility to overcome issues with different Smartgears version (i.e. 3 and 4)
2023-02-27 18:54:37 +01:00
- Added the possibility for a client to add additional HTTP headers
- Added the possibility to create a client instance by specifying context
2023-02-10 14:32:45 +01:00
## [v4.2.0]
2021-01-28 23:24:22 +01:00
2021-09-08 19:55:02 +02:00
- Aligned code to Luca Frosini dissertation theory
2021-01-28 23:24:22 +01:00
- Add/Remove to/from Context return the list of affected instances and not just success or failure code [#20555]
2021-09-08 19:55:02 +02:00
- Aligned client with changes of Sharing REST collection redesign [#20530][#20555]
- Aligned overrided APIs [#21979]
2021-09-14 16:27:18 +02:00
- Getting all the relations of a type it is returned a list of relations and not the list of Resources sources of such relation [#22003]
2021-10-21 16:43:41 +02:00
- Added check for reserved UUID
- Added support for context names included in header among UUIDs [#22090]
2022-07-22 10:22:52 +02:00
- Client gets service URL using resource-registry-api lib utility [#23658]
2022-07-22 10:16:29 +02:00
2021-01-28 23:24:22 +01:00
## [v4.1.0]
2020-08-04 15:37:40 +02:00
2020-11-11 18:44:15 +01:00
- Used ContextCache to make the client more efficient
- Added APIs to get instance contexts [#20013]
- Added support to request contexts in instances header [#20012]
2022-07-22 10:16:29 +02:00
2020-11-11 18:44:15 +01:00
## [v4.0.0] [r4.26.0] - 2020-11-11
2020-08-04 15:37:40 +02:00
- Switched JSON management to gcube-jackson [#19116]
## [v3.0.0] [r4.21.0] - 2020-03-30
- Refactored code to support IS Model reorganization (e.g naming, packages)
- Using gxREST in place of custom class of resource-registry-api [#11455]
- Refactored code to support renaming of Embedded class to Property [#13274]
## [v2.0.0] [r4.13.0] - 2018-11-20
- Using new resource-registry REST interface [#11903]
## [v1.5.0] [r4.9.0] - 2017-12-20
- Changed pom.xml to use new make-servicearchive directive [#10168]
## [v1.4.0] [r4.6.0] - 2017-07-25
- Added HTTPS support [#8757]
- Added HTTP Redirection support [#8757]
## [v1.3.0] [r4.5.0] - 2017-06-07
- Removed common-generic-clients, common-gcube-calls and common-fw-clients from dependencies
- The client is now a generic http-client (using HTTPCall class provided in API) auto-query the old is to get resource-registry instance. It is not implement as gcube-proxy anymore.
- Added exists() method which uses HEAD HTTP method to get existence from Resource Registry
- Added the method to create a relation and target entity with one call by using the new API provided from Resource Registry
## [v1.2.0] [r4.3.0] - 2017-03-16
- Added API Remove From Context
- Added ResourceRegistryException JSON deserialization
## [v1.1.0] [r4.2.0] - 2016-12-15
- Added API AddToContext
- Added API to support update Resource (with all facets)
## [v1.0.0] [r4.1.0] - 2016-11-07
- First Release