Releases: petabridge/Akka.Persistence.Azure
Akka.Persistence.Azure v0.8.4
0.8.4 June 2 2022
- Upgraded to Akka.NET 1.4.39
- Update Azure.Identity to 1.6.0
- Update System.Linq.Async to 6.0.1
- Upgrade
Microsoft.Azure.Consmos.Table
toAzure.Data.Tables
12.5.0
Changes:
- 4ab138d Version 0.8.4 Release
- 0735bb3 Merge branch 'dev'
- b490f06 Update RELEASE_NOTES.md for 0.8.4 release
- fae7ce5 Update RELEASE_NOTES.md for 0.8.4 release
- 0b99d14 Merge pull request #213 from petabridge/dependabot/nuget/AkkaVersion-1.4.39
- 20e22e3 Bump AkkaVersion from 1.4.38 to 1.4.39
- ec02ea0 Bump System.Linq.Async from 5.0.0 to 6.0.1 (#198)
- 0438ad0 Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (#191)
- 9bf6f47 Switch spec from docker to locally run azurite instance (#207)
- ffa8cc8 Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.2.0 (#212)
See More
- 0ce3127 Bump Azure.Identity from 1.5.0 to 1.6.0 (#205)
- 256d8e9 Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 (#210)
- f3481d8 Bump Azure.Storage.Blobs from 12.10.0 to 12.12.0 (#208)
- 116f975 Bump AkkaVersion from 1.4.25 to 1.4.38 (#211)
- d37f489 Update windows-pr-validation.yaml
- 8121095 Update windows-release.yaml
- 90aacc4 Update linux-pr-validation.yaml
- 21e7325 Bump Azure.Identity from 1.4.1 to 1.5.0 (#188)
This list of changes was auto generated.
Akka.Persistence.Azure v0.8.3
0.8.3 September 9 2021
0.8.2 April 20 2021
Release of Akka.Persistence.Azure
Changes:
- 62bb65b 0.8.3 Release
- 66d16a8 Merge branch 'dev'
- c5076cd Merge pull request #184 from Arkatufus/Update_RELEASE_NOTES_for_0.8.3
- 46d8156 Update RELEASE_NOTES.md for 0.8.3 release
- 939ad67 Merge pull request #182 from petabridge/dependabot/nuget/AkkaVersion-1.4.25
- 4c490cf Bump AkkaVersion from 1.4.21 to 1.4.25
- a4ef798 Merge pull request #181 from petabridge/dependabot/nuget/Docker.DotNet-3.125.5
- 2393674 Merge branch 'dependabot/nuget/Docker.DotNet-3.125.5' of github.com:petabridge/Akka.Persistence.Azure into dependabot/nuget/Docker.DotNet-3.125.5
- 8922941 Change deprecated MatchName property on Docker.NET
- c567e50 Merge branch 'dev' into dependabot/nuget/Docker.DotNet-3.125.5
See More
- 98129d9 Merge pull request #183 from petabridge/dependabot/nuget/Azure.Storage.Blobs-12.10.0
- 56bbdd6 Merge branch 'dev' into dependabot/nuget/Azure.Storage.Blobs-12.10.0
- 9e83152 Merge pull request #179 from petabridge/dependabot/nuget/Microsoft.NET.Test.Sdk-16.11.0
- 4ba862e Bump Azure.Storage.Blobs from 12.9.1 to 12.10.0
- 03f7155 Bump Docker.DotNet from 3.125.4 to 3.125.5
- 5deb894 Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
- cc71dfb Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 (#172)
- c779629 Bump Azure.Storage.Blobs from 12.8.4 to 12.9.1 (#175)
- 2454afe Bump Azure.Identity from 1.4.0 to 1.4.1 (#176)
- 195019a Bump AkkaVersion from 1.4.20 to 1.4.21 (#174)
- 50bea11 Bump Azure.Storage.Blobs from 12.8.3 to 12.8.4 (#171)
- d2fcd17 Bump AkkaVersion from 1.4.19 to 1.4.20 (#170)
- 7b56e6d Bump Azure.Identity from 1.3.0 to 1.4.0 (#169)
- 06c3c47 Bump AkkaVersion from 1.4.18 to 1.4.19 (#167)
- 9c99161 Upgrade to GitHub-native Dependabot (#168)
This list of changes was auto generated.
Akka.Persistence.Azure v0.8.2
0.8.2 April 20 2021
Release of Akka.Persistence.Azure
Changes:
- c4c0553 Merge pull request #166 from petabridge/dev
- a2c2112 Merge branch 'master' into dev
- d2ab45c Update release notes for 0.8.2 release (#165)
- f8815b0 Bump Azure.Storage.Blobs from 12.8.1 to 12.8.3 (#164)
- 9007f51 Fix settings throws when connection string is null or empty (#163)
This list of changes was auto generated.
Akka.Persistence.Azure v0.8.1
0.8.1 April 20 2021
Release of Akka.Persistence.Azure
Changes:
- e1b8022 Merge pull request #162 from petabridge/dev
- adfe0b2 Update RELEASE_NOTES.md for 0.8.1 release (#161)
- e214f59 Fix BlobContainerClient.CreateIfNotExists returns null if container already exists (#160)
This list of changes was auto generated.
Akka.Persistence.Azure v0.8.0
0.8.0 April 16 2021
Release of Akka.Persistence.Azure
- Problem with implimentation of akka persistence contract
- Limiting batch size for table storage
- Bump AkkaVersion from 1.4.14 to 1.4.18
- Added settings for auto-initialize
- Upgrade WindowsAzure.Storage to Microsoft.Azure.Cosmos.Table and Azure.Storage.Blobs
- Added support to configure blob container public access level
- Change the default public access type of auto-init containers to None
- Add DefaultAzureIdentity support for snapshot Azure Blob Storage
See the README for documentation on how to use the latest features in Akka.Persistence.Azure: https://github.com/petabridge/Akka.Persistence.Azure#akkapersistenceazure
Changes:
- 265c9f0 Merge pull request #158 from petabridge/dev
- 9b5559f Update RELEASE_NOTES.md for 0.8.0 release (#157)
- 1ea31d6 Improve README documentation (#156)
- e0f14d0 Add DefaultAzureIdentity support (#155)
- 9c79c55 Change the default public access type of auto-init containers to None (#154)
- 827f502 Clean up code. Add spec and backward compatibility. (#153)
- 6f8e4cc Merge pull request #152 from MattiasJakobsson/configure-container-access [ #144 ]
- 907c1d4 Merge branch 'dev' into configure-container-access
- 3e822c9 Merge pull request #148 from petabridge/dependabot/nuget/AkkaVersion-1.4.18
- 09c1ad0 Update FluentAssertions API call
See More
- 537c37e Bump AkkaVersion from 1.4.14 to 1.4.18
- b09655b Merge pull request #139 from petabridge/dependabot/nuget/FluentAssertions-5.10.3
- 8e6e8e6 Remove reference to FluentAssertions, update FluentAssertions API changes
- c8ae12e Update changes to FluentAssertions API
- a4664a9 Added support to configure blob container public access level
- f5508ff Bump FluentAssertions from 4.14.0 to 5.10.3
- ddf9ca3 Upgrade WindowsAzure.Storage to Microsoft.Azure.Cosmos.Table and Asure.Storage.Blobs (#151)
- 1a0f8d6 Merge pull request #150 from MattiasJakobsson/add-options-for-auto-initialize [ #144 ]
- 8b318c6 Added settings for auto-initialize. Fixes #144
- ad76518 Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.4 (#149)
- c58a2a2 Limiting batch size for table storage (#145)
- 114f346 Problem with implimentation of akka persistence contract (#143)
This list of changes was auto generated.
Akka.Persistence.Azure v0.7.2
0.7.2 January 08 2021
Release of Akka.Persistence.Azure
- Upgraded to Akka.NET v1.4.14
Changes:
- a1042db Merge pull request #138 from petabridge/dev
- a35d911 added v0.7.2 release notes
- 66b1207 Upgrade Akka.NET (#137)
- 1af7223 Bump AkkaVersion from 1.4.12 to 1.4.13 (#135)
- bb65029 updated signtool to latest (#133)
This list of changes was auto generated.
Akka.Persistence.Azure v0.7.1
0.7.1 December 15 2020
Release of Akka.Persistence.Azure
- Upgraded to Akka.NET v1.4.12
- Added backoff/retry mechanism for
AzureSnapshotStore
Changes:
- 3522880 updated signtool to latest (#133) (#134)
- a975dea Merge pull request #132 from petabridge/dev
- d19e457 added 0.7.1 release notes (#131)
- f91ce93 update to Akka.NET v1.4.12 (#129)
- e38d698 fix retry/backoff N+1 error (#128) [ #127 ]
- 16a9da9 Add a retry-backoff logic to snapshot blob storage initialization (#126)
- 8b66b2b Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.8.3 (#124)
- 5b1ac4d Bump xunit.runner.visualstudio from 2.4.2 to 2.4.3 (#113)
- cd24d23 Bump Docker.DotNet from 3.125.2 to 3.125.4 (#115)
- 04185c6 Bump AkkaVersion from 1.4.8 to 1.4.9 (#112)
This list of changes was auto generated.
Akka.Persistence.Azure v0.7.0
0.7.0 July 16 2020
Release of Akka.Persistence.Azure
- Fix: Akka.Cluster.Sharding support (see #108)
- Add: Azure Storage Emulator support for local development environment
- Default configuration and documentation improvements
0.6.1 July 10 2020
Release of Akka.Persistence.Azure
- Default configuration and documentation improvements
- Fixed Akka.Cluster.Sharding support (see #98)
0.6.0 March 12 2020
Release of Akka.Persistence.Azure
Updates Akka version to 1.4.1
Changes:
- 7a0630b Merge pull request #111 from petabridge/dev
- ee0ab9f Update RELEASE_NOTES.md to trigger 0.7.0 release. (#110)
- 5616c0d Akka.Persistence.azure does not play nice with Akka.Cluster.Sharding (#109)
- 321f8c8 Update README.md with local development flag info
- 9047a51 Merge branch 'dev' into #108_Azure_does_not_work_with_Akka.Cluster.Sharding
- 5905773 Make sure that the default query write-plugin does not point to the default akka local storage journal
- 4405b47 Add Azure Storage Emulator settings to default config
- 086703a Remove code rot
- 595429e Add Config param to .ctor, so Akka.Persistence.Azure can play nicely with Akka.Cluster.Sharding
- c166886 Add support for Azure Storage Emulator development environment
Akka.Persistence.Azure v0.6.1
0.6.1 July 10 2020
Release of Akka.Persistence.Azure
- Default configuration and documentation improvements
- Fixed Akka.Cluster.Sharding support (see #98)
0.6.0 March 12 2020
Release of Akka.Persistence.Azure
Updates Akka version to 1.4.1
Changes:
- 420e9e4 Merge pull request #104 from petabridge/dev
- dc609bf Updated release notes (#103)
- 53b289e Escape partition keys to support persistent actor ids (#101)
- 2fe532b Updated readme with configuration hints (#100)
- bf84958 Added default table and snapshot container names (#99)
- 388d25b Bump FluentAssertions from 5.10.2 to 5.10.3 (#88)
- f8139e9 Bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 (#95)
- cd1204d Bump AkkaVersion from 1.4.5 to 1.4.8 (#96)
- d448b10 Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1 (#91)
- 122bba3 Bump AkkaVersion from 1.4.1 to 1.4.5 (#92)
This list of changes was auto generated.
Akka.Persistence.Azure v0.6.0
0.6.0 March 12 2020
Release of Akka.Persistence.Azure
Updates Akka version to 1.4.1
Changes:
- a8ba723 Merge pull request #85 from petabridge/dev
- 204846b Updates for 0.6.0 release (#84)
- e165693 Merge pull request #80 from petabridge/dev
- 90b2e34 Merge pull request #62 from petabridge/dev
- b1a8b24 Merge pull request #41 from petabridge/dev
- 12de777 added components needed for proper CI release (#38) (#39)
- b3b2c26 Merge pull request #37 from petabridge/dev
This list of changes was auto generated.