You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,19 @@ Changes
13
13
14
14
CHANGELOG
15
15
---------
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)
18
29
19
30
**0.12.0-rc.1**
20
31
- Fix panic when using Prometheus backend and query /tags/autoComplete/tags without parameters
0 commit comments