From de23b524d20fc1da387f8813ea1c4f88e8a359b6 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 29 May 2020 16:35:52 +0200 Subject: [PATCH] Removed old deprecated changelog. Described the fixes in CHANGELOG --- CHANGELOG.md | 7 +++++++ changelog.xml | 49 ------------------------------------------------- 2 files changed, 7 insertions(+), 49 deletions(-) delete mode 100644 changelog.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dcf09e..09d58c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1-4-4] [r4.24.0] + +### Changed + +**Fixes** + +- [#19395] Fixed a null pointer exception while creating the JSON object to send to CKAN to create the user ## [1-4-3] [r4.23.0] - 2020-05-22 diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index b1bf561..0000000 --- a/changelog.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - Social Post is disabled if not explitly enabled by the client #19295 - - - Considering that a file could not be persisted because it could be published via portlet - Added method to retrieve a persisted file - - - Fixed distro files and pom according to new release procedure - Fixed metadata checks - - - User information are checked/updated on CKAN using portal information #16360 - Items listing API when invoked at VO level allow to get all the catalogue items or filtering them by organization #17635 - Enabled the possibility of filtering the result of items listing API #17645 - - - Removed the requirement of providing the id of an item in update #16740 - - - Separated REST class for Profile management from the logic which effectively manage profile on IS - Tags are now properly created/added according to profile definition #16182 - Groups are now properly created/added according to profile definition #16183 - Fixed bug on getting responses from social service #16330 - Setting format in resources #16347 - Validated provided LicenseId for Item #16354 - Capacity field is removed from the provided item content if any #16410 - Fixed bug on social post creation #16322 - Added the possibility to disable social post on item creation #16322 - Improved social post message #16322 - Added support to publish in specific organizations when the request is not performed at VRE level #16635 - - - Added Item URL via URI Resolver in extras field #13309 - The final URL is retrieved only URI resolver pointing to Storage Hub #13303 - Enforched items to be searchable in 'extras' field #13306 - Switched item listing to use package_search in place of package_list #13307 - Refactor service to use storage-hub-persistence library #13076 - Added Create/Update/Delete in Profile Collection #13079 - Fixed issues in Resource collection - Refatore to use gcat-api library - - - First Release - -