From 41557bfa5140d2f605f44ed32be70861975a002d Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Thu, 25 Jan 2018 11:07:36 -0800 Subject: [PATCH] Bump to 0.8.11 This release switches our internal telemetry from a Set aggregation to Sum, removing the reset to zero between flushes. In release mode cernan will wrap-around when the counters are fully saturated. Don't saturate your counters in debug mode. We also correct telemetry in the kinesis sink. * c6abe6bc :: Switch internal telemetry to Sum from Set * f50a892e :: Fixes Kinesis Internal Telem. on Batch Success 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 9ffe5091..16b09591 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" +version = "0.8.11" 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 c386b21b..589a6d33 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" +version = "0.8.11" [[bin]] name = "cernan"