gcat-api/CHANGELOG.md

67 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2020-08-06 13:11:59 +02:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for gCube Catalogue (gCat) API
## [v2.3.2]
2022-11-16 12:38:31 +01:00
- Library modified to be compliant with both Smartgears 3 and 4
2023-02-23 16:00:42 +01:00
- Added support for JSON:API on listing method of 'items' collection [#24601]
- Added support for JSON:API on listing method of 'licenses' collection [#24601]
2022-11-16 12:38:31 +01:00
## [v2.3.1] [r5.14.0] - 2022-12-07
2022-10-20 11:38:36 +02:00
- Added Item Author as system:cm_ metadata to keep track of item author
## [v2.3.0] [r5.13.1] - 2022-09-19
- Aligned constants name used as query parameters
- Added query parameter constant used in item listing to get the whole item instead of just the name [#23691]
## [v2.2.0] [r5.11.0] - 2022-05-12
2022-02-21 12:00:14 +01:00
2022-02-21 13:43:32 +01:00
- Added support to manage configurations [#22658]
2022-03-11 14:55:35 +01:00
- Migrated to ServiceClass corresponding to Maven groupId
2022-02-21 12:00:14 +01:00
## [v2.1.0] [r5.7.0] - 2022-01-27
2021-06-16 14:50:58 +02:00
2021-06-21 17:10:21 +02:00
- Added query parameter social_post_notification to override default VRE behaviour [#21345]
2021-12-15 18:45:34 +01:00
- Added support for moderation [#21342]
- Added items bulk delete/purge [#21685]
2021-12-20 14:07:01 +01:00
- Added empty trash API [#13322]
2021-06-20 23:03:13 +02:00
## [v2.0.0] [r5.2.0] - 2021-05-04
2020-08-06 13:11:59 +02:00
2021-04-14 14:54:57 +02:00
- Changed service class
## [v1.2.2] [r5.0.0] - 2021-02-24
- Added count method for Item collection [#20627]
- Added count method for Organization, Group and Profile collection [#20629]
2020-08-06 13:11:59 +02:00
- Switched JSON management to gcube-jackson [#19735]
## [v1.2.1] [r4.18.0] - 2019-12-20
2020-08-06 13:11:59 +02:00
- Fixed distro files and pom according to new release procedure
2023-01-13 14:00:50 +01:00
## [v1.2.0] [r4.15.0] - 2019-11-19
2020-08-06 13:11:59 +02:00
- Added org parameter to support to list item at VO level in gCat Service [#17635]
2023-01-13 14:00:50 +01:00
## [v1.1.0] [r4.14.0] - 2019-05-16
2020-08-06 13:11:59 +02:00
- Added Social Post parameter [#13335]
## [v1.0.0] [r4.13.1] - 2019-02-26
- First Release