Skip to content

Commit ddfc2e7

Browse files
authored
Fix changelog order to be CFEB (#5223)
[CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX] Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
1 parent cd90039 commit ddfc2e7

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

CHANGELOG.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,21 @@
88
* [CHANGE] Tracing: Use the default OTEL trace sampler when `-tracing.otel.exporter-type` is set to `awsxray`. #5141
99
* [CHANGE] Ingester partial error log line to debug level. #5192
1010
* [CHANGE] Change HTTP status code from 503/422 to 499 if a request is canceled. #5220
11-
* [ENHANCEMENT] Update Go version to 1.19.3. #4988
11+
* [FEATURE] Querier/Query Frontend: support Prometheus /api/v1/status/buildinfo API. #4978
12+
* [FEATURE] Ingester: Add active series to all_user_stats page. #4972
13+
* [FEATURE] Ingester: Added `-blocks-storage.tsdb.head-chunks-write-queue-size` allowing to configure the size of the in-memory queue used before flushing chunks to the disk . #5000
14+
* [FEATURE] Query Frontend: Log query params in query frontend even if error happens. #5005
15+
* [FEATURE] Ingester: Enable snapshotting of In-memory TSDB on disk during shutdown via `-blocks-storage.tsdb.memory-snapshot-on-shutdown`. #5011
16+
* [FEATURE] Query Frontend/Scheduler: Add a new counter metric `cortex_request_queue_requests_total` for total requests going to queue. #5030
17+
* [FEATURE] Build ARM docker images. #5041
18+
* [FEATURE] Query-frontend/Querier: Create spans to measure time to merge promql responses. #5041
19+
* [FEATURE] Querier/Ruler: Support the new thanos promql engine. This is an experimental feature and might change in the future. #5093
20+
* [FEATURE] Added zstd as an option for grpc compression #5092
21+
* [FEATURE] Ring: Add new kv store option `dynamodb`. #5026
22+
* [FEATURE] Cache: Support redis as backend for caching bucket and index cache. #5057
23+
* [FEATURE] Querier/Store-Gateway: Added `-blocks-storage.bucket-store.ignore-blocks-within` allowing to filter out the recently created blocks from being synced by queriers and store-gateways. #5166
24+
* [FEATURE] AlertManager/Ruler: Added support for `keep_firing_for` on alerting rulers.
25+
* [FEATURE] Alertmanager: Add support for time_intervals. #5102
1226
* [ENHANCEMENT] Querier: limit series query to only ingesters if `start` param is not specified. #4976
1327
* [ENHANCEMENT] Query-frontend/scheduler: add a new limit `frontend.max-outstanding-requests-per-tenant` for configuring queue size per tenant. Started deprecating two flags `-query-scheduler.max-outstanding-requests-per-tenant` and `-querier.max-outstanding-requests-per-tenant`, and change their value default to 0. Now if both the old flag and new flag are specified, the old flag's queue size will be picked. #5005
1428
* [ENHANCEMENT] Query-tee: Add `/api/v1/query_exemplars` API endpoint support. #5010
@@ -25,20 +39,6 @@
2539
* [ENHANCEMENT] Distributor: Reuse byte slices when serializing requests from distributors to ingesters. #5193
2640
* [ENHANCEMENT] Query Frontend: Add number of chunks and samples fetched in query stats. #5198
2741
* [ENHANCEMENT] Implement grpc.Compressor.DecompressedSize for snappy to optimize memory allocations. #5213
28-
* [FEATURE] Querier/Query Frontend: support Prometheus /api/v1/status/buildinfo API. #4978
29-
* [FEATURE] Ingester: Add active series to all_user_stats page. #4972
30-
* [FEATURE] Ingester: Added `-blocks-storage.tsdb.head-chunks-write-queue-size` allowing to configure the size of the in-memory queue used before flushing chunks to the disk . #5000
31-
* [FEATURE] Query Frontend: Log query params in query frontend even if error happens. #5005
32-
* [FEATURE] Ingester: Enable snapshotting of In-memory TSDB on disk during shutdown via `-blocks-storage.tsdb.memory-snapshot-on-shutdown`. #5011
33-
* [FEATURE] Query Frontend/Scheduler: Add a new counter metric `cortex_request_queue_requests_total` for total requests going to queue. #5030
34-
* [FEATURE] Build ARM docker images. #5041
35-
* [FEATURE] Query-frontend/Querier: Create spans to measure time to merge promql responses. #5041
36-
* [FEATURE] Querier/Ruler: Support the new thanos promql engine. This is an experimental feature and might change in the future. #5093
37-
* [FEATURE] Added zstd as an option for grpc compression #5092
38-
* [FEATURE] Ring: Add new kv store option `dynamodb`. #5026
39-
* [FEATURE] Cache: Support redis as backend for caching bucket and index cache. #5057
40-
* [FEATURE] Querier/Store-Gateway: Added `-blocks-storage.bucket-store.ignore-blocks-within` allowing to filter out the recently created blocks from being synced by queriers and store-gateways. #5166
41-
* [FEATURE] AlertManager/Ruler: Added support for `keep_firing_for` on alerting rulers.
4242
* [BUGFIX] Updated `golang.org/x/net` dependency to fix CVE-2022-27664. #5008
4343
* [BUGFIX] Fix panic when otel and xray tracing is enabled. #5044
4444
* [BUGFIX] Fixed no compact block got grouped in shuffle sharding grouper. #5055
@@ -51,7 +51,6 @@
5151
* [BUGFIX] Querier: Fix `/api/v1/series` returning 5XX instead of 4XX when limits are hit. #5169
5252
* [BUGFIX] Compactor: Fix issue that shuffle sharding planner return error if block is under visit by other compactor. #5188
5353
* [BUGFIX] Fix S3 BucketWithRetries upload empty content issue #5217
54-
* [FEATURE] Alertmanager: Add support for time_intervals. #5102
5554
* [BUGFIX] Query Frontend: Disable `absent`, `absent_over_time` and `scalar` for vertical sharding. #5221
5655

5756
## 1.14.0 2022-12-02
@@ -111,7 +110,6 @@
111110
* [FEATURE] QueryFrontend: Support vertical sharding for subqueries. #4955
112111
* [FEATURE] Querier: Added a new limit `-querier.max-fetched-data-bytes-per-query` allowing to limit the maximum size of all data in bytes that a query can fetch from each ingester and storage. #4854
113112
* [FEATURE] Added 2 flags `-alertmanager.alertmanager-client.grpc-compression` and `-querier.store-gateway-client.grpc-compression` to configure compression methods for grpc clients. #4889
114-
* [BUGFIX] Storage/Bucket: Enable AWS SDK for go authentication for s3 to fix IMDSv1 authentication. #4897
115113
* [ENHANCEMENT] AlertManager: Retrying AlertManager Get Requests (Get Alertmanager status, Get Alertmanager Receivers) on next replica on error #4840
116114
* [ENHANCEMENT] Querier/Ruler: Retry store-gateway in case of unexpected failure, instead of failing the query. #4532 #4839
117115
* [ENHANCEMENT] Ring: DoBatch prioritize 4xx errors when failing. #4783
@@ -122,6 +120,7 @@
122120
* [ENHANCEMENT] Enhance traces with hostname information. #4898
123121
* [ENHANCEMENT] Improve the documentation around limits. #4905
124122
* [ENHANCEMENT] Distributor: cache user overrides to reduce lock contention. #4904
123+
* [BUGFIX] Storage/Bucket: Enable AWS SDK for go authentication for s3 to fix IMDSv1 authentication. #4897
125124
* [BUGFIX] Memberlist: Add join with no retrying when starting service. #4804
126125
* [BUGFIX] Ruler: Fix /ruler/rule_groups returns YAML with extra fields. #4767
127126
* [BUGFIX] Respecting `-tracing.otel.sample-ratio` configuration when enabling OpenTelemetry tracing with X-ray. #4862

0 commit comments

Comments
 (0)