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
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,30 @@ Changes
15
15
16
16
CHANGELOG
17
17
---------
18
-
**0.13.0 (WIP)**
19
-
-**[Breaking]**[Code] Comment out support for gRPC backend type. It was never properly tested and likely need complete rework before it will be usable
20
-
-**[Breaking]**[Build] Minimum Supported golang version is 1.13.0
21
-
-[Fix] /render and /metrics/find URLs now works correctly for format=carbonapi\_v2\_pb (protov3) and for new format
22
-
-[Fix] Allow '%' in metric names
23
-
-[Fix] Zipper metrics
24
-
-[Fix] applyByNode - fix various incompatibilities with graphite-web (node starts with 1, some rewrite related issues, etc) (thx to faceair@)
25
-
-[Fix] Honor SendGlobAsIs and AlwaysSendGlobAsIs (important for pre-0.12 configs)
26
-
-[Fix] Fix panic in some cases when one of the metrics is missing
27
-
-[Fix] Compatbility fixes to useAboveSeries (now it's behavior matches graphite-web's)
28
-
-[Fix] Fix seriesList functions in case of unsorted responses (\*seriesList sorts denomniators and numerators first of all)
18
+
**0.13.0-rc.1**
29
19
-[Improvement] Redesign error handling and logging. Logging should be now less noisy and all error messages should contain better reasoning about error cause
30
-
-[Improvement] Move more of the logging messages to Debug level - that should make logs less noisy and still preserve ability to see detailed errors on Debug level
31
-
-[Improvement] Add a config parameter to disable tldCache (useful for clickhouse type backends)
20
+
-[Improvement] Move some of the logging messages to Debug level - that should make logs less noisy and still preserve ability to see detailed errors on Debug level
21
+
-[Improvement] Add a config parameter to disable tldCache (useful for clickhouse-based backends)
32
22
-[Improvement] Implement noNullPoints query parameter. Works only with JSON as in graphite-web
33
23
-[Improvement] For all SeriesLists functions, allow to specify default argument (thx to kolobaev@)
34
24
-[Improvement] Add support for `round` function (thx to kolobaev@)
35
25
-[Improvement] Add integralByInterval function (thx to faceair@)
36
26
-[Improvement] Add sortBy function (thx to misiek08@)
37
27
-[Improvement] Add smartSummarize function (thx to misiek08@)
28
+
-[Fix] /render and /metrics/find URLs now works correctly for format=carbonapi\_v2\_pb (protov3) and for new format (carbonapi as a carbonapi's backend)
29
+
-[Fix] Allow '%' in metric names
30
+
-[Fix] zipper metrics now exported again
31
+
-[Fix] applyByNode - fix various incompatibilities with graphite-web (node starts with 1, some rewrite related issues, etc) (thx to faceair@)
32
+
-[Fix] Honor SendGlobAsIs and AlwaysSendGlobAsIs (important for pre-0.12 configs)
33
+
-[Fix] Fix panic in some cases when one of the metrics is missing
34
+
-[Fix] Compatbility fixes to useAboveSeries (now it's behavior matches graphite-web's)
35
+
-[Fix] Fix seriesList functions in case of unsorted responses (\*seriesList sorts denomniators and numerators first of all)
36
+
-[Fix] Fix pprof endpoint routing (thx to faceair@)
37
+
-[Fix] Various fixes around error handling (thx to faceair@)
38
+
-[Fix] Avoid multiple requests for time moving based functions (thx to faceair@)
38
39
-[Code] Make linters much more happier about the code (thx to faceair@ for contribution)
40
+
-**[Breaking]**[Code] Comment out support for gRPC backend type. It was never properly tested and likely need complete rework before it will be usable
41
+
-**[Breaking]**[Build] Minimum Supported golang version is 1.13.0
0 commit comments