Skip to content

Releases: SeanFeldman/ServiceBus.AttachmentPlugin

6.2.0

18 Apr 02:02
c275824
Compare
Choose a tag to compare

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

12 Nov 06:27
af1a862
Compare
Choose a tag to compare

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

15 Mar 21:39
13aceb6
Compare
Choose a tag to compare

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

16 Jan 13:39
e135ca6
Compare
Choose a tag to compare

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

24 Dec 23:30
08ed096
Compare
Choose a tag to compare
  • #71 Standardize on namespace for public types for easy discovery
  • #72 Public APIs are verified

3.0.1

01 Nov 06:00
de2bbf9
Compare
Choose a tag to compare

Enhancements

  • #42 Multi-targeting re-enabled to address netstandard2.0 only issue with Visual Studio 2015

3.0.0

22 Aug 05:54
032f1f2
Compare
Choose a tag to compare

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

17 Apr 05:09
95aa2a0
Compare
Choose a tag to compare

Improvements

#37 - Improve performance in BeforeMessageSend()

2.2.0

12 Mar 05:56
e128416
Compare
Choose a tag to compare

Features

#30 - Enable connection string provider to support scenarios such as integration with Azure Key Vault and MSI

First supported provider is KeyVault provider.
Nuget: https://www.nuget.org/packages/ServiceBus.AttachmentPlugin.KeyVaultProvider
GitHub: https://github.com/SeanFeldman/ServiceBus.AttachmentPlugin.KeyVaultProvider

2.1.0

12 Mar 05:55
55702c8
Compare
Choose a tag to compare

Features

#24 - Using plugin in a "receive only" mode w/o connection string