Skip to content

Commit

Permalink
Update changelog for 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Civil committed Nov 22, 2020
1 parent d0105e4 commit 54a349a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,17 @@ Changes

CHANGELOG
---------
**WIP**
- [Fix] Warnings about duplicate functions when carbonapi starts.
**0.14.2**
- [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)
- [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`.
- [Feature] Resepct pixelRatio parameter from referer if not specified in request. (thx to @lomik)
- [Fix] Handling of maxBatchSize (maxGlobs) in config file. Respect overrides on backend level.
- [Fix] Warnings about duplicate functions when carbonapi starts.
- [Fix] Resulting tags in groupByTags are now correct (thx to @Felixoid)
- [Fix] Fix handling of requests that fetches data with different start/end times (thx to @Felixoid). Related to #526
- [Fix] Fix the way how `pow` function works with NaN in values (thx to @zhelyabuzhsky)
- [Fix] CSV format now produce dates in UTC (like in graphite-web) (thx to @jonasbleyl)
- [Fix] Fix from/util timestamp aligning in all moving* functions (thx to @Felixoid)

**0.14.1**
- [Feature] Implement `doMultipleRequestsIfSplit` config option which could be useful for go-carbon and huge requests (See #509)
Expand Down
2 changes: 2 additions & 0 deletions cmd/carbonapi/timeShift.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 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
resetEndDefaultValue: true

0 comments on commit 54a349a

Please sign in to comment.