diff --git a/NEWS b/NEWS index 029a4d509a..d94c1df182 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ OpenTSDB - User visible changes. +* Version 2.1.4 (2016-02-14) + +Bug Fixes: + - Fix the meta table where the UID/TSMeta APIs were not sorting tags properly + prior to creating the row key, thus allowing for duplicates if the caller changed + the order of tags. + - Fix a situation where meta sync could hang forever if a routine threw an exception. + - Fix an NPE thrown when accessing the /logs endpoint if the Cyclic appender is not + enabled in the logback config. + - Remove an overly chatty log line in TSMeta on new time series creation. + * Version 2.1.3 (2015-11-11) Bug Fixes: diff --git a/configure.ac b/configure.ac index e953a43527..eccf64827d 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # along with this library. If not, see . # Semantic Versioning (see http://semver.org/). -AC_INIT([opentsdb], [2.1.3], [opentsdb@googlegroups.com]) +AC_INIT([opentsdb], [2.1.4], [opentsdb@googlegroups.com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign])