From 0fa1fdc0bb9f79d18661a9d778334ba8cf8b47d8 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 3 Apr 2017 12:26:13 -0700 Subject: [PATCH] Bump to 0.5.6 This release has operational improvements, to the lua filters and the self-telemetry that cernan is able to produce. The big change here is to the file subsystem which is not more responsive to fast files and consumes less CPU time when changes to files are slow. * 62a49d40 :: Allow lua filters to require other lua modules * 3b1fbd24 :: Increase the responsiveness of the file source * f26a0948 :: Introduce the 'internal' source * f2769b82 :: Make sampling inclusive of all statsd types * a963db3e :: Increase existing telemetry, adjust file delays 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 7b6dbaff..dc0fe1ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.5.5" +version = "0.5.6" dependencies = [ "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 06784bdc..1a457fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.5.5" +version = "0.5.6" [[bin]] name = "cernan"