What's Changed
- #698 dead letter queue interface accessible through messagestore interface by @erdtsieck in #787
- Hard coded serialization of all agent commands by @jeremydmiller in #791
- Disable Azure Service Bus from trying to use a topic or subscription … by @jeremydmiller in #792
- Fixes for AndPause() error handling and local queue tracking. Closes … by @jeremydmiller in #793
- Event forwarding from Marten to Wolverine allows for handlers to directly use IEvent by @jeremydmiller in #794
- remove redundant StringWriter alloc by @SimonCropp in #797
- avoid duplicate GetParameters lookup by @SimonCropp in #796
- docs: fix typo by @AlexZeitler in #800
- use collection expressions by @SimonCropp in #799
- append char where possible by @SimonCropp in #798
- simplify csproj by @SimonCropp in #795
- Event Subscriptions from Marten. Closes GH-783 by @jeremydmiller in #808
- remove redundant DebugType=portable by @SimonCropp in #802
- fix some nullability warnings by @SimonCropp in #803
- cleanup GetPrettyName by @SimonCropp in #805
- avoid redundant ToArray in AssertNoExceptionsWereThrown by @SimonCropp in #806
- use Count/Length over Any by @SimonCropp in #807
- #698 rest api on deadletter messages. Fetch, replay and delete by @erdtsieck in #810
- Docs: Remove method injection of bus in constructor injection example by @dmmusil in #730
- move to Swashbuckle.AspNetCore 6.5.0 by @SimonCropp in #811
- Updates to Marten integration docs by @jeremydmiller in #812
- Exclusive or sticky listeners that only run on one node. Strict order… by @jeremydmiller in #813
Full Changelog: V2.1.2...V2.2.0