From 459ba6eaebb9b826782a66a7277de1a1d4b41f32 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Thu, 1 Mar 2018 15:49:28 -0800 Subject: [PATCH] Bump to 0.8.15 This release corrects an issue with the Elasticsearch sink losing tags. We expect memory efficiency of the logging subsystem will also be improved. The json_encode filter is now hooked up and the kafka sink has seen its error handling improved. * 29a6db52 :: Promote `MessageTimedOut` to an error that will be retried * c9c6f015 :: json_encode filter configuration * 1a8fa811 :: Fix the lack of tags in ES sink, introduced in 0.8.13 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 021ece3b..45591262 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.15-pre" +version = "0.8.15" 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 c753f34c..4bea7603 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.15-pre" +version = "0.8.15" [[bin]] name = "cernan"