Switched changelog to the new format
This commit is contained in:
parent
ed17a362fa
commit
d81758ca13
|
@ -0,0 +1,43 @@
|
|||
# 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).
|
||||
|
||||
|
||||
## [v2.0.0-SNAPSHOT] [r5.0.0] -
|
||||
|
||||
- [#19115] Switched JSON management to gcube-jackson
|
||||
- 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
|
||||
|
||||
- [#10810] Changed POST URLs due to change in service which has been made REST compliant
|
||||
|
||||
|
||||
## [v1.1.0] [r4.7.0] - 2017-10-09
|
||||
|
||||
- [#8758] Added HTTPS support
|
||||
|
||||
- [#8758] Added HTTP Redirection support
|
||||
|
||||
- [#8758] Added HAProxy discovery support
|
||||
|
||||
- [#9016] Restored Fallback capabilities
|
||||
|
||||
- Implemented isConnectionActive() added in PersistenceBackend
|
||||
|
||||
- [#9034] Always posting a List of Record even when we have to post a single one
|
||||
|
||||
- [#9036] Record List is marshalled as JSON using jackso
|
||||
|
||||
|
||||
## [v1.0.0] [r4.5.0] - 2017-06-07
|
||||
|
||||
- First Release
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-4-0" date="${buildDate}">
|
||||
<Change>Added logs to provide bugs investigation</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-3-0" date="2018-10-10">
|
||||
<Change>Added logs to provide bugs investigation</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-2-0" date="2017-02-15">
|
||||
<Change>Changed POST URLs due to change in service which has been made REST compliant #10810</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-1-0" date="2017-10-09">
|
||||
<Change>Added HTTPS support #8758</Change>
|
||||
<Change>Added HTTP Redirection support #8758</Change>
|
||||
<Change>Added HAProxy discovery support #8758</Change>
|
||||
<Change>Restored Fallback capabilities #9016</Change>
|
||||
<Change>Implemented isConnectionActive() added in PersistenceBackend</Change>
|
||||
<Change>Always posting a List of Record even when we have to post a single one #9034</Change>
|
||||
<Change>Record List is marshalled as JSON using jackson #9036</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-accounting-service.1-0-0" date="2017-06-07">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
Loading…
Reference in New Issue