Skip to content

Commit 661001c

Browse files
author
Vladimir Smirnov
committed
Update changelog for 0.13.0-rc.1
1 parent edec3df commit 661001c

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

CHANGES.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,30 @@ Changes
1515

1616
CHANGELOG
1717
---------
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**
2919
- [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)
3222
- [Improvement] Implement noNullPoints query parameter. Works only with JSON as in graphite-web
3323
- [Improvement] For all SeriesLists functions, allow to specify default argument (thx to kolobaev@)
3424
- [Improvement] Add support for `round` function (thx to kolobaev@)
3525
- [Improvement] Add integralByInterval function (thx to faceair@)
3626
- [Improvement] Add sortBy function (thx to misiek08@)
3727
- [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@)
3839
- [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
3942

4043
**0.12.6**
4144

0 commit comments

Comments
 (0)