Skip to content

Commit

Permalink
Bump to 0.8.15
Browse files Browse the repository at this point in the history
This release corrects an issue with the Elasticsearch sink losing
tags. We expect memory efficiency of the logging subsystem will also
be improved. The json_encode filter is now hooked up and the kafka
sink has seen its error handling improved.

  * 29a6db5 :: Promote `MessageTimedOut` to an error that will be retried
  * c9c6f01 :: json_encode filter configuration
  * 1a8fa81 :: Fix the lack of tags in ES sink, introduced in 0.8.13

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Mar 1, 2018
1 parent 1a8fa81 commit 459ba6e
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.15-pre"
version = "0.8.15"

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

0 comments on commit 459ba6e

Please sign in to comment.