Skip to content

Commit 664f615

Browse files
committed
Bump to 0.8.13
This release incorporates significant improvements to cernan and is a recommented upgrade. In particular, cernan now uses hopper 0.4. This update of hopper is _significantly_ more efficient, being only about 3x slower than built-in MPSC while maintaining resource quotas. These quotas are now exposed as configuration to cernan. An experimental kafka sink is also added but care should be taken with its use. Mike Lang has been landing improvements to the programmable filters and it is hoped they are now more useful. Cernan's baseline acceptance test is now 272k statsd PPS, held in 10Mb. This is up from 45k statsd PPS at 150Mb. * dcbeb7d :: Reduce high PPS memory consumption * 4d2d118 :: Update hopper to 0.4 * d10d195 :: Added json_encode filter * ecc2fdf :: Kafka sink introduced Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
1 parent e2f557d commit 664f615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "cernan"
99
readme = "README.md"
1010
repository = "https://github.com/postmates/cernan"
11-
version = "0.8.13-pre"
11+
version = "0.8.13"
1212

1313
[[bin]]
1414
name = "cernan"

0 commit comments

Comments
 (0)