Skip to content

Commit f7a5073

Browse files
committed
Update changelog for 0.15.3 release
1 parent 31bf91d commit f7a5073

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ Changes
1717

1818
CHANGELOG
1919
---------
20+
**0.15.3**
21+
- [Fix] Time parsing is now closer to how graphite do it
22+
- [Fix] Aggregation functions now scale input to common step (thx to @Felixoid)
23+
- [Fix] Fix the way how partialy retrived requests that had globs were handled
24+
- [Fix] Fix resolver to accept `0.0.0.0` and `[::]` as valid addresses for listeners
25+
- [Fix] Handling of unicode characters when common table is added.
26+
- [Fix] AlignVluaes in Prometheus and VictoriaMetrics backends shouldn't drop last value (thx to @limpasha)
27+
- [Fix] maxDataPoints should be passed to Prometheus and VictoriaMetrics\
28+
- [Fix] Various packaging problems (e.x. logrotate) (thx to @deniszh)
29+
- [Improvement] xFilesFactor support in SUmmarizeValues
30+
- [Improvement] Port functions that were implemented in avito's fork of carbonapi (aliasByHash, lowestMin, highestMin, integralWithReset and much more): https://github.com/go-graphite/carbonapi/commit/322dae560e1f4c79aa4b410cf3701c9c677c386b for the diff for COMPATIBILITY.md file
31+
- [Improvement] Refactor error handling (thx to @msaf1980)
32+
- [Improvement] Default systemd unit should drop privileges (thx to @deniszh)
33+
- [Improvement] Enable cairo support for docker images (thx to @deniszh)
2034

2135
**0.15.2**
2236
- [Fix] Honor isLeaf attribute in replies (makes possible to have metric called "metric.foo" and metric called "metric.foo.bar" and see both in find queries (thx to @tantra35)

0 commit comments

Comments
 (0)