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 theSendsAtomicWithReceive
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 useIConfiguration
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 theServiceBusTriggeredEndpointConfiguration.FromAttributes()
static factory method that was used in the preview package hosting model. Use theFunctionHost
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.