Releases: SeanFeldman/ServiceBus.AttachmentPlugin
Releases · SeanFeldman/ServiceBus.AttachmentPlugin
6.2.0
New features and Improvements
- [#187] Add support for SB-Messaging adapter (empty message body rather than null)
- [#191 / #185] Public default settings
6.0.0
Improvements
- #116 Use Microsoft.Azure.Storage.Blob instead of WindowsAzure.Storage
Miscellaneous
- #152 Enable nullable reference types
- #115 Remove AzureStorageAttachmentExtensions accepting EntityClient
- #99 Remove deprecated with error .WithSasUri() API
5.0.0
Features
- #97 Support for Azure Functions feature, @lfalck
- #78 Make the ServiceBusAttachment.Plugin.dll strongly named, @nayanshah
Improvements
Miscellaneous
- Deprecate with error
.WithSasUri()
API, #85
4.1.0
Bug fixes
- #76 Base plugin name should be reported and not its variants
- #75
ShouldContinueOnException
should be set to true to throw whenever attachment plugin fails
Features / improvements
- #74 Enable using Service SAS on a container for writing/reading blobs to/from storage
- #82 Rename configuration API
.WithSasUri()
to .WithBlobSasUri()
4.0.0
- #71 Standardize on namespace for public types for easy discovery
- #72 Public APIs are verified
3.0.1
Enhancements
- #42 Multi-targeting re-enabled to address netstandard2.0 only issue with Visual Studio 2015
3.0.0
Bug fixes and enhancements
- #36 Ability to dispose the plugin
- #40 Attachment idempotency
- #42 Targeting netstandard2.0 only
- #51 Fix for Container.CreateIfNotExist HTTP status 409
- #54 Switch to Microsoft SourceLink
- #53 Update ASB client to 3.1.0
2.2.1
Improvements
#37 - Improve performance in BeforeMessageSend()
2.1.0
Features
#24 - Using plugin in a "receive only" mode w/o connection string