Skip to content

Commit 6cae366

Browse files
committed
Release 0.4
Signed-off-by: Tom Wilkie <[email protected]>
1 parent 196c78a commit 6cae366

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## master / unreleased
44

5+
## 0.4.0 / 2019-11-16
6+
57
* [CHANGE] The frontend component has been refactored to be easier to re-use. When upgrading the frontend, cache entries will be discarded and re-created with the new protobuf schema. #1734
6-
* [CHANGE] Remove direct DB/API access from the ruler
8+
* [CHANGE] Removed direct DB/API access from the ruler. #1579
79
* [CHANGE] Removed `Delta` encoding. Any old chunks with `Delta` encoding cannot be read anymore. If `ingester.chunk-encoding` is set to `Delta` the ingester will fail to start. #1706
810
* [CHANGE] Setting `-ingester.max-transfer-retries` to 0 now disables hand-over when ingester is shutting down. Previously, zero meant infinite number of attempts. #1771
911
* [CHANGE] `dynamo` has been removed as a valid storage name to make it consistent for all components. `aws` and `aws-dynamo` remain as valid storage names.
@@ -13,17 +15,29 @@
1315
* Requires `-distributor.replication-factor` and `-distributor.shard-by-all-labels` set for the ingesters too
1416
* [FEATURE] Flush chunks with stale markers early with `ingester.max-stale-chunk-idle`. #1759
1517
* [FEATURE] EXPERIMENTAL: Added new KV Store backend based on memberlist library. Components can gossip about tokens and ingester states, instead of using Consul or Etcd. #1721
18+
* [FEATURE] EXPERIMENTAL: Use TSDB in the ingesters & flush blocks to S3/GCS ala Thanos. #1695
1619
* [FEATURE] Allow Query Frontend to log slow queries with `frontend.log-queries-longer-than`. #1744
1720
* [FEATURE] The frontend split and cache intervals can now be configured using the respective flag `--querier.split-queries-by-interval` and `--frontend.cache-split-interval`.
1821
* If `--querier.split-queries-by-interval` is not provided request splitting is disabled by default.
1922
* __`--querier.split-queries-by-day` is still accepted for backward compatibility but has been deprecated. You should now use `--querier.split-queries-by-interval`. We recommend a to use a multiple of 24 hours.__
23+
* [FEATURE] Add HTTP handler to trigger ingester flush & shutdown - used when running as a stateful set with the WAL enabled. #1746
2024
* [ENHANCEMENT] Allocation improvements in adding samples to Chunk. #1706
2125
* [ENHANCEMENT] Consul client now follows recommended practices for blocking queries wrt returned Index value. #1708
2226
* [ENHANCEMENT] Consul client can optionally rate-limit itself during Watch (used e.g. by ring watchers) and WatchPrefix (used by HA feature) operations. Rate limiting is disabled by default. New flags added: `--consul.watch-rate-limit`, and `--consul.watch-burst-size`. #1708
2327
* [ENHANCEMENT] Added jitter to HA deduping heartbeats, configure using `distributor.ha-tracker.update-timeout-jitter-max` #1534
2428
* [ENHANCEMENT] Allocation improvements in adding samples to Chunk. #1706
2529
* [ENHANCEMENT] Consul client now follows recommended practices for blocking queries wrt returned Index value. #1708
2630
* [ENHANCEMENT] Consul client can optionally rate-limit itself during Watch (used e.g. by ring watchers) and WatchPrefix (used by HA feature) operations. Rate limiting is disabled by default. New flags added: `--consul.watch-rate-limit`, and `--consul.watch-burst-size`. #1708
31+
* [ENHANCEMENT] Allow specification of custom interval for splitting and caching frontend requests. #1761
32+
* [ENHANCEMENT] KV store metrics report accurate HTTP error codes. #1798
33+
* [ENHANCEMENT] Add ability to flush chunks with stale markers early. #1759
34+
* [BUGFIX] Fix bug where duplicate labels can be returned through metadata APIs. #1790
35+
* [BUGFIX] Fix reading of old, v3 chunk data. #1779
36+
37+
In this release we updated the following dependencies:
38+
- gRPC v1.25.0
39+
- jaeger-client v2.20.0
40+
- aws-sdk-go to v1.25.22
2741

2842
## 0.3.0 / 2019-10-11
2943

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

0 commit comments

Comments
 (0)