Skip to content

Commit 0f681b7

Browse files
committed
Cut the 2.5.0-RC1 Release.
1 parent 38cb8af commit 0f681b7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

NEWS

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
OpenTSDB - Changelog
2+
* Version 2.5.0RC1 (2024-12-12)
3+
4+
Noteworthy Changes:
5+
- Bump Jackson to 2.14.1 WARNING: The minimum JDK is now version 8 due to Jackson. (#2263)
6+
- Enhance range tests and regex and add better default for output validator (#2217)
7+
- Converting to using SystemD systemctl (#1515)
8+
- Status API, Start of a new HTTP API (#1742)
9+
- Allow end_time = start_time to be able to query and delete a single datapoint. (#2036)
10+
- Add support for splitting rollup queries (#1853)
11+
- ExplicitTags filtering with FuzzyFilters (#1896)
12+
- Add "check_tsd_v2" script (#1567)
13+
- Do PutDataPointRpc.GroupCB asynchronously (#1472)
14+
- Tag Normalization Plugin Support (#1525)
15+
16+
Bug Fixes:
17+
- Fix race condition in UID lookup (#2176)
18+
- Tighten up the regexes for Gnuplot URI params per multiple security reports. (#2272)
19+
- Trigger callback chain when reached limit. (#2204, #839)
20+
- Use ConcurrentHashMap when serializing tags. (#2282, #1055)
21+
- Test for null, avoid NPE (#2281, #2280)
22+
- Ensure we always add the {} for group_by filters, otherwise the non group_by filters act as group_by filters (#1697)
23+
- Added tracking of metrics which are null due to auto_metric being disabled Fixes (#786,#2042)
24+
- Fixed function description Fixes (#841,#2040)
25+
- Fix concurrent result reporting from scanners (#1753)
26+
- Fix SaltScanner race condition on spans maps (#1651)
27+
- Fix an edge case in TsdbQuery.getScanEndTimeSeconds() (#1581, #1582)
28+
- Fix a compilation error about missing FirstDifference (#1471)
29+
30+
Security Fixes:
31+
- Bump Logback version to patch CVE-2021-42550 (#2208, #2218)
32+
- Make sure the inputs are only plain ASCII printables first. Fixes CVE-2018-12972, CVE-2020-35476 (#2275)
33+
234
* Version 2.4.1 (2021-09-02)
335

436
Noteworthy Changes:

0 commit comments

Comments
 (0)