Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added v1.4.12 release notes #162

Merged
merged 1 commit into from
Nov 26, 2020
Merged

Added v1.4.12 release notes #162

merged 1 commit into from
Nov 26, 2020

Conversation

Aaronontheweb
Copy link
Member

1.4.12 November 26 2020

  • Bump Akka version to 1.4.12
  • Corrected CurrentPersistentIds query and AllPersistentIds queries to be more memory efficient and query entity ID data directly from Mongo
  • Introduced AllEvents and CurrentEvents query to read the entire MongoDb journal
  • 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)

#### 1.4.12 November 26 2020 ####

* Bump Akka version to 1.4.12
* Corrected `CurrentPersistentIds` query and `AllPersistentIds` queries to be more memory efficient and query entity ID data directly from Mongo
* Introduced `AllEvents` and `CurrentEvents` query to read the entire MongoDb journal
* 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)
@Aaronontheweb Aaronontheweb merged commit 5549a85 into dev Nov 26, 2020
@Aaronontheweb Aaronontheweb deleted the releasenotes/1.4.12 branch November 26, 2020 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant