NServiceBus.Gateway 3.1.0 - Minor release available

Hi everyone,

We’ve just released NServiceBus.Gateway 3.1.0.

Improvements/Features

The gateway package now has built-in in-memory storage which also supports non-transactional transports. We recommend using the gateway’s built-in in-memory storage instead of InMemoryPersistence from the NServiceBus package. To use the new in-memory storage, change your configuration to:

endpointConfiguration.Gateway(new InMemoryDeduplicationConfiguration());

For more information, refer to the in-memory gateway storage documentation.

Other

The gateway package now offers a new deduplication storage API. Custom deduplication storage may be implemented by inheriting from GatewayDeduplicationConfiguration. The new API replaces the existing IDeduplicateMessages API from the NServiceBus package.

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.