resource-registry-handlers/CHANGELOG.md

38 lines
928 B
Markdown
Raw Normal View History

2020-08-04 15:21:53 +02:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Resource Registry Handlers
2021-01-28 23:22:23 +01:00
## [v2.1.0-SNAPSHOT]
- Aligned model with the model defined in Luca Frosini PhD dissertation [#20367]
2020-08-04 15:21:53 +02:00
## [v2.0.0]
2020-08-04 15:21:53 +02:00
2020-11-11 18:48:10 +01:00
- Refactored Handlers to harmonize and make more efficient the code [#19997]
2020-08-04 15:21:53 +02:00
- Switched JSON management to gcube-jackson [#19116]
## [v1.3.0] [r4.21.0] - 2020-03-30
- Refactored code to support IS Model reorganization (e.g naming, packages)
- Fixed import due to gcube model refactoring
- Refactored code to support renaming of Embedded class to Property [#13274]
## [v1.2.0] [r4.13.0] - 2018-11-20
- Using resource-registry v2 APIs [#11950]
## [v1.1.0] [r4.9.0] - 2017-12-20
- Creating uber-jar instead of jar-with-dependencies and using new make-servicearchive directive [#10166]
- Using new APIs signature [#10318]
## [v1.0.0] [r4.6.0] - 2017-07-25
- First Release