Skip to content

Releases: laveeshb/azure-function-extensions-net

[Amazon SQS] v2.0.0

17 Jan 04:59
781f66b
Compare
Choose a tag to compare

This release contains breaking changes

NuGet package
https://www.nuget.org/packages/AzureFunctions.Extension.SQS/2.0.0

Updates

  • Upgraded AWSSDK.SQS package dependency to version 3.5.1.8 (#48, #49)
  • Return full Message object in the trigger output (#50, #51) Breaking change

[Amazon SQS] v1.3.0

21 May 07:02
f327737
Compare
Choose a tag to compare

NuGet package
https://www.nuget.org/packages/AzureFunctions.Extension.SQS/1.3.0

Updates

  • Add string and byte array converters (#40)
  • Process queue messages concurrently (#41)

[Amazon SQS] v1.2.0

18 May 02:16
5a40aae
Compare
Choose a tag to compare

NuGet package
https://www.nuget.org/packages/AzureFunctions.Extension.SQS/1.2.0

Updates

  • Add binding to push messages to an SQS queue (#37)

[Amazon SQS] v1.1.0

09 May 08:00
7219e29
Compare
Choose a tag to compare

NuGet package
https://www.nuget.org/packages/AzureFunctions.Extension.SQS/1.1.0

Updates

  • Added AutoResolve for SqsQueueTriggerAttribute (#36)

[Azure Key Vault] v1.3.0

03 May 03:41
5732ea7
Compare
Choose a tag to compare

NuGet package
https://www.nuget.org/packages/AzureFunctions.Extension.KeyVault/1.3.0

New features

  • Support authentication with client certificate
  • Support authentication with managed identity (system and user assigned)

[Azure Key Vault] v1.2.0

27 Apr 06:04
85635be
Compare
Choose a tag to compare

NuGet package
https://www.nuget.org/packages/AzureFunctions.Extension.KeyVault/1.2.0

New features

  • Get key
  • Get key for a specific version

Other changes

  • Changed namespace from Azure.Functions.Bindings.KeyVault to Azure.Functions.Extensions.KeyVault

[Azure Key Vault] v1.1.0

27 Apr 06:03
85635be
Compare
Choose a tag to compare

NuGet package
https://www.nuget.org/packages/AzureFunctions.Extension.KeyVault/1.1.0

New features

  • Get secret for a specific version (#15)
  • Get certificate with private key for a specific version
  • Get certificate with public key for a specific version

[Azure Key Vault] v1.0.0

27 Apr 06:02
85635be
Compare
Choose a tag to compare

NuGet package
https://www.nuget.org/packages/AzFunctions.Bindings.KeyVault/1.0.0

New features

  • Get certificate with just the public key from vault (#1)
  • Get certificate with private key from vault (#1)

[Azure Key Vault] v0.0.1

27 Apr 05:55
85635be
Compare
Choose a tag to compare

[Azure Files] v1.0.0

27 Apr 06:05
85635be
Compare
Choose a tag to compare

NuGet package
https://www.nuget.org/packages/AzureFunctions.Extension.AzureFiles/1.0.0

New features

  • Get file content from file share (#4)