Skip to content

Releases: kairosdb/kairosdb-client

3.1.0

22 Mar 22:40
Compare
Choose a tag to compare

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

Full Changelog: 3.0.1...3.1.0

3.0.1 Release

22 Apr 01:44
Compare
Choose a tag to compare

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

14 Aug 19:24
Compare
Choose a tag to compare

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

30 May 16:34
Compare
Choose a tag to compare

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

04 Mar 21:43
Compare
Choose a tag to compare