Skip to content

Commit 16578ba

Browse files
author
Vladimir Smirnov
committed
Fix test for timeShift function to reflect current default value
1 parent 039613d commit 16578ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Changes
1717

1818
CHANGELOG
1919
---------
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+
2023
**0.14.2**
2124
- [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)
2225
- [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
2730
- [Fix] Fix handling of requests that fetches data with different start/end times (thx to @Felixoid). Related to #526
2831
- [Fix] Fix the way how `pow` function works with NaN in values (thx to @zhelyabuzhsky)
2932
- [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)
3134

3235
**0.14.1**
3336
- [Feature] Implement `doMultipleRequestsIfSplit` config option which could be useful for go-carbon and huge requests (See #509)

0 commit comments

Comments
 (0)