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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ Changes
17
17
18
18
CHANGELOG
19
19
---------
20
+
**0.14.2.1**
21
+
-[Fix] Fix test for timeShift function. This doesn't affect the way how carbonapi works, just makes CI happy
22
+
20
23
**0.14.2**
21
24
-[Feature] Separate backend protocol for VictoriaMetrics. Based on prometheus protocol (and share some of it's code), but uses some of VM-specific features to improve performance for /metrics/find queries (Related to #521)
22
25
-[Feature] timeShift function supports `resetEnd` parameter (thx to @faceair). Current default is set to `false` to match carbonapi behavior, however in 0.15.0 it will be changed to `true`.
@@ -27,7 +30,7 @@ CHANGELOG
27
30
-[Fix] Fix handling of requests that fetches data with different start/end times (thx to @Felixoid). Related to #526
28
31
-[Fix] Fix the way how `pow` function works with NaN in values (thx to @zhelyabuzhsky)
29
32
-[Fix] CSV format now produce dates in UTC (like in graphite-web) (thx to @jonasbleyl)
30
-
-[Fix] Fix from/util timestamp aligning in all moving* functions (thx to @Felixoid)
33
+
-[Fix] Fix from/util timestamp aligning in all `moving*` functions (thx to @Felixoid)
31
34
32
35
**0.14.1**
33
36
-[Feature] Implement `doMultipleRequestsIfSplit` config option which could be useful for go-carbon and huge requests (See #509)
0 commit comments