OpenTSDB v2.3.0.RC2 Release Notes

Release Date: 2016-10-08 // over 7 years ago
    • ๐Ÿ”– Version 2.3.0 RC2 (2016-10-08)

    Noteworthy Changes:

    • โž• Added a docker file and tool to build TSD docker containers (#871).
    • ๐ŸŒฒ Log X-Forwarded-For addresses when handling HTTP requests.
    • Expand aggregator options in the Nagios check script.
    • ๐Ÿ‘ Allow enabling or disabling the HTTP API or UI.
    • TSD will now exit when an unrecognized CLI param is passed.

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ‘Œ Improved ALPN version detection when using Google Bigtable.
    • ๐Ÿ›  Fix the DumpSeries class to support appended data point types.
    • ๐Ÿ›  Fix queries where groupby is set to false on all filters.
    • ๐Ÿ›  Fix a missing attribute in the Nagios check script (#728).
    • ๐Ÿ›  Fix a major security bug where requesting a PNG with certain URI params could execute code
      on the host (#793, #781).
    • Return a proper error code when dropping caches with the DELETE HTTP verb (#830).
    • ๐Ÿ›  Fix backwards compatibility with HBase 0.94 when using explicit tags by removing the
      fuzzy filter (#837).
    • ๐Ÿ›  Fix an RPM build issue when creating the GWT directory.