|
1 | 1 | OpenTSDB - User visible changes. |
2 | 2 |
|
| 3 | +* Version 2.3.0 RC2 (2016-10-08) |
| 4 | + |
| 5 | +Noteworthy Changes: |
| 6 | + - Added a docker file and tool to build TSD docker containers (#871). |
| 7 | + - Log X-Forwarded-For addresses when handling HTTP requests. |
| 8 | + - Expand aggregator options in the Nagios check script. |
| 9 | + - Allow enabling or disabling the HTTP API or UI. |
| 10 | + - TSD will now exit when an unrecognized CLI param is passed. |
| 11 | + |
| 12 | +Bug Fixes: |
| 13 | + - Improved ALPN version detection when using Google Bigtable. |
| 14 | + - Fix the DumpSeries class to support appended data point types. |
| 15 | + - Fix queries where groupby is set to false on all filters. |
| 16 | + - Fix a missing attribute in the Nagios check script (#728). |
| 17 | + - Fix a major security bug where requesting a PNG with certain URI params could execute code |
| 18 | + on the host (#793, #781). |
| 19 | + - Return a proper error code when dropping caches with the DELETE HTTP verb (#830). |
| 20 | + - Fix backwards compatibility with HBase 0.94 when using explicit tags by removing the |
| 21 | + fuzzy filter (#837). |
| 22 | + - Fix an RPM build issue when creating the GWT directory. |
| 23 | + |
3 | 24 | * Version 2.3.0 RC1 (2016-05-02) |
4 | 25 |
|
5 | 26 | Noteworthy Changes: |
@@ -31,7 +52,27 @@ Bug Fixes: |
31 | 52 | - Restore the ability to create TSMeta objects via URI |
32 | 53 | - Restore raw data points (along with post-filtered data points) in query stats |
33 | 54 | - Built in UI will now properly display global annotations when the query string is passed |
34 | | - - |
| 55 | + |
| 56 | +Noteworthy Changes: |
| 57 | + - Improve metadata storage performance by removing an extra getFromStorage() call. |
| 58 | + - Add global Annotations to the gnuplot graphs (#773) |
| 59 | + - Allow creation of a TSMeta object without a TSUID (#778) |
| 60 | + - Move to AsyncHBase 1.7.2 |
| 61 | + |
| 62 | +Bug Fixes: |
| 63 | + - Fix Python scripts to use the environment directory. |
| 64 | + - Fix config name for "tsd.network.keep_alive" in included config files. |
| 65 | + - Fix an issue with the filter metric and tag resolution chain during queries. |
| 66 | + - Fix an issue with malformed, double dotted timestamps (#724). |
| 67 | + - Fix an issue with tag filters where we need a copy before modifying the list. |
| 68 | + - Fix comments in the config file around TCP no delay settings. |
| 69 | + - Fix some query stats calculations around averaging and estimating the number |
| 70 | + of data points (#784). |
| 71 | + - Clean out old .SWO files (#821) |
| 72 | + - Fix a live-lock situation when performing regular expression or wildcard queries (#823). |
| 73 | + - Change the static file path for the HTTP API to be relative (#857). |
| 74 | + - Fix an issue where the GUI could flicker when two or more tag filters were set (#708). |
| 75 | + |
35 | 76 | * Version 2.2.0 (2016-02-14) |
36 | 77 |
|
37 | 78 | Noteworthy Changes |
|
0 commit comments