document-store-lib-accounti.../CHANGELOG.md

40 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2020-07-14 12:16:12 +02:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020-07-30 17:06:07 +02:00
# Changelog for Document Store Backend Connector Library for Accounting Service
2021-04-19 16:38:51 +02:00
## [v2.0.1-SNAPSHOT]
2020-07-14 12:16:12 +02:00
2021-04-19 16:38:51 +02:00
- Moved http links to https in comments
- Fixed test
## [v2.0.0]
2020-07-14 12:16:12 +02:00
- Switched JSON management to gcube-jackson [#19115]
2020-07-14 12:16:12 +02:00
- Added more logs to provide bugs investigation
## [v1.3.0] [r4.12.1] - 2018-10-10
- Added logs to provide bugs investigation
## [v1.2.0] [r4.10.0] - 2017-02-15
- Changed POST URLs due to change in service which has been made REST compliant [#10810]
2020-07-14 12:16:12 +02:00
## [v1.1.0] [r4.7.0] - 2017-10-09
- Added HTTPS support [#8758]
- Added HTTP Redirection support [#8758]
- Added HAProxy discovery support [#8758]
- Restored Fallback capabilities [#9016]
- Always posting a List of Record even when we have to post a single one [#9034]
- Record List is marshalled as JSON using jackson [#9036]
2020-07-15 16:48:59 +02:00
- Implemented isConnectionActive() in PersistenceBackend provided implementation
2020-07-14 12:16:12 +02:00
## [v1.0.0] [r4.5.0] - 2017-06-07
- First Release