The ScyllaDB team is pleased to announce scylla-cdc-rust v0.6.1, a library that makes it easy to develop Rust applications that consume data from a Scylla Change Data Capture Log.
In this version, further changes were done to stream_reader.rs after previous fixes done in #151 (#154):
- A bug was introduced in #151 that would result in logic corruption (negative time windows) in case time travel (the system clock going backwards) were experienced. It’s fixed here.
- One log print was introduced at INFO level, but shown to be too spammy. It’s downgraded to DEBUG.