Skip to content

Commit

Permalink
Cut 2.3.2.
Browse files Browse the repository at this point in the history
Thanks to everyone who helped with this one.
  • Loading branch information
manolama committed Dec 17, 2018
1 parent e106175 commit 54601d9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
OpenTSDB - User visible changes.

* Version 2.3.2 (2018-12-16)

Noteworthy Changes:
- A new Python wrapper script to make FSCK repair runs easier.
- Track performance in the Nagios/Icinga script
- Add a Contributions file.
- Add a config, 'tsd.core.bulk.allow_out_of_order_timestamps' to allow out of
order timestamps for bulk ingest.
- NOTE: This version also includes a JDK 8 compiled version of Jackson due to
security patches. If you need to run with an older JDK please replace the
Jackson JARs with older versions.

Bug Fixes:
- Unwrap NoSuchUniqueIds when writing data points to make it easier to understand
exceptions.
- Fix an NPE in the PutDataPointRpc class if a data point in the list is null.
- Fix a Makefile error in the clean portion.
- Fix an NPOE in the UIDManager print result.
- Fix a bug in the UI where Y formats may contain a percent sign.
- Allow specifying the data block encoding and TTL in the HBase table creation
script.
- Change the make and TSDB scripts to use relative paths.
- Fix parsing of `use_meta` from the URI for the search endpoint.
- Fix the clean cache script to be a bit more OS agnostic.

* Version 2.3.1 (2018-04-21)

Noteworthy Changes:
Expand Down
9 changes: 8 additions & 1 deletion THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ Bryan Zubrod <bzubrod@adknowledge.com>
Camden Narzt
Can Zhang
Carlos Devoto
Chaotian
Chris McClymont <chris@mcclymont.it>
Cristian Sechel
Christophe Furmaniak
Dave Barr <dave.barr@gmail.com>
Davide D Amico
Dfsklar
Eric Price
Ethan Wang
Filippo Giunchedi <fgiunchedi@gmail.com>
Gabriel Nicolas Avellaneda
GreatSnoopy
Guenther Schmuelling <schmuell@pepperdata.com>
Haiyang Jiang
Hari Krishna Dara
Expand All @@ -53,6 +56,7 @@ Jesse Chang <jesse.chang.2@gmail.com>
Jim Westfall
Johan Zeeck <johan.zeeck@tre.se>
Johannes Meixner
John Seekins
Jonathan Works <jonathan.works@threattrack.com>
Josh Thomas <josh@kickbackpoints.com>
Jsbali
Expand Down Expand Up @@ -84,6 +88,7 @@ Neil Fordyce
Nikhil Benesch <me@designbynikhil.com>
Nitin Aggarwal
Opsun
Qu Dong Fang
Paula Keezer <paula.keezer@gmail.com>
Peter Edwards
Peter Gotz <peter.s.goetz@googlemail.com>
Expand All @@ -108,6 +113,8 @@ Utkarsh Bhatnagar
Vasiliy Kiryanov <vasiliy.kiryanov@gmail.com>
Vitaliy Fuks
William Kronmiller
White Lilis
Xiayang
Yulai Fu
Zachary Kurey
Zachary Kurey
Zephyr Guo
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this library. If not, see <http://www.gnu.org/licenses/>.

# Semantic Versioning (see http://semver.org/).
AC_INIT([opentsdb], [2.3.1], [opentsdb@googlegroups.com])
AC_INIT([opentsdb], [2.3.2], [opentsdb@googlegroups.com])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])

Expand Down

0 comments on commit 54601d9

Please sign in to comment.