You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,43 @@ Changes
17
17
18
18
CHANGELOG
19
19
---------
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)
22
57
23
58
**0.15.6**
24
59
-[Improvement] Significant improvement in sorting metrics from backends (thx to @Felixoid)
0 commit comments