Kairosdb Versions Save

Fast scalable time series database

v0.9.5beta2

9 years ago

Fixed a bug in the new time zone sensitive aggregators.

This is a pre release for 1.0. Instead of releasing 0.9.5 this will be the 1.0 release.

Here is a list of fixes in this release https://github.com/kairosdb/kairosdb/issues?q=milestone%3A%220.9.5+Release%22+is%3Aclosed

v0.9.5beta1

9 years ago

All the major fixes/features are in for the 0.9.5 release. Please give it a test drive.

Here is a list of fixes in this release https://github.com/kairosdb/kairosdb/issues?q=milestone%3A%220.9.5+Release%22+is%3Aclosed

v0.9.4

9 years ago

New Features

  • Custom data support.
  • Built in support for string metric data.
  • HBase is no longer supported.
  • Added batch file for starting KairosDB under windows.
  • Now using Sphinx documentation.
  • Removed jars from code base (pulled in using Ivy).
  • Moved Pickle protocol handler into a plugin.
  • New logo.
  • Added sampler aggregator.
  • Added TTL for expiring data points.

Bug Fixes

  • Fixed CORS problem with submitting metrics and missing header in error messages.
  • Fixed parsing exception when submitting 0.000 for data.
  • Fixed locking problem in H2.
  • Fixed concurrent modification error in data cache.
  • Fixed word splitter to handle all white space characters.
  • Fixed null column error when invalid tags were sent.

v0.9.2

9 years ago

New Features

  • Graphite plaintext and pickle protocol handlers (ingest only).
  • Export single metric.
  • Moved logback file into conf
  • Export no longer uses cache - faster exports.
  • Added low memory check so large queries cannot run the system out of memory.

Bug Fixes

  • Fixed bug in UI where tag names and values are not retrieved correctly.
  • Fixed auto complete drop downs to limit the list size.
  • Fixed various UI bugs.
  • Fixed telnet handler to handle extra spaces in data.
  • Fixed queries to use less memory.

v0.9.3

9 years ago

New Features

  • Added additional information to json parsing errors.
  • Added save and export buttons in ui.
  • New framework for loading plugins.
  • Updated to Hector 1.1-4
  • Added Cassandra consistency levels to configuration.
  • Increased remote upload speed.
  • Improved json validation speed.
  • Added configurable row key cache for Cassandra.

Bug Fixes

  • Tag validation in pickle handler
  • Fixed bug with deleting query cache file