Skip to content

0.5.2

Latest
Compare
Choose a tag to compare
@tyt2y3 tyt2y3 released this 30 Nov 21:52

sea-streamer-types

  • Added From<Url> and FromIterator<Url> for StreamerUri #28
  • Impl Default for Payload
  • Impl serde Serialize & Deserialize for StreamKey

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 perform XTRIM 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