diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e85efae..068bc7f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,13 @@ -#### 0.7.2 January 08 2021 #### +#### 0.8.0 April 16 2021 #### **Release of Akka.Persistence.Azure** -- Upgraded to [Akka.NET v1.4.14](https://github.com/akkadotnet/akka.net/releases/tag/1.4.14) +- [Problem with implimentation of akka persistence contract](https://github.com/petabridge/Akka.Persistence.Azure/pull/143) +- [Limiting batch size for table storage](https://github.com/petabridge/Akka.Persistence.Azure/pull/145) +- [Bump AkkaVersion from 1.4.14 to 1.4.18](https://github.com/petabridge/Akka.Persistence.Azure/pull/148) +- [Added settings for auto-initialize](https://github.com/petabridge/Akka.Persistence.Azure/pull/150) +- [Upgrade WindowsAzure.Storage to Microsoft.Azure.Cosmos.Table and Azure.Storage.Blobs](https://github.com/petabridge/Akka.Persistence.Azure/pull/151) +- [Added support to configure blob container public access level](https://github.com/petabridge/Akka.Persistence.Azure/pull/152) +- [Change the default public access type of auto-init containers to None](https://github.com/petabridge/Akka.Persistence.Azure/pull/154) +- [Add DefaultAzureIdentity support for snapshot Azure Blob Storage](https://github.com/petabridge/Akka.Persistence.Azure/pull/155) + +See the README for documentation on how to use the latest features in Akka.Persistence.Azure: https://github.com/petabridge/Akka.Persistence.Azure#akkapersistenceazure