Version 7.0.0-beta.3
Pre-release
Pre-release
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.
- .NET 6 by @slang25 in #947
- Register Middlewares as Transient to avoid clobber by @gkinsman in #958
- Use Latest LocalStack by @slang25 in #963
- Include publisher ARN's when interrogating the publisher by @gkinsman in #972
- Add test for naming conventions by @gkinsman in #973
- Add support for overriding topic names by @gkinsman in #983
- Update releases documentation by @martincostello in #995
- Enable colour output from .NET CLI in GitHub Actions by @martincostello in #999
- Support dynamic publishers by @gkinsman in #1010
Full Changelog: v7.0.0-beta.2...v7.0.0-beta.3