sea-streamer-types
- Added
From<Url>
andFromIterator<Url>
forStreamerUri
#28 - Impl
Default
forPayload
- Impl serde
Serialize
&Deserialize
forStreamKey
sea-streamer-socket
- Compile socket without stdio backend #35
sea-streamer-redis
- Support nanosecond timestamp in Redis (under feature flag
nanosecond-timestamp
) - Support custom message field
- Added
RedisProducer::send_with_ts
to specify custom timestamp - Added
RedisProducer::flush_immut
- Added
RedisProducer::trim
to performXTRIM MAXLEN
- Fixed
capacity overflow
error in some cases
sea-streamer-file
- Added a special
SEA_STREAMER_WILDCARD
stream key to subscribe to all streams in a file
sea-streamer-fuse
- Added a
StreamJoin
component for joining multiple streams by timestamp
Full Changelog: 0.5.0...0.5.2