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
* Bump AkkaVersion to 1.4.14
* Add FluentAssertionsVersion to Common.Props and set the version to 4.14.0
* Backwards compatibility for akkadotnet/akka.net#4680
<PackageReleaseNotes>Bump Akka version to 1.4.1</PackageReleaseNotes>
9
+
<PackageReleaseNotes>
10
+
Bump Akka version to 1.4.14
11
+
Corrected `CurrentPersistentIds` query and `AllPersistentIds` queries to be more memory efficient and query entity ID data directly from Mongo
12
+
Introduced `AllEvents` and `CurrentEvents` query to read the entire MongoDb journal
13
+
Deprecated previous `GetMaxSeqNo` behavior - we no longer query the max sequence number directly from the journal AND the metadata collection. We only get that data directly from the metadata collection itself, which should make this query an O(1) operation rather than O(n)
0 commit comments