resource-registry-schema-cl.../CHANGELOG.md

50 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-08-04 15:40:54 +02:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Resource Registry Schema Client
2023-11-16 11:28:56 +01:00
## [v4.3.0-SNAPSHOT]
- Added support for model knowledge [#25922]
2023-07-21 14:32:28 +02:00
## [v4.2.1]
- Migrated code to reorganized E/R format [#24992]
## [v4.2.0]
2023-02-10 15:36:58 +01:00
- Enhanced gcube-bom version
2023-02-22 15:16:07 +01:00
- Added usage of common-utility to overcome issues with different Smartgears version (i.e. 3 and 4)
2023-02-27 18:55:52 +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 15:36:58 +01:00
## [v4.1.0]
2020-08-04 15:40:54 +02:00
- Restrict the interface to accept ERElement classes and not all the Element classes [#21973]
2022-07-22 10:53:23 +02:00
- Client gets service URL using resource-registry-api lib utility [#23658]
## [v4.0.0] [r5.0.0]
2020-08-04 15:40:54 +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 [#11904]
## [v1.0.0] [r4.10.0] - 2018-02-15
- First Release [#10248]