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.