Skip to content

Commit 481fa67

Browse files
Added v1.4.14 release notes (#175)
1 parent b58ee27 commit 481fa67

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#### 1.4.12 November 26 2020 ####
1+
#### 1.4.14 January 13 2021 ####
22

3-
* Bump Akka version to 1.4.12
4-
* Corrected `CurrentPersistentIds` query and `AllPersistentIds` queries to be more memory efficient and query entity ID data directly from Mongo
5-
* Introduced `AllEvents` and `CurrentEvents` query to read the entire MongoDb journal
6-
* 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)
3+
* Bump [Akka.NET version to 1.4.14](https://github.com/akkadotnet/akka.net/releases/tag/1.4.14), which adds the `Timestamp` to the `EventEnvelope` data structure - so it can be used for sorting / ordering after the fact in an Akka.Persistence.Query

0 commit comments

Comments
 (0)