Skip to content

Commit

Permalink
Bump to 0.5.6
Browse files Browse the repository at this point in the history
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.

  * 62a49d4 :: Allow lua filters to require other lua modules
  * 3b1fbd2 :: Increase the responsiveness of the file source
  * f26a094 :: Introduce the 'internal' source
  * f2769b8 :: Make sampling inclusive of all statsd types
  * a963db3 :: Increase existing telemetry, adjust file delays

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Apr 3, 2017
1 parent a963db3 commit 0fa1fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0fa1fdc

Please sign in to comment.