Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.28 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Sep 11, 2024
1 parent 684d266 commit 7e7af58
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
#### 1.5.28 September 11th 2024 ####

* [Bump Akka.NET to 1.5.28](https://github.com/akkadotnet/akka.net/releases/tag/1.5.28)
* [Bump Akka.Persistence.Hosting to 1.5.28](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.28)
* [Bump MongoDB.Driver to 2.27.0](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/380)
* [Add large snapshot support](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/383)

**Support For Large (Greater Than 16 Megabytes) Snapshot Store**

> [!NOTE]
>
> GridFS is considered as an advanced feature, it will not be supported by Akka.Hosting.
We added a new SnapshotStore that supports GridFS. To use it, you will need to set it through manual HOCON setting.

```text
akka.persistence.snapshot-store.mongodb.class = "Akka.Persistence.MongoDb.Snapshot.MongoDbGridFsSnapshotStore, Akka.Persistence.MongoDb"
```

#### 1.5.26 July 15th 2024 ####

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

0 comments on commit 7e7af58

Please sign in to comment.