Skip to content

Commit

Permalink
Fix test for timeShift function to reflect current default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Civil committed Nov 22, 2020
1 parent 039613d commit 16578ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Changes

CHANGELOG
---------
**0.14.2.1**
- [Fix] Fix test for timeShift function. This doesn't affect the way how carbonapi works, just makes CI happy

**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`.
Expand All @@ -27,7 +30,7 @@ CHANGELOG
- [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)
- [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

0 comments on commit 16578ba

Please sign in to comment.