Skip to content

Commit 54a349a

Browse files
author
Vladimir Smirnov
committed
Update changelog for 0.14.2
1 parent d0105e4 commit 54a349a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,17 @@ Changes
1717

1818
CHANGELOG
1919
---------
20-
**WIP**
21-
- [Fix] Warnings about duplicate functions when carbonapi starts.
20+
**0.14.2**
2221
- [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)
2331

2432
**0.14.1**
2533
- [Feature] Implement `doMultipleRequestsIfSplit` config option which could be useful for go-carbon and huge requests (See #509)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 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
2+
resetEndDefaultValue: true

0 commit comments

Comments
 (0)