Removed old deprecated changelog.

Described the fixes in CHANGELOG
migrating_to_smartgears_4
Luca Frosini 4 years ago
parent 8b98ce56e0
commit de23b524d2

@ -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

@ -1,49 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.data-publishing.gcat.1-4-3" date="${buildDate}">
<Change>Social Post is disabled if not explitly enabled by the client #19295</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.gcat.1-4-2" date="2020-02-14">
<Change>Considering that a file could not be persisted because it could be published via portlet</Change>
<Change>Added method to retrieve a persisted file</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.gcat.1-4-1" date="2019-12-20">
<Change>Fixed distro files and pom according to new release procedure</Change>
<Change>Fixed metadata checks</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.gcat.1-4-0" date="2019-11-06">
<Change>User information are checked/updated on CKAN using portal information #16360</Change>
<Change>Items listing API when invoked at VO level allow to get all the catalogue items or filtering them by organization #17635</Change>
<Change>Enabled the possibility of filtering the result of items listing API #17645</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.gcat.1-3-0" date="2019-06-12">
<Change>Removed the requirement of providing the id of an item in update #16740</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.gcat.1-2-0" date="2019-06-12">
<Change>Separated REST class for Profile management from the logic which effectively manage profile on IS</Change>
<Change>Tags are now properly created/added according to profile definition #16182</Change>
<Change>Groups are now properly created/added according to profile definition #16183</Change>
<Change>Fixed bug on getting responses from social service #16330</Change>
<Change>Setting format in resources #16347</Change>
<Change>Validated provided LicenseId for Item #16354</Change>
<Change>Capacity field is removed from the provided item content if any #16410</Change>
<Change>Fixed bug on social post creation #16322</Change>
<Change>Added the possibility to disable social post on item creation #16322</Change>
<Change>Improved social post message #16322</Change>
<Change>Added support to publish in specific organizations when the request is not performed at VRE level #16635</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.gcat.1-1-0" date="2019-02-26">
<Change>Added Item URL via URI Resolver in extras field #13309</Change>
<Change>The final URL is retrieved only URI resolver pointing to Storage Hub #13303</Change>
<Change>Enforched items to be searchable in 'extras' field #13306</Change>
<Change>Switched item listing to use package_search in place of package_list #13307</Change>
<Change>Refactor service to use storage-hub-persistence library #13076</Change>
<Change>Added Create/Update/Delete in Profile Collection #13079</Change>
<Change>Fixed issues in Resource collection</Change>
<Change>Refatore to use gcat-api library</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.gcat.1-0-0" date="2018-12-07">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>
Loading…
Cancel
Save