Skip to content

Commit d33d8a3

Browse files
author
Vladimir Smirnov
committed
Update changelog for 0.12.0
1 parent 84119c5 commit d33d8a3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGES.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,19 @@ Changes
1313

1414
CHANGELOG
1515
---------
16-
**0.12.0 (WIP)**
17-
- Add 'aggregate' function.
16+
**0.12.0**
17+
- Add support for Prometheus as Backend. This allows to use Prometheus-compatible software as carbonapi's backends (e.x. Prometheus and VictoriaMetrics)
18+
- Add support for querying msgpack-compatible backends. This should make carbonapi compatible with graphite-web 1.1 and [grafana/metrictank](https://github.com/grafana/metrictank)
19+
- **[Breaking][Code]** Migrate all internal structures to `github.com/go-graphite/protocol/carbonapi_v3_pb`. This removes redundant IsAbsent slice and changes all timestamps to int64 (they are still expected to have uint32 timestamps there)
20+
- **[Breaking][Improvement]** Integrate carbonzipper 1.0.0. This introduces better loadbalancing support, but significantly changes config file format. It might behave differently with the same settings. It also removes carbonzipper dependency.
21+
- [Improvement] seriesByTag Support (thx. to Vladimir Kolobaev)
22+
- [Improvement] aliasByTag Support (thx. to Vladimir Kolobaev)
23+
- [Improvement] Added support for more aggregation functions (thx. to Oleg Matrokhin)
24+
- [Improvement] Add 'aggregate' function.
25+
- [Improvement] pixelRatio for png render (thx. to Roman Lomonosov)
26+
- [Fix] Supported functions were updated to be more compatible with graphtie-web 1.1.0+
27+
- [Fix] fix movingXyz error on intervals greater than 30 days (thx. to Safronov Michail)
28+
- [Fix] Fix timeShift function (thx. to Gunnar Þór Magnússon)
1829

1930
**0.12.0-rc.1**
2031
- Fix panic when using Prometheus backend and query /tags/autoComplete/tags without parameters

0 commit comments

Comments
 (0)