From 15c12128d005f5768fdd8d06f3c4973d7007105e Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Fri, 16 Apr 2021 09:21:25 +0700 Subject: [PATCH 1/2] Update RELEASE_NOTES.md for 0.8.0 release --- RELEASE_NOTES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e85efae..081578b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,11 @@ -#### 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 Asure.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) From 0de945d92b55669fb44044dff2e187954506a0f6 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Fri, 16 Apr 2021 07:44:55 -0500 Subject: [PATCH 2/2] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 081578b..068bc7f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,7 +5,9 @@ - [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 Asure.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) +- [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