Skip to content

Commit

Permalink
Bump to 0.8.3
Browse files Browse the repository at this point in the history
This release bundles some small housekeeping -- updating of deps --
with a fix to the Elasticsearch sink. It turns out that in the case
of a bulk update succeeding ES will still signal that a few lines
have failed. We used to dump those lines. Now, we store them and
re-attempt to submit them up to some configurable limit.

  * 3bc5a25 :: Remove ES loglines when they've signaled as OK (#349)
  * 1d32c5e :: Update dependencies via 'cargo update'

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Dec 2, 2017
1 parent 1d32c5e commit b1d5e4e
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.8.3-pre"
version = "0.8.3"

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

0 comments on commit b1d5e4e

Please sign in to comment.