NServiceBus 7.2.0 - Minor release available

Hi everyone,

We’ve just released NServiceBus 7.2.0.

Integration with Microsoft Dependency Injection

NServiceBus now integrates smoothly with Microsoft Dependency Injection by allowing the container to be managed by the IServiceCollection and IServiceProvider abstractions.

See the samples for more details:

Other improvements

  • #5342 Always process messages that have handlers regardless of conventions
  • #5327 Add discard as an option for custom recoverability policies
  • #5369 Add struct support to the XML Serializer
  • #5394 Add configuration API for In-Memory gateway deduplication persistence
  • #5393 Add asynchronous Notifications delegates
  • #2609 When logging a message processing failure, include message type
  • #5430 Allow disabling publish functionality
  • #5391 Preserving native (transport) message ID
  • #5261 Improve exception when multiple persistences are configured
  • #4119 Write log entry when publishing without subscribers when message driven pubsub is used
  • #5453 Give user defined licenses precedence
  • #5401 Expose MessageId on DelayedRetryMessage
  • #5308 Smarter convention that discovers either solution file or .learningtransport directory
  • #5445 Add additional exception information

Where to get it

You can install the new version from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details. Follow @ParticularNews to be notified of new releases and bug fixes.

2 Likes