Skip to content

Commit 715e93c

Browse files
author
Vladimir Smirnov
committed
Update changelog
Update changelog with all the changes that happened since previous release
1 parent 5d1d832 commit 715e93c

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

CHANGES.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,43 @@ Changes
1717

1818
CHANGELOG
1919
---------
20-
**WIP**
21-
- [Improvement] Port `join` function from Avito carbonapi fork (https://github.com/el-yurchito/carbonapi/commit/bccdb90a90492314c18696eb4f064b818c5fff70 and https://github.com/el-yurchito/carbonapi/commit/47177771d60b7af0f5ac865634ecf3d1c3aa2802)
20+
**0.16.0 (WIP)**
21+
- [Improvement] Deprecate and remove carbonzipper binary (thx to @msaf1980)
22+
- [Improvement] Remove deprecated carbonsearch support
23+
- [Improvement] Refactor HTTP client (used to talk to databases) to properly do keepAlive and respect specified amount of connections
24+
- [Improvement] HTTP client should now support mTLS checking
25+
- [Improvement] Listeners now support TLS (including mTLS)
26+
- [Code] fix various panics in tags and use copy tags to avoid mutating input (thx to @npazosmendez)
27+
- [Feature] Port `join` function from Avito carbonapi fork (https://github.com/el-yurchito/carbonapi/commit/bccdb90a90492314c18696eb4f064b818c5fff70 and https://github.com/el-yurchito/carbonapi/commit/47177771d60b7af0f5ac865634ecf3d1c3aa2802)
28+
- [Feature] Implement exp() function (thx to @carrieedwards)
29+
- [Feature] Implement logit() function (thx to @carrieedwards)
30+
- [Feature] Implement unique() function (thx to @carrieedwards)
31+
- [Feature] Implement sinFunction() function (thx to @carrieedwards)
32+
- [Feature] Implement legendValue() function (thx to @carrieedwards)
33+
- [Feature] Implement aggregateWithWildcards() function (thx to @carrieedwards)
34+
- [Feature] Implement powSeries() function (thx to @leizor)
35+
- [Feature] Implement averageOutsidePercentile() function (thx to @carrieedwards)
36+
- [Feature] Implement sigmoid() function (thx to @carrieedwards)
37+
- [Feature] Support for xFilesFactor and setXFilesFactor (thx to @carrieedwards)
38+
- [Feature] Implement removeBetweenPercentile() function (thx to @carrieedwards)
39+
- [Feature] Implement identity() function (thx to @carrieedwards)
40+
- [Feature] Implement minMax() function (thx to @carrieedwards)
41+
- [Feature] Implement aggregateSeriesLists() function (thx to @leizor)
42+
- [Feature] Implement movingWindow() function (thx to @carrieedwards)
43+
- [Feature] Implement exponentialMovingAverage() function (thx to @carrieedwards)
44+
- [Feature] Implement verticalLine() function (thx to @leizor)
45+
- [Feature] Implement toLowerCase() function (thx to @carrieedwards)
46+
- [Feature] Implement toUpperCase() function (thx to @carrieedwards)
47+
- [Feature] Implement sumSeriesLists() function (thx to @carrieedwards)
48+
- [Feature] Implement compressPeriodicGaps() function (thx to @carrieedwards)
49+
- [Feature] Implement holtWintersConfidenceArea() function (thx to @carrieedwards)
50+
- [Fix] Numerous compatibility fixes for functions, mostly for graphite-web compatibility (thx to @carrieedwards and @npazosmendez, @msaf1980)
51+
- [Fix] Refactor scaling and re-aligning series (thx to @msaf1980)
52+
- [Fix] Fix logic that extracts names when metric name contains non-ascii characters (thx to @msaf1980)
53+
- [Fix] Parser now accepts escaped characters
54+
- [Fix] IronDB adjuststep logic now works properly
55+
- [Fix] Fix tag extractions in seriesByTag (thx to @msaf1980)
56+
- [Fix] Fix tag handling in nested functions (thx to @carrieedwards)
2257

2358
**0.15.6**
2459
- [Improvement] Significant improvement in sorting metrics from backends (thx to @Felixoid)

0 commit comments

Comments
 (0)