Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### 0.9.2 September 27 2022 ####

* [Bump Akka.NET version from 1.4.40 to 1.4.43](https://github.com/akkadotnet/akka.net/releases/tag/1.4.43)
* [Bump Akka.Persistence.Hosting from 0.4.2 to 0.4.3](https://github.com/petabridge/Akka.Persistence.Azure/pull/245)
* [Bump Azure.Identity from 1.6.1 to 1.7.0](https://github.com/petabridge/Akka.Persistence.Azure/pull/247)
* [Clean up all async operations during actor stop](https://github.com/petabridge/Akka.Persistence.Azure/pull/249)
* [Refactor `DefaultAzureCredential` to `TokenCredential`](https://github.com/petabridge/Akka.Persistence.Azure/pull/250)
* [Chunk batch transactions to 100 item chunk batches](https://github.com/petabridge/Akka.Persistence.Azure/pull/254)

#### 0.9.1 August 29 2022 ####

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