From ecb77d54c39c0cbaab58310d9d0a859ee8933f7c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 4 Aug 2020 11:24:42 +0200 Subject: [PATCH] Switched changelog to the new format --- CHANGELOG.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ changelog.xml | 44 --------------------------------- 2 files changed, 68 insertions(+), 44 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 changelog.xml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cb27c99 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,68 @@ +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +# Changelog for Resource Registry API + +## [v4.0.0-SNAPSHOT] [r5.0.0] - + +- Switched JSON management to gcube-jackson [#19116] + + +## [v3.0.0] [r4.21.0] - 2020-03-30 + +- Refactored code to support renaming of Embedded class to Property [#13274] +- Removed code which is now part of gxREST [#11455] +- Reorganized APIs due to IS Model Reorganization + + +## [v2.0.0] [r4.13.0] - 2018-11-20 + +- Redesigned REST interface [#11288] + + +## [v1.7.0] [r4.9.0] - 2017-12-20 + +- Added SchemaAlreadyPresentException [#10207] +- Added Utility to get the Type name from an ER Class or interface [#10172] +- Changed pom.xml to use new make-servicearchive directive [#10162] +- Forced UTF-8 HTTP body encoding in HTTPCall class [#9966] + + +## [v1.6.0] [4.7.0] - 2017-10-09 + +- Added an API to retrieve Resource instances filtering them [#9772] + + +## [v1.5.0] [r4.6.0] - 2017-07-25 + +- Added HTTPS support [#8757] +- Added HTTP Redirection support [#8757] + + +## [v1.4.0] [r4.5.0] - 2017-06-07 + +- Added ERAvalailableInanotherContext exception and its hierarchy to improve context management of ERs +- Improved HTTPCall class to support HEAD methods and Exception managements in such a case + + +## [v1.3.0] [r4.3.0] - 2017-03-16 + +- Added HTTP utilities for clients implementations +- Added ResourceRegistryException JSON serialization + + +## [v1.2.0] [r4.2.0] - 2016-12-15 + +- Added API AddToContext +- Added API to support update Resource (with all facets) +- Reorganized Exceptions + + +## [v1.1.0] [r4.1.0] - 2016-11-07 + +- Improved code quality + + +## [v1.0.0] [r4.0.0] - 2016-07-28 + +- First Release + diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index 2c1166b..0000000 --- a/changelog.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - Refactored code to support renaming of Embedded class to Property #13274 - Removed code which is now part of gxREST #11455 - Reorganized APIs due to IS Model Reorganization - - - Redesigned REST interface #11288 - - - Added SchemaAlreadyPresentException #10207 - Added Utility to get the Type name from an ER Class or interface #10172 - Changed pom.xml to use new make-servicearchive directive #10162 - Forced UTF-8 HTTP body encoding in HTTPCall class #9966 - - - Added an API to retrieve Resource instances filtering them #9772 - - - Added HTTPS support #8757 - Added HTTP Redirection support #8757 - - - Added ERAvalailableInanotherContext exception and its hierarchy to improve context management of ERs - Imporved HTTPCall class to support HEAD methods and Exception managements in such a case - - - Added HTTP utilities for clients implementations - Added ResourceRegistryException json serialization - - - Added API AddToContext - Added API to support update Resource (with all facets) - Reaourganized Exceptions - - - Improved code quality - - - First Release - - \ No newline at end of file