Releases: kairosdb/kairosdb-client
3.1.0
What's Changed
- Updated build to java 11
- Updated a bunch of dependencies to remove vulnerabilities
- DefaultJsonResponseHandler use UTF-8 by @joscht-73 in #79
- Modify type of value in Aggregator by @SpriCoder in #94
New Contributors
- @joscht-73 made their first contribution in #79
- @SpriCoder made their first contribution in #94
Full Changelog: 3.0.1...3.1.0
3.0.1 Release
A dependency on the proofpoint http client library was erroneously added. In this patch release the code was refactored to remove the dependency.
Version 3.0.0 Release
The HTTP API was redesigned to be simpler and to return the desired object rather than a response object. If the response code is not a 200 or 204 then an exception is thrown that contains the response code and error information.
Version 2.3.0 Release
This release contains bug fixes, support for new aggregators, and support for creating and managing roll-up tasks. This version has been tested with KairosDB 1.2.1.
Issues closed as part of this release:
https://github.com/kairosdb/kairosdb-client/milestone/2?closed=1
Version 2.2.0 Release
Issues closed as part of this release:
https://github.com/kairosdb/kairosdb-client/milestone/1?closed=1