From ab877519484651de7cbba788a5b28ec7c204ecf7 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 6 Dec 2017 08:52:36 -0800 Subject: [PATCH] Bump to 0.8.5 This release adjusts the Elasticsearch sink to better handle timeouts and clear its internal buffer. Also, we now keep a long-lived sum/count for Prometheus sink Summaries, even despite the windowing. * 859ca8a9 :: Avoid catastrophic failure when an ES request times out (#356) * 071328cd :: Perform a linear search in ES buffer (#357) * 86f753c9 :: Introduce Telemetry override for 'count' and 'sample_sum' (#354) Signed-off-by: Brian L. Troutwine --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a64d73b6..b964f643 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cernan" -version = "0.8.5-pre" +version = "0.8.5" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chan-signal 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2f11d839..7609a7d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.8.5-pre" +version = "0.8.5" [[bin]] name = "cernan"