NServiceBus.AzureFunctions.InProcess.ServiceBus – 1.3.0 Minor release available

Hi everyone,

We’ve just released NServiceBus.AzureFunctions.InProcess.ServiceBus 1.3.0.

Improvements/Features

  • #43 Add support for SendsAtomicWithReceive
    Adds support for Azure ServiceBus transactions, allowing Azure Functions endpoints to use the same transactional guarantees as regular NServiceBus endpoints using the SendsAtomicWithReceive transaction mode. Refer to the documentation on how to enable Azure ServiceBus transactions.
  • #95 Allow configuration of endpoints using IConfiguration
    Refer to the documentation on how to use IConfiguration to configure an endpoint.

Fixed bugs

  • #232 Connection string environment variable is required even if the connection string is provided another way
  • #238 Log messages about license files and probed locations are missing

Other

  • #248 Deprecate static hosting model
    Deprecates the ServiceBusTriggeredEndpointConfiguration.FromAttributes() static factory method that was used in the preview package hosting model. Use the FunctionHost approach to host an NServiceBus endpoint.

Where to get it

You can install the new version of NServiceBus.AzureFunctions.InProcess.ServiceBus from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.

1 Like