resource-registry-query-tem.../CHANGELOG.md

28 lines
654 B
Markdown
Raw Normal View History

2022-02-01 16:29:36 +01:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for Resource Registry Query Template Client
2023-11-09 19:17:37 +01:00
## [v1.2.0-SNAPSHOT]
- Added support for paginated results [#24648]
2023-07-21 14:30:19 +02:00
## [v1.1.1]
- Migrated code to reorganized E/R format [#24992]
## [v1.1.0]
2022-12-13 11:20:23 +01:00
- Fixed result of run from List<Entity> to List<ERElement>
2023-02-10 15:33:17 +01:00
- Enhanced gcube-bom version
2023-02-22 15:15:38 +01:00
- Added usage of common-utility to overcome issues with different Smartgears version (i.e. 3 and 4)
2023-02-27 18:55:12 +01:00
- Added the possibility for a client to add additional HTTP headers
- Added the possibility to create a client instance by specifying context
2022-12-13 11:20:23 +01:00
## [v1.0.0]
2022-02-01 16:29:36 +01:00
- First Release