|
1 | 1 | ## Changelog
|
2 | 2 | ##### master
|
| 3 | + |
| 4 | +##### version 0.17.0 |
3 | 5 | * Make empty results ok #453
|
4 | 6 | * carbonserver: /list_query?leaft_only=true and /admin/info?scopes=config #454
|
5 | 7 | * Makefile: revert .SHELLFLAGS changes #456
|
|
10 | 12 | * refactoring `persiter.oooDiscardedPoints` metric #TBD
|
11 | 13 | * __Online Schema/Aggregation Migration__ #438
|
12 | 14 | * tool/persister_configs_differ and -check-policies flag in go-carbon #438
|
| 15 | +* Make empty results ok by @jdblack in https://github.com/go-graphite/go-carbon/pull/ |
| 16 | +* carbonserver: /list_query?leaft_only=true and /admin/info?scopes=config by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/454 |
| 17 | +* Makefile: revert .SHELLFLAGS changes by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/456 |
| 18 | +* Upgrade to go-1.18 by @emadolsky in https://github.com/go-graphite/go-carbon/pull/460 |
| 19 | +* Removing DockerHub upload by @deniszh in https://github.com/go-graphite/go-carbon/pull/461 |
| 20 | +* Introducing `persiter.oooDiscardedPoints` metric by @deniszh in https://github.com/go-graphite/go-carbon/pull/463 |
| 21 | +* Fixing OOO discard metric overflow by @deniszh in https://github.com/go-graphite/go-carbon/pull/464 |
| 22 | +* Refactoring persiter.oooDiscardedPoints metric by @deniszh in https://github.com/go-graphite/go-carbon/pull/465 |
| 23 | +* persister: online schema migration by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/438 |
| 24 | +* quota: throughput racy enforcement bug fixes by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/467 |
| 25 | +* carbonserver: introducing request-timeout, heavy-glob-query-rate-limiters and api-per-path-rate-limiters for read traffic regulation by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/469 |
| 26 | +* quota: add two unit tests for proper enforcement by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/468 |
| 27 | +* carbonserver: introduce file list cache v2 by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/470 |
| 28 | +* persister: update go-whisper for cwhisper appendToBlockAndRotate bug fix by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/478 |
| 29 | +* protocol: upgrade to the latest version by @bom-d-van in https://github.com/go-graphite/go-carbon/pull/472 |
| 30 | +* CarbonV2 gRPC streaming render by @emadolsky in https://github.com/go-graphite/go-carbon/pull/476 |
| 31 | +* Docker build from local copy, expands /var/lib/graphite/ paths in Doc… by @flucrezia in https://github.com/go-graphite/go-carbon/pull/481 |
| 32 | +* Add stats for find and render requests by @auguzun in https://github.com/go-graphite/go-carbon/pull/482 |
| 33 | +* Fixing panic in carbonserver by @deniszh in https://github.com/go-graphite/go-carbon/pull/485 |
| 34 | +* gRPC interceptors by @emadolsky in https://github.com/go-graphite/go-carbon/pull/483 |
| 35 | +* Proper enrichFromCache panic fix and go-whisper upgrade by @deniszh in https://github.com/go-graphite/go-carbon/pull/486 |
| 36 | +* add into access log "complexity" of find request by @enuret in https://github.com/go-graphite/go-carbon/pull/487 |
| 37 | +* Find grpc by @emadolsky in https://github.com/go-graphite/go-carbon/pull/488 |
| 38 | +* Info grpc by @emadolsky in https://github.com/go-graphite/go-carbon/pull/489 |
| 39 | +* Add gRPC metadata for getting carbonapi_uuid by @emadolsky in https://github.com/go-graphite/go-carbon/pull/490 |
| 40 | +* Factor for physical size for sparse mode. For sparse mode I added config variable which applies to logical size… by @auguzun in https://github.com/go-graphite/go-carbon/pull/491 |
| 41 | +* Add simple cache for grpc render by @emadolsky in https://github.com/go-graphite/go-carbon/pull/492 |
| 42 | +* Fixed a bug with trie index recreation from the cache by @auguzun in https://github.com/go-graphite/go-carbon/pull/493 |
| 43 | +* Reduce useless logs by @emadolsky in https://github.com/go-graphite/go-carbon/pull/495 |
| 44 | +* Fix deepsource issues by @emadolsky in https://github.com/go-graphite/go-carbon/pull/496 |
| 45 | +* Fix carbonserver Stat() from resetting the value of max-inflight-requests to zero by @jmeichle in https://github.com/go-graphite/go-carbon/pull/497 |
| 46 | +* Add 'streaming-query-cache-enabled' config param by @emadolsky in https://github.com/go-graphite/go-carbon/pull/498 |
| 47 | +* Solved problem with different number of metrics in trie index and on disk by @auguzun in https://github.com/go-graphite/go-carbon/pull/499 |
| 48 | +* carbonserver: fix a cache hit bug by @cxfcxf in https://github.com/go-graphite/go-carbon/pull/494 |
| 49 | +* Revert "Solved problem with different number of metrics in trie index and on disk" by @auguzun in https://github.com/go-graphite/go-carbon/pull/500 |
| 50 | +* Fixed the problem with different number of metrics in trie index and on disk by @auguzun in https://github.com/go-graphite/go-carbon/pull/501 |
| 51 | +* Removed metric newMetricCount by @auguzun in https://github.com/go-graphite/go-carbon/pull/502 |
| 52 | +* Fix request duration bucket metrics naming by @emadolsky in https://github.com/go-graphite/go-carbon/pull/503 |
| 53 | +* Calculate and add fetch size in gRPC render by @emadolsky in https://github.com/go-graphite/go-carbon/pull/508 |
| 54 | +* Add carbonserver render tracing by @emadolsky in https://github.com/go-graphite/go-carbon/pull/509 |
| 55 | +* Add stats to render trace logs by @emadolsky in https://github.com/go-graphite/go-carbon/pull/510 |
| 56 | +* Add keepalive server parameters & enforcements by @emadolsky in https://github.com/go-graphite/go-carbon/pull/511 |
| 57 | +* Don't use find cache for not founds in grpc by @emadolsky in https://github.com/go-graphite/go-carbon/pull/512 |
| 58 | +* Add gRPC gzip compression to carbonserver by @emadolsky in https://github.com/go-graphite/go-carbon/pull/513 |
| 59 | +* Add gRPC initial win size of 4MB for less latency by @emadolsky in https://github.com/go-graphite/go-carbon/pull/514 |
| 60 | +* Use find cache for glob expansion in grpc render by @emadolsky in https://github.com/go-graphite/go-carbon/pull/516 |
| 61 | +* Fixed index panic during metric fetch on corrupt file by @auguzun in https://github.com/go-graphite/go-carbon/pull/519 |
| 62 | +* optimisation(carbonserver): separate grpc expandedGlobsCache from findCache into a separate one, and restore response caching in findCache; and use expandedGlobsCache in http find/render by @timtofan in https://github.com/go-graphite/go-carbon/pull/520 |
| 63 | +* fix(carbonserver): find http/grpc - fix metrics_found metric by @timtofan in https://github.com/go-graphite/go-carbon/pull/521 |
| 64 | +* cleanup: remove <requestType>Errors metrics in favour of status_codes.* ones as more reliable by @timtofan in https://github.com/go-graphite/go-carbon/pull/523 |
| 65 | +* Use intermediate chan to expedite gRPC render cache by @emadolsky in https://github.com/go-graphite/go-carbon/pull/522 |
| 66 | +* Decrease gRPC streaming channel size by @emadolsky in https://github.com/go-graphite/go-carbon/pull/524 |
| 67 | +* Limit streaming channel size dynamically for gRPC render by @emadolsky in https://github.com/go-graphite/go-carbon/pull/526 |
| 68 | +* added dockerfile.debug and enabled carbonserver in test config by @timtofan in https://github.com/go-graphite/go-carbon/pull/527 |
| 69 | +* fix(carbonserver): find - cache http404 responses, as render handler does by @timtofan in https://github.com/go-graphite/go-carbon/pull/528 |
| 70 | +* fix(carbonserver): grpc find - avoid unnecessary glob expansions upon responseCache hit by @timtofan in https://github.com/go-graphite/go-carbon/pull/529 |
| 71 | +* find - rename stat metrics_found to metrics_found_without_response_cache to clarify its meaning by @timtofan in https://github.com/go-graphite/go-carbon/pull/530 |
| 72 | +* find - rename stat metrics_found_without_response_cache to find_metrics_found_without_response_cache to denote that it's only for find handler by @timtofan in https://github.com/go-graphite/go-carbon/pull/531 |
| 73 | +* Fix uninitialized render stream chan on cached res by @emadolsky in https://github.com/go-graphite/go-carbon/pull/532 |
| 74 | +* fix(find): in http set ErrNotFound in codepath when findCache is disabled; in grpc exit early if expandGlobs failed by @timtofan in https://github.com/go-graphite/go-carbon/pull/533 |
| 75 | +* added metric for ooo lag for each datapoint by @auguzun in https://github.com/go-graphite/go-carbon/pull/534 |
| 76 | +* Bump github.com/prometheus/client_golang from 0.9.1 to 1.11.1 by @dependabot in https://github.com/go-graphite/go-carbon/pull/536 |
13 | 77 |
|
14 | 78 | ##### version 0.16.2
|
15 | 79 | * Another attempt to fix issues with release upload #449
|
|
0 commit comments