From 664f615ce588e73a24cdc649fab39ba74c759d48 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Fri, 23 Feb 2018 12:52:47 -0800 Subject: [PATCH] Bump to 0.8.13 This release incorporates significant improvements to cernan and is a recommented upgrade. In particular, cernan now uses hopper 0.4. This update of hopper is _significantly_ more efficient, being only about 3x slower than built-in MPSC while maintaining resource quotas. These quotas are now exposed as configuration to cernan. An experimental kafka sink is also added but care should be taken with its use. Mike Lang has been landing improvements to the programmable filters and it is hoped they are now more useful. Cernan's baseline acceptance test is now 272k statsd PPS, held in 10Mb. This is up from 45k statsd PPS at 150Mb. * dcbeb7d4 :: Reduce high PPS memory consumption * 4d2d118a :: Update hopper to 0.4 * d10d195a :: Added json_encode filter * ecc2fdf0 :: Kafka sink introduced 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 087ef343..c5fb9e35 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.13-pre" +version = "0.8.13" 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 6bf253bc..07d4c3d2 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.13-pre" +version = "0.8.13" [[bin]] name = "cernan"