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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
#### 1.5.40 March 27th 2025 ####
2
+
3
+
*[Bump Akka.NET to 1.5.40](https://github.com/akkadotnet/akka.net/releases/tag/1.5.40)
4
+
*[Bump Akka.Persistence.Hosting to 1.5.40](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.40)
5
+
*[Fix snapshot store recreating MongoDb collection on each DB operation](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/402)
6
+
*[Add tags support to AllEvents query](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/407)
7
+
*[Separate transaction feature flag to enable separate read and write transaction](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/408)
8
+
*[Refactor bulk journal reads during actor recovery and event query to use the more memory efficient `AsCursorAsync()` MongoDb API](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/409)
9
+
1
10
#### 1.5.37 January 24th 2025 ####
2
11
3
12
*[Bump Akka.NET to 1.5.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.37)
0 commit comments