Skip to content

Commit 2ec0b33

Browse files
committed
Cut release 2.3.0RC2
1 parent c4b4679 commit 2ec0b33

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

NEWS

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
OpenTSDB - User visible changes.
22

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+
324
* Version 2.3.0 RC1 (2016-05-02)
425

526
Noteworthy Changes:
@@ -31,7 +52,27 @@ Bug Fixes:
3152
- Restore the ability to create TSMeta objects via URI
3253
- Restore raw data points (along with post-filtered data points) in query stats
3354
- 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+
3576
* Version 2.2.0 (2016-02-14)
3677

3778
Noteworthy Changes

THANKS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Cristian Sechel
2828
Christophe Furmaniak
2929
Dave Barr <[email protected]>
3030
Davide D Amico
31+
Dfsklar
32+
Ethan Wang
3133
Filippo Giunchedi <[email protected]>
3234
Gabriel Nicolas Avellaneda
3335
Guenther Schmuelling <[email protected]>
@@ -50,11 +52,13 @@ Johannes Meixner
5052
Jonathan Works <[email protected]>
5153
Josh Thomas <[email protected]>
5254
Kevin Bowling
55+
Kevin Landreth
5356
Kieren Hynd <[email protected]>
5457
Kimoon Kim <[email protected]>
5558
Kris Beevers <[email protected]>
5659
Kyle Brandt
5760
Lex Herbert <[email protected]>
61+
Li Zhe
5862
Liangliang He <[email protected]>
5963
Liu Yubao
6064
Loïs Burg <[email protected]>
@@ -64,6 +68,7 @@ Matt Schallert <[email protected]>
6468
Marc Tamsky
6569
Mark Smith <[email protected]>
6670
Martin Jansen <[email protected]>
71+
Max Meng
6772
Michal Kimle
6873
Mike Bryant <[email protected]>
6974
Mike Kobyakov <[email protected]>
@@ -73,6 +78,7 @@ Nikhil Benesch <[email protected]>
7378
Nitin Aggarwal
7479
Paula Keezer <[email protected]>
7580
Peter Gotz <[email protected]>
81+
Peter Edwards
7682
Ping Yong
7783
Pradeep Chhetri <[email protected]>
7884
Rajesh G

0 commit comments

Comments
 (0)