From 8395ef41fe5706f7a3e993888924441f4f1e48a9 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 15 Jul 2020 17:38:40 +0200 Subject: [PATCH] Switched changelog to the new format --- CHANGELOG.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ changelog.xml | 36 --------------------------------- 2 files changed, 56 insertions(+), 36 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 changelog.xml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..201426f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,56 @@ +# 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] [r5.0.0] - + +- Fixed distro files and pom according to new release procedure + + +## [v1.7.0] [r4.10.0] - 2018-02-15 + +- [#10188] Added the possibility to specify the context to query + + +## [v1.6.0] [r4.8.0] - 2017-12-06 + +- [#10139] Created uber-jar instead of jar-with-dependencies +- [#9943] Allowing to specify a limit when querying values for suggestion + + +## [v1.5.0] [r4.7.0] - 2017-10-09 + +- [#9629] Changed the way to get the target bucket + + +## [v1.4.0] [r4.5.0] - 2017-06-07 + +- Added API to sum StorageUsage values got from MapReduce avoiding the client to perform such a computation + + +## [v1.3.0] [r4.3.0] - 2017-03-16 + +- [#6747] Fixed bug on context based results and filters +- [#6175] Top are calculate by using Map-Reduce before trying to use N1QL query + + +## [v1.2.0] [r4.2.0] - 2016-12-15 + +- [#5857] Added method to get results for multiple context +- Changed API to get designId +- Added API to support quota service + + +## [v1.1.0] [r4.1.0] - 2016-11-07 + +- [#4956] Fixed bug on daily top request +- Modified cluster connection timing +- Added API for calculate a Top without limit + + +## [v1.0.0] [r4.0.0] - 2016-07-28 + +- First Release + diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index 3e7dc92..0000000 --- a/changelog.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - Fixed distro files and pom according to new release procedure - - - Added the possibility to specify the context to query #10188 - - - Allowing to specify a limit when querying values for suggestion. refs #9943 - - - Changed the way to get the target bucket - - - Added api to sum StorageUsage values got from MapReduce avoiding the client to perform such a computation. - - - Top are calculate by using Map-Reduce before trying to use N1QL query. - Fixed bug on context based results and filters - - - Added method to get results for multiple context #5857 - Changed api to get designId - Added api to support quota service - - - Modified cluster connection timing - Fixed bug on daily top request - Added api for calculate a Top without limit - - - First Release - -