Releases: FoundatioFx/Foundatio.AzureStorage
Releases · FoundatioFx/Foundatio.AzureStorage
v13.0.1
What's Changed
- Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Console by @dependabot[bot] in #77
Full Changelog: v13.0.0...v13.0.1
v13.0.0
v13.0.0
This release completes the migration to the modern Azure Storage SDK (Azure.Storage.Blobs/Azure.Storage.Queues) and brings all the improvements from Foundatio v13.0.0.
Documentation: foundatio.dev -- see the Storage and Queues guides for Azure Storage-specific configuration.
Themes:
- New Azure SDK: Completed migration from legacy
Microsoft.Azure.Storage.*to modernAzure.Storage.*packages - Foundatio v13 Core: NRT audit, .NET 10 target, xUnit v3, poison message handling
Breaking Changes
- Migrated from legacy Azure Storage SDK to modern SDK:
Microsoft.Azure.Storage.BlobandMicrosoft.Azure.Storage.Queuehave been replaced withAzure.Storage.BlobsandAzure.Storage.Queues. by @niemyjski in #51 (7dd335be) - Updated to Foundatio 13.0.0 core -- see migration guide
- Removed obsolete single-parameter
GetFileStreamAsyncoverload (4887785b) - NRT annotations updated
Added
- Legacy message format fallback: Queue backward compatibility for existing messages. by @niemyjski in
e8fa3860 - New sample projects:
Foundatio.AzureStorage.DequeueandFoundatio.AzureStorage.Enqueue
Changed
- Dead letter logging normalized and poisoned message tests added. by @niemyjski in
f375e86e - Refactored legacy JSON message handling in queue tests. by @niemyjski in
13031c95 - Queue lock now uses disposed cancellation token. by @niemyjski in
521aae60 - Target framework updated to .NET 10. by @niemyjski in
325bb57e - Upgraded to xUnit v3. by @niemyjski in
fd44bf2a
Fixed
- NRT errors fixed and
TreatWarningsAsErrorsenabled. by @niemyjski in #72 (bb7e721e)
Dependencies
| Package | From | To |
|---|---|---|
| Foundatio | 12.0.0 | 13.0.0 |
| Microsoft.Azure.Storage.Blob | 11.2.3 | Removed |
| Microsoft.Azure.Storage.Queue | 11.2.3 | Removed |
| Azure.Storage.Blobs | -- (new) | 12.27.0 |
| Azure.Storage.Queues | -- (new) | 12.25.0 |
Contributors
Full Changelog: v12.0.0...v13.0.0
v13.0.0-beta6
What's Changed
- Fix NRT errors and enable TreatWarningsAsErrors by @niemyjski in #72
Full Changelog: v13.0.0-beta3...v13.0.0-beta6
v13.0.0-beta3
Full Changelog: v13.0.0-beta1...v13.0.0-beta3
v13.0.0-beta1
What's Changed
- Fixes #49: Upgrade to new Azure Storage New SDK by @niemyjski in #51
Full Changelog: v12.0.0...v13.0.0-beta1
v12.0.0
What's Changed
- Bump azure-storage/azurite from 3.33.0 to 3.34.0 by @dependabot[bot] in #40
- Bump Microsoft.NET.Test.Sdk and xunit.runner.visualstudio by @dependabot[bot] in #41
- Bump xunit.runner.visualstudio from 3.1.1 to 3.1.3 by @dependabot[bot] in #43
New Contributors
- @dependabot[bot] made their first contribution in #40
Full Changelog: v11.1.0...v12.0.0
v11.1.0
Full Changelog: v11.0.8...v11.1.0
v11.0.8
Full Changelog: v11.0.6...v11.0.8
v11.0.6
v11.0.5
Full Changelog: v11.0.4...v11.0.5