Switched changelog to the new format
This commit is contained in:
parent
f86ddd76a8
commit
18108d1324
139
CHANGELOG.md
139
CHANGELOG.md
|
@ -1,131 +1,72 @@
|
|||
# Changelog
|
||||
|
||||
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).
|
||||
|
||||
## [v1.5.0] [r4.25.0] - 2020-06-29
|
||||
|
||||
- [#19365] Added support to publish an item organizations not matching the current context.
|
||||
|
||||
### Changed
|
||||
|
||||
- [#19295] Social Post is disabled if not explicitly enabled by the client
|
||||
|
||||
## [v1.4.3] [r4.23.0] - 2020-05-22
|
||||
|
||||
### Changed
|
||||
|
||||
- [#19295] Social Post is disabled if not explicitly enabled by the client
|
||||
|
||||
**Fixes**
|
||||
|
||||
- [#19395] Fixed a null pointer exception while creating the JSON object to send to CKAN to create the user
|
||||
# Changelog for gCube Catalogue (gCat) Service
|
||||
|
||||
|
||||
## [v1.4.2] [r4.20.0]- 2020-02-14
|
||||
## [v1.5.0-SNAPSHOT]
|
||||
|
||||
### Added
|
||||
- Added support to publish an item organizations not matching the current context [#19365]
|
||||
|
||||
**Features**
|
||||
|
||||
## [v1.4.3] [r4.23.0] - 2020-06-19
|
||||
|
||||
- Social Post is disabled if not explicitly enabled by the client [#19295]
|
||||
- Solved null pointer exception while creating the JSON object to send to CKAN to create the user [#19395]
|
||||
|
||||
|
||||
## [v1.4.2] [r4.20.0] - 2020-02-14
|
||||
|
||||
- Added method to retrieve a persisted file
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- Considering that a file could not be persisted because it could be published via portlet
|
||||
|
||||
|
||||
## [v1.4.1] - 2019-12-20
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
## [v1.4.1] [r4.18.0] - 2019-12-20
|
||||
|
||||
- Fixed distro files and pom according to new release procedure
|
||||
|
||||
- Fixed metadata checks
|
||||
|
||||
|
||||
## [v1.4.0] - 2019-11-06
|
||||
## [v1.4.0] [r4.15.0] - 2019-11-06
|
||||
|
||||
### Added
|
||||
|
||||
**Features**
|
||||
|
||||
- [#17635] Items listing API when invoked at VO level allow to get all the catalogue items or filtering them by organization
|
||||
|
||||
- [#17645] Enabled the possibility of filtering the result of items listing API
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- [#16360] User information are checked/updated on CKAN using portal information
|
||||
- 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]
|
||||
- User information are checked/updated on CKAN using portal information [#16360]
|
||||
|
||||
|
||||
## [v1.3.0] - 2019-06-12
|
||||
## [v1.3.0] [r4.14.0] - 2019-06-12
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- [#16740] Removed the requirement of providing the id of an item in update
|
||||
- Removed the requirement of providing the id of an item in update [#16740]
|
||||
- Resource URL existence is not checked anymore [#16748]
|
||||
|
||||
|
||||
## [v1.2.0] - 2019-06-12
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
## [v1.2.0]
|
||||
|
||||
- Separated REST class for Profile management from the logic which effectively manage profile on IS
|
||||
|
||||
- [#16182] Tags are now properly created/added according to profile definition
|
||||
|
||||
- [#16183] Groups are now properly created/added according to profile definition
|
||||
|
||||
- [#16330] Fixed bug on getting responses from social service
|
||||
|
||||
- [#16347] Setting format in resources
|
||||
|
||||
- [#16354] Validated provided LicenseId for Item
|
||||
|
||||
- [#16410] Capacity field is removed from the provided item content if any
|
||||
|
||||
- [#16322] Fixed bug on social post creation
|
||||
|
||||
- [#16322] Added the possibility to disable social post on item creation
|
||||
|
||||
- [#16322] Improved social post message
|
||||
|
||||
- [#16635] Added support to publish in specific organizations when the request is not performed at VRE level
|
||||
- Tags are now properly created/added according to profile definition [#16182]
|
||||
- Groups are now properly created/added according to profile definition [#16183]
|
||||
- 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 getting responses from social service [#16330]
|
||||
- Added the possibility to disable social post on item creation [#13335]
|
||||
- Fixed bug on social post creation [#16322]
|
||||
- Improved social post message [#16322]
|
||||
- Added support to publish in specific organizations when the request is not performed at VRE level [#16635]
|
||||
|
||||
|
||||
## [v1.1.0] - 2019-02-26
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- [#13309] Added Item URL via URI Resolver in extras field
|
||||
|
||||
- [#13303] The final URL is retrieved only URI resolver pointing to Storage Hub
|
||||
|
||||
- [#13306] Enforched items to be searchable in 'extras' field
|
||||
|
||||
- [#13307] Switched item listing to use package_search in place of package_list
|
||||
|
||||
- [#13076] Refactored to use storage-hub-persistence library
|
||||
|
||||
- [#13079] Added Create/Update/Delete in Profile Collection
|
||||
## [v1.1.0] [r4.13.1] - 2019-02-26
|
||||
|
||||
- Added Item URL via URI Resolver in extras field [#13309]
|
||||
- The final URL is retrieved only URI resolver pointing to Storage Hub [#13303]
|
||||
- Enforced items to be searchable in 'extras' field [#13306]
|
||||
- Switched item listing to use package_search in place of package_list [#13307]
|
||||
- Refactored to use storage-hub-persistence library [#13076]
|
||||
- Added Create/Update/Delete in Profile Collection [#13079]
|
||||
- Fixed issues in Resource collection
|
||||
|
||||
- Refactored to use gcat-api library
|
||||
|
||||
|
||||
## [v1.0.0] - 2018-12-07
|
||||
## [v1.0.0]
|
||||
|
||||
- First Release
|
||||
|
||||
First Release
|
||||
|
|
|
@ -1,131 +0,0 @@
|
|||
# Changelog
|
||||
|
||||
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).
|
||||
|
||||
## [v1.5.0] [r4.25.0] - 2020-06-29
|
||||
|
||||
- [#19365] Added support to publish an item organizations not matching the current context.
|
||||
|
||||
### Changed
|
||||
|
||||
- [#19295] Social Post is disabled if not explicitly enabled by the client
|
||||
|
||||
## [v1.4.3] [r4.23.0] - 2020-05-22
|
||||
|
||||
### Changed
|
||||
|
||||
- [#19295] Social Post is disabled if not explicitly enabled by the client
|
||||
|
||||
**Fixes**
|
||||
|
||||
- [#19395] Fixed a null pointer exception while creating the JSON object to send to CKAN to create the user
|
||||
|
||||
|
||||
## [v1.4.2] [r4.20.0]- 2020-02-14
|
||||
|
||||
### Added
|
||||
|
||||
**Features**
|
||||
|
||||
- Added method to retrieve a persisted file
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- Considering that a file could not be persisted because it could be published via portlet
|
||||
|
||||
|
||||
## [v1.4.1] - 2019-12-20
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- Fixed distro files and pom according to new release procedure
|
||||
|
||||
- Fixed metadata checks
|
||||
|
||||
|
||||
## [v1.4.0] - 2019-11-06
|
||||
|
||||
### Added
|
||||
|
||||
**Features**
|
||||
|
||||
- [#17635] Items listing API when invoked at VO level allow to get all the catalogue items or filtering them by organization
|
||||
|
||||
- [#17645] Enabled the possibility of filtering the result of items listing API
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- [#16360] User information are checked/updated on CKAN using portal information
|
||||
|
||||
|
||||
## [v1.3.0] - 2019-06-12
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- [#16740] Removed the requirement of providing the id of an item in update
|
||||
|
||||
|
||||
## [v1.2.0] - 2019-06-12
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- Separated REST class for Profile management from the logic which effectively manage profile on IS
|
||||
|
||||
- [#16182] Tags are now properly created/added according to profile definition
|
||||
|
||||
- [#16183] Groups are now properly created/added according to profile definition
|
||||
|
||||
- [#16330] Fixed bug on getting responses from social service
|
||||
|
||||
- [#16347] Setting format in resources
|
||||
|
||||
- [#16354] Validated provided LicenseId for Item
|
||||
|
||||
- [#16410] Capacity field is removed from the provided item content if any
|
||||
|
||||
- [#16322] Fixed bug on social post creation
|
||||
|
||||
- [#16322] Added the possibility to disable social post on item creation
|
||||
|
||||
- [#16322] Improved social post message
|
||||
|
||||
- [#16635] Added support to publish in specific organizations when the request is not performed at VRE level
|
||||
|
||||
|
||||
## [v1.1.0] - 2019-02-26
|
||||
|
||||
### Changed
|
||||
|
||||
**Fixes**
|
||||
|
||||
- [#13309] Added Item URL via URI Resolver in extras field
|
||||
|
||||
- [#13303] The final URL is retrieved only URI resolver pointing to Storage Hub
|
||||
|
||||
- [#13306] Enforched items to be searchable in 'extras' field
|
||||
|
||||
- [#13307] Switched item listing to use package_search in place of package_list
|
||||
|
||||
- [#13076] Refactored to use storage-hub-persistence library
|
||||
|
||||
- [#13079] Added Create/Update/Delete in Profile Collection
|
||||
|
||||
- Fixed issues in Resource collection
|
||||
|
||||
- Refactored to use gcat-api library
|
||||
|
||||
|
||||
## [v1.0.0] - 2018-12-07
|
||||
|
||||
First Release
|
Loading…
Reference in New Issue