Switched changelog to the new format
This commit is contained in:
parent
9d47bb5b7e
commit
4ab58534c5
|
@ -0,0 +1,62 @@
|
|||
# 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
|
||||
- Enhanced couchbase java client version from 2.2.7 to 2.7.11. The selected version is the highest available which is compatible with the current server version. https://docs.couchbase.com/java-sdk/current/compatibility-versions-features.html
|
||||
|
||||
|
||||
## [v1.6.0] [r4.12.1]- 2018-10-10
|
||||
|
||||
- [#10150] Creating uber-jar instead of jar-with-dependencies
|
||||
|
||||
|
||||
## [v1.5.0] [r4.7.0] - 2017-10-09
|
||||
|
||||
- Added isConnectionActive() in PersistenceBackend
|
||||
|
||||
- [#9612] Discover bucket in relation of dinamically discovered buckets
|
||||
|
||||
- Used DSMapper to get Record from JsonNode
|
||||
|
||||
|
||||
## [v1.4.0] [r4.5.0] - 2017-06-07
|
||||
|
||||
- Fixed bug on shutdown() method to properly close the connection
|
||||
|
||||
|
||||
## [v1.3.1] [r4.4.0] - 2017-05-02
|
||||
|
||||
- [#7345] Added shutdown() method to correctly close connections to persistence
|
||||
|
||||
|
||||
## [v1.3.0] [r4.3.0] - 2017-03-16
|
||||
|
||||
- [#6305] Optimized number of connections to couchbasew server
|
||||
|
||||
- Implemented the new api to close connection (if any) to persistence introduced by document-store-lib.1-5-0
|
||||
|
||||
|
||||
## [v1.2.0] [r4.1.0] - 2016-11-07
|
||||
|
||||
- Modified cluster connection timing
|
||||
|
||||
|
||||
## [v1.1.0] [r4.0.0] - 2016-06-29
|
||||
|
||||
- [#4482] Different Usage Records are saved in different buckets
|
||||
|
||||
|
||||
## [v1.0.1] [r3.11.0] - 2016-04-08
|
||||
|
||||
- Fixed distro directory
|
||||
|
||||
|
||||
## [v1.0.0] [r3.10.0] - 2016-02-08
|
||||
|
||||
- First Release
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-7-0" date="${buildDate}">
|
||||
<Change>
|
||||
Enhanced couchbase java client version from 2.2.7 to 2.7.11.
|
||||
The selected version is the highest available which is compatible
|
||||
with the current server version.
|
||||
https://docs.couchbase.com/java-sdk/current/compatibility-versions-features.html
|
||||
</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-6-0" date="2018-10-10">
|
||||
<Change>Creating uber-jar instead of jar-with-dependencies #10150</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-5-0" date="2017-10-09">
|
||||
<Change>Added isConnectionActive() in PersistenceBackend</Change>
|
||||
<Change>Discover bucket in relation of dinamically discovered buckets #9612</Change>
|
||||
<Change>Used DSMapper to get Record from JsonNode</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-4-0" date="2017-06-07">
|
||||
<Change>Fixed bug on shutdown() method to properly close the connection</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-3-1" date="2017-05-02">
|
||||
<Change>Added shutdown() method to correctly close connections to persistence #7345</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-3-0" date="2017-03-16">
|
||||
<Change>Optimized number of connections to couchbasew server #6305</Change>
|
||||
<Change>Implemented the new api to close connection (if any) to persistence introduced by document-store-lib.1-5-0</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-2-0" date="2016-11-07">
|
||||
<Change>Modified cluster connection timing</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-1-0" date="2016-06-29">
|
||||
<Change>Different Usage Records are saved in different buckets #4482</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-0-1" date="2016-04-08">
|
||||
<Change>Fixed distro directory</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-0-0" date="2016-02-08">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
Reference in New Issue