We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167fe48 commit 2a89de0Copy full SHA for 2a89de0
CHANGELOG.md
@@ -6,6 +6,16 @@ The format is based on [Keep a
6
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
7
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
+## 1.0.1 - 2024-06-26
10
+
11
+### Fixed
12
13
+- Ignored unknown info messages in `Volley.InOrderSubscription` and
14
+ `Volley.PersistentSubscription`.
15
+ - This protects against the `{:caught_up, reference()}` and
16
+ `{:fell_behind, reference()}` notifications introduced in
17
+ EventStore 23.10 and later.
18
19
## 1.0.0 - 2022-05-11
20
21
This change represents stability in the API. There is no functional change
0 commit comments