Skip to content

Commit

Permalink
Bump to 0.8.7
Browse files Browse the repository at this point in the history
This release introduces @pulltab's at-least-once updates, meaning that
cernan is now able to shut itself down safely when you send it sigkill.
A handful of experimental sinks and sources have also been added,
documentation to appear in the wiki. This commit integrates mio at a
deep level into cernan, reducing the total number of OS threads that
cernan requires in the common case.

  * 6313149 :: Introduce graceful shutdown
  * a4da52d :: At Least Once Delivery on Graceful Shutdown
  * 3d4c680 :: Correct statsd mapping crash
  * 9629b09 :: Introduction of avro source
  * 3bcd14b :: Introduce Kinesis Sink, Improve Sink Interface
  * 2dc08c4 :: Introduce Event::Raw for kinesis, else
  * 2ef4c4a :: Adds Sync Publication to Avro Source
  * 45e219e :: File Source now tracks truncated files well

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Jan 10, 2018
1 parent 5ee66d7 commit 95b6dbc
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.7-pre"
version = "0.8.7"

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

0 comments on commit 95b6dbc

Please sign in to comment.