Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 19:55
· 13 commits to main since this release
v1.4.0
3eb8c00

Added

  • Spear.stream!/3 now saves one network request when the server returns fewer
    events than the requested chunk size.
  • Subscriptions now send {:caught_up, subscription_ref} and {:fell_behind, subscription_ref} messages on EventStoreDB versions later than 23.10.

Fixed

  • A single HTTP/2 DATA frame might contain multiple messages from the EventStoreDB.
    Previously only the first message was handled at a time and the remaining data
    was buffered. Now all messages in a DATA frame are sent eagerly.