Skip to content

Commit

Permalink
Bump to 0.8.14
Browse files Browse the repository at this point in the history
This release contains a host of small fixes to cernan. The wavefront
sink live-stall is, we believe, addressed. We also no longer emit
Elasticsearch debug messages at error level, which turned out to
cause a feedback cycle for some users.

  * a14146e :: Remove redundant extern
  * 68a63bb :: Emit debug, not error, in ES sink
  * ac3d847 :: Address one possible WF sink live-stall cause

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Feb 28, 2018
1 parent a14146e commit b572429
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.14-pre"
version = "0.8.14"

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

0 comments on commit b572429

Please sign in to comment.