Releases: SeaQL/sea-streamer
Releases Β· SeaQL/sea-streamer
0.5.2
sea-streamer-types
- Added
From<Url>andFromIterator<Url>forStreamerUri#28 - Impl
DefaultforPayload - Impl serde
Serialize&DeserializeforStreamKey
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_tsto specify custom timestamp - Added
RedisProducer::flush_immut - Added
RedisProducer::trimto performXTRIM MAXLEN - Fixed
capacity overflowerror in some cases
sea-streamer-file
- Added a special
SEA_STREAMER_WILDCARDstream key to subscribe to all streams in a file
sea-streamer-fuse
- Added a
StreamJoincomponent for joining multiple streams by timestamp
Full Changelog: 0.5.0...0.5.2
socket-0.5.1
- Compile socket without stdio backend #35
0.5.0
file-0.5.1
- Fix
executablesfeature
kafka-0.3.2
- Added
KafkaProducer::send_record,KafkaProducer::send_message#17
file-0.3.7
- Added
FileProducer::path(),FileConsumer::file_id(),FileProducer::file_id()
file-0.3.6
- Added
create_onlytoFileConnectOptions
file-0.3.5
- Fixed a potential race condition
file-0.3.4
- impl std::io::Write for FileSink
- more precise
FileEvent::Remove - end streamer properly after EOS
file-0.3.3
- used a faster CRC implementation
- added option
prefetch_messagetoFileConnectOptions