This is a pretty significant bug fix release for some of the new idempotency checks, inbox cleanup, and CloudEvents + durable endpoints.
What's Changed
- Add Discovery Property for DisableConventionalDiscovery call by @niekschoemaker in #1868
- Fix typo in documentation about synchronous handlers by @zprobinson in #1874
- Storing an empty array instead of serializing the whole envelope when… by @jeremydmiller in #1879
- Persisting KeepUntil in new Idempotency marker rows in the Inbox tables by @jeremydmiller in #1880
- Escaping markup for Spectre where it was missing. Closes GH-1867 by @jeremydmiller in #1882
- Docs: fix typo in cascading event handler example by @Arturace in #1850
- Unwraps cloud events wrapper as part of persisting to the inbox. Clos… by @jeremydmiller in #1883
- Fixes for idempotency checks w/ Marten by @jeremydmiller in #1886
New Contributors
- @niekschoemaker made their first contribution in #1868
- @zprobinson made their first contribution in #1874
- @Arturace made their first contribution in #1850
Full Changelog: V5.4.0...V5.4.1