From d8df212c9175b9e639fd29104cddb5f480f52759 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 22 Jan 2018 12:02:17 -0800 Subject: [PATCH] Bump to 0.8.10 This release improves warnings around truncation of bin_width when flush_interval is lower than bin_width for a given sink. The native source will no longer space explode if the far-side does something goofy, panics have been removed in the statsd/tcp sources and kinesis is now more durable to errors. * d0bb60b0 :: Warn if Wavefront bin_width > flush_interval * 0f4756b6 :: Resolve space explosion in the native source * 44fcabc7 :: Removes Undesirable Panics From statsd/tcp Sources * 8c3084fc :: Improves Durability of Kinesis Sink. Signed-off-by: Brian L. Troutwine --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de8b7396..9ffe5091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cernan" -version = "0.8.10-pre" +version = "0.8.10" dependencies = [ "base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 74bdc080..c386b21b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.8.10-pre" +version = "0.8.10" [[bin]] name = "cernan" @@ -75,4 +75,4 @@ harness = false [[bench]] name = "protocols_graphite" -harness = false \ No newline at end of file +harness = false