Skip to content

Commit

Permalink
Bump to 0.8.11
Browse files Browse the repository at this point in the history
This release switches our internal telemetry from a Set aggregation
to Sum, removing the reset to zero between flushes. In release
mode cernan will wrap-around when the counters are fully saturated.
Don't saturate your counters in debug mode. We also correct
telemetry in the kinesis sink.

  * c6abe6b :: Switch internal telemetry to Sum from Set
  * f50a892 :: Fixes Kinesis Internal Telem. on Batch Success

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Jan 25, 2018
1 parent f50a892 commit 41557bf
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 @@ -8,7 +8,7 @@ license = "MIT"
name = "cernan"
readme = "README.md"
repository = "https://github.com/postmates/cernan"
version = "0.8.10"
version = "0.8.11"

[[bin]]
name = "cernan"
Expand Down

0 comments on commit 41557bf

Please sign in to comment.