Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@daleiz daleiz released this 29 Jul 06:46
· 93 commits to main since this release
d695df3

This release adds support for HStreamDB v0.9

New Features

  • Add a new createStream overloaded method with an extra shardCount parameter in HStreamClient
  • Add a new listShards method in HStreamClient
  • Add a new Reader interface and corresponding implementions for accessing data from a stream shard directly
  • Adapt Producer and BufferedProducer to the new protocol of HStreamDB v0.9

Breaking Changes

  • Replace orderingKey of Record with partitionKey