Skip to content

Commit

Permalink
Update changelog for 0.15.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Civil committed May 23, 2021
1 parent 31bf91d commit f7a5073
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ Changes

CHANGELOG
---------
**0.15.3**
- [Fix] Time parsing is now closer to how graphite do it
- [Fix] Aggregation functions now scale input to common step (thx to @Felixoid)
- [Fix] Fix the way how partialy retrived requests that had globs were handled
- [Fix] Fix resolver to accept `0.0.0.0` and `[::]` as valid addresses for listeners
- [Fix] Handling of unicode characters when common table is added.
- [Fix] AlignVluaes in Prometheus and VictoriaMetrics backends shouldn't drop last value (thx to @limpasha)
- [Fix] maxDataPoints should be passed to Prometheus and VictoriaMetrics\
- [Fix] Various packaging problems (e.x. logrotate) (thx to @deniszh)
- [Improvement] xFilesFactor support in SUmmarizeValues
- [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
- [Improvement] Refactor error handling (thx to @msaf1980)
- [Improvement] Default systemd unit should drop privileges (thx to @deniszh)
- [Improvement] Enable cairo support for docker images (thx to @deniszh)

**0.15.2**
- [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)
Expand Down

0 comments on commit f7a5073

Please sign in to comment.