gcat-api/CHANGELOG.md

64 lines
1.4 KiB
Markdown
Raw 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-SNAPSHOT]
2022-11-16 12:38:31 +01:00
- Library modified to be compliant with both Smartgears 3 and 4
2022-11-16 12:38:31 +01:00
## [v2.3.1]
2022-10-20 11:38:36 +02:00
- Added Item Author as system:cm_ metadata to keep track of item author
## [v2.3.0]
- 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]
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
2022-01-11 16:25:55 +01:00
## [v2.1.0]
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
2021-04-14 15:24:24 +02:00
## [v2.0.0]
2020-08-06 13:11:59 +02:00
2021-04-14 14:54:57 +02:00
- Changed service class
## [v1.2.2]
- 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-10
- Fixed distro files and pom according to new release procedure
## [v1.2.0] [r4.15.0] - 2019-11-06
- Added org parameter to support to list item at VO level in gCat Service [#17635]
## [v1.1.0] [r4.14.0] - 2019-05-27
- Added Social Post parameter [#13335]
## [v1.0.0] [r4.13.1] - 2019-02-26
- First Release