You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.