Skip to content

Commit

Permalink
Bump to 0.8.10
Browse files Browse the repository at this point in the history
This release improves warnings around truncation of bin_width when
flush_interval is lower than bin_width for a given sink. The native
source will no longer space explode if the far-side does something
goofy, panics have been removed in the statsd/tcp sources and kinesis
is now more durable to errors.

  * d0bb60b :: Warn if Wavefront bin_width > flush_interval
  * 0f4756b :: Resolve space explosion in the native source
  * 44fcabc :: Removes Undesirable Panics From statsd/tcp Sources
  * 8c3084f :: Improves Durability of Kinesis Sink.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Jan 22, 2018
1 parent ea1664f commit d8df212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions 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-pre"
version = "0.8.10"

[[bin]]
name = "cernan"
Expand Down Expand Up @@ -75,4 +75,4 @@ harness = false

[[bench]]
name = "protocols_graphite"
harness = false
harness = false

0 comments on commit d8df212

Please sign in to comment.