Skip to content

v0.15.2: support custom filters via read (2020-08-07)

Compare
Choose a tag to compare
@mpareja mpareja released this 07 Aug 11:55
· 30 commits to master since this release

Highlights

  • message-store: read: following up on the last release which introduced SQL filters when retrieving messages, we've now added support for such filters when reading all messages in a stream.
  • message-store: read: addressed an issue reading an entire stream when the global batch size was not specified.

Commits

  • (132b1b4) message-store: read: specify default batchSize & allow per-request batchSize
  • (a47a536) message-store: postgres: read: support sql condition
  • (1140d2b) message-store: extract asyncIterableToArray for testing