resource-registry-context-c.../CHANGELOG.md

46 lines
1.1 KiB
Markdown
Raw Normal View History

2020-08-04 15:16:43 +02:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Resource Registry Context Client
2023-07-21 14:26:48 +02:00
## [v4.1.1]
- Migrated code to reorganized E/R format [#24992]
## [v4.1.0]
2023-02-09 18:02:57 +01:00
- Enhanced gcube-bom version
2023-02-22 15:14:45 +01:00
- Added usage of common-utility to overcome issues with different Smartgears version (i.e. 3 and 4)
2023-02-27 18:53:59 +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-09 18:02:57 +01:00
## [v4.0.1]
2021-09-13 12:24:04 +02:00
- Uniformed raised exception [#21993]
2022-07-22 10:34:06 +02:00
- Client gets service URL using resource-registry-api lib utility [#23658]
2022-07-22 10:12:56 +02:00
2020-08-04 15:16:43 +02:00
## [v4.0.0]
2020-08-04 15:16:43 +02:00
2020-11-11 18:45:38 +01:00
- Used ContextCache to make the client more efficient
2020-08-04 15:16:43 +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-regsitry-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 [#11905]
## [v1.0.0] [r4.9.0] - 2017-12-20
- First Release [#10247]