Skip to content

Commit

Permalink
Cut 2.3.0-RC1.
Browse files Browse the repository at this point in the history
Authors, News and Thanks update.
Thanks to everyone who made this release possible.
This marks a feature freeze, only bug fixes and minor tweaks till
the final cut.

Signed-off-by: Chris Larsen <[email protected]>
  • Loading branch information
manolama committed May 2, 2016
1 parent b085a72 commit 306603c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ Chris Larsen <[email protected]>
David Bainbridge <[email protected]>
Geoffrey Anderson <[email protected]>
Ion Savin <[email protected]>
Jonathan Creasy <[email protected]>
Nicholas Whitehead <[email protected]>
Will Moss <[email protected]>
19 changes: 14 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OpenTSDB - User visible changes.

* Version 2.3.0 RC1 (2016-03-28)
* Version 2.3.0 RC1 (2016-05-02)

Noteworthy Changes:
- Introduced option --max-connection/tsd.core.connections.limit to set the maximum number
Expand All @@ -13,15 +13,24 @@ Noteworthy Changes:
- Added MetaDataCache plugin api
- Added timeshift() function (#175)
- Now align downsampling to Gregorian Calendar (#548, #657)
- Added support for latest Java versions
- Added NONE aggregator
- Added None aggregator to fetch raw data along with first and last aggregators to
fetch only the first or last data points when downsampling.
- Added script to build OpenTSDB/HBase on OSX (#674)
- Added First/Last Downsampler
- Add cross-series expressions with mathematical operators using Jexl
- Added query epxressions (alias(), scale(), absolute(), movingAverage(), highestCurrent(),
highestMax(), timeShift(), divide(), sum(), difference(), multiply()) (#625)
- Add a Unique ID assignment filter API for enforcing UID assignment naming conventions.
- Add a whitelist regular expression based UID assignment filter
- Add a time series storage filter plugin API that allows processing time series data
and determining if it should be stored or not.
- Allow using OpenTSDB with Google's Bigtable cloud platform or with Apache Cassandra

Bug Fixes:
- Some improperly formatted timestamps were allowed (#724)
- removed stdout logging from packaged logback.xml files (#715)
- Removed stdout logging from packaged logback.xml files (#715)
- Restore the ability to create TSMeta objects via URI
- Restore raw data points (along with post-filtered data points) in query stats
- Built in UI will now properly display global annotations when the query string is passed
-
* Version 2.2.0 (2016-02-14)

Expand Down
10 changes: 10 additions & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ Adrien Mogenet <[email protected]>
Alex Ioffe <[email protected]>
Andre Pech
Andrey Stepachev <[email protected]>
Andy Flury
Anna Claiborne
Aravind Gottipati <[email protected]>
Arvind Jayaprakash <[email protected]>
Berk D. Demir <[email protected]>
Bikrant Neupane
Bryan Zubrod <[email protected]>
Camden Narzt
Can Zhang
Carlos Devoto
Chris McClymont <[email protected]>
Cristian Sechel
Christophe Furmaniak
Expand All @@ -28,7 +33,9 @@ Gabriel Nicolas Avellaneda
Guenther Schmuelling <[email protected]>
Hari Krishna Dara
Hong Dai Thanh
Hugo M Fernandes
Hugo Trippaers <[email protected]>
Isaiah Choe
Ivan Babrou
Jacek Masiulaniec <[email protected]>
Jari Takkala <[email protected]>
Expand All @@ -42,6 +49,7 @@ Johan Zeeck <[email protected]>
Johannes Meixner
Jonathan Works <[email protected]>
Josh Thomas <[email protected]>
Kevin Bowling
Kieren Hynd <[email protected]>
Kimoon Kim <[email protected]>
Kris Beevers <[email protected]>
Expand All @@ -65,6 +73,7 @@ Nikhil Benesch <[email protected]>
Nitin Aggarwal
Paula Keezer <[email protected]>
Peter Gotz <[email protected]>
Ping Yong
Pradeep Chhetri <[email protected]>
Rajesh G
Ryan Berdeen <[email protected]>
Expand All @@ -81,5 +90,6 @@ Tristan Colgate-McFarlane <[email protected]>
Tony Landells <[email protected]>
Utkarsh Bhatnagar
Vasiliy Kiryanov <[email protected]>
Vitaliy Fuks
Yulai Fu
Zachary Kurey
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2011-2012 The OpenTSDB Authors.
# Copyright (C) 2011-2016 The OpenTSDB Authors.
#
# This library is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand All @@ -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.0-SNAPSHOT], [[email protected]])
AC_INIT([opentsdb], [2.3.0-RC1], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])

Expand Down

0 comments on commit 306603c

Please sign in to comment.