From b57242983cadf02bc8cd3f7f546183228fc44135 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Wed, 28 Feb 2018 14:10:38 -0800 Subject: [PATCH] Bump to 0.8.14 This release contains a host of small fixes to cernan. The wavefront sink live-stall is, we believe, addressed. We also no longer emit Elasticsearch debug messages at error level, which turned out to cause a feedback cycle for some users. * a14146e3 :: Remove redundant extern * 68a63bb1 :: Emit debug, not error, in ES sink * ac3d8473 :: Address one possible WF sink live-stall cause 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 99de1c6b..e97ea7ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cernan" -version = "0.8.14-pre" +version = "0.8.14" 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 30e5b4f7..f815facc 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.14-pre" +version = "0.8.14" [[bin]] name = "cernan"