Skip to content

Commit 151d510

Browse files
authored
Update RELEASE_NOTES.md for 1.5.40 release (#411)
1 parent 9c402e5 commit 151d510

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE_NOTES.md

+9
Original file line numberDiff line numberDiff 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+
110
#### 1.5.37 January 24th 2025 ####
211

312
* [Bump Akka.NET to 1.5.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.37)

0 commit comments

Comments
 (0)