Skip to content

Version 7.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@gkinsman gkinsman released this 25 May 10:27
· 591 commits to main since this release
01fdba3

What's Changed

Adds support for late bound topic names, outlined in #1004 and #985. There is a new WithTopicName overload available on TopicPublicationBuilder that accepts a Func<Message, string> which is called at publish time to determine what topic to publish the message to.

Full Changelog: v7.0.0-beta.2...v7.0.0-beta.3