Skip to content

Releases: MvRens/Tapeti

2.5.1

05 Sep 07:42
Compare
Choose a tag to compare

Do not use this version

This version contains a bug introduced in version 2.4 when upgrading to the new RabbitMQ Client version 6 which can result in corruption of the message body.

2.5

05 Sep 07:42
Compare
Choose a tag to compare
2.5

Do not use this version

This version contains a bug introduced in version 2.4 when upgrading to the new RabbitMQ Client version 6 which can result in corruption of the message body.

Tapeti core

  1. Implemented IAsyncDisposable on connection and subscriber
  2. Added RoutingKey attribute to prefix, postfix or completely replace the routing key for messages when using the default TypeNameRoutingKeyStrategy.

A RoutingKeyHelper class has been added which can be used to add support for this attribute to custom implementations of IRoutingKeyStrategy.