v0.2.0
What's Changed
Other Changes
- feat: support wildcards in routingkeys by @peter-svensson in #11
- Type mappings by @argoyle in #28
BREAKING CHANGE:
Mapping of type to routing key have been moved from the publisher to the connection itself. As a consequence, NewPublisher
no longer returns an error.
Use the new WithTypeMapping
setup-function to add the mappings.
Full Changelog: v0.1.5...v0.2.0