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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,17 @@ Changes
17
17
18
18
CHANGELOG
19
19
---------
20
-
**WIP**
21
-
-[Fix] Warnings about duplicate functions when carbonapi starts.
20
+
**0.14.2**
22
21
-[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
+
-[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`.
23
+
-[Feature] Resepct pixelRatio parameter from referer if not specified in request. (thx to @lomik)
24
+
-[Fix] Handling of maxBatchSize (maxGlobs) in config file. Respect overrides on backend level.
25
+
-[Fix] Warnings about duplicate functions when carbonapi starts.
26
+
-[Fix] Resulting tags in groupByTags are now correct (thx to @Felixoid)
27
+
-[Fix] Fix handling of requests that fetches data with different start/end times (thx to @Felixoid). Related to #526
28
+
-[Fix] Fix the way how `pow` function works with NaN in values (thx to @zhelyabuzhsky)
29
+
-[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)
23
31
24
32
**0.14.1**
25
33
-[Feature] Implement `doMultipleRequestsIfSplit` config option which could be useful for go-carbon and huge requests (See #509)
# graphite-web 1.1 assume resetEnd=true by default. However older versions of carbonapi didn't support that parameter which was equal to `false`. This forces graphite-web's behavior
0 commit comments