Skip to content

Commit

Permalink
Add changelog notes for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Feb 2, 2024
1 parent 66bb14c commit 3eb8c00
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ behind new EventStoreDB versions. You should not downgrade your Spear version
in order to avoid these features: Spear aims to keep a stable interface usable
across all EventStoreDB versions v20+.

## 1.4.0 - 2024-02-02

### 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.

## 1.3.2 - 2023-06-12

### Fixed
Expand Down

0 comments on commit 3eb8c00

Please sign in to comment.