What's Changed
- Add Oracle persistence provider by @jeremydmiller in #2161
- Add Wolverine.Sqlite provider docs by @mysticmind in #2162
- Migrate to centralized NuGet package management (CPM) by @jeremydmiller in #2163
- Add feature to return supplied ProblemDetails by @johnbaro in #2166
- Fix incoming RabbitMQ messages persisting to wrong store with [MartenStore] by @jeremydmiller in #2168
- Add native dead letter queue support for Kafka transport by @jeremydmiller in #2170
- Centralize DLQ constants into DeadLetterQueueConstants by @jeremydmiller in #2171
- Harden Postgresql AdvisoryLock against closed connections during shutdown by @jeremydmiller in #2172
- Document PrefixIdentifiers for all transport types by @jeremydmiller in #2173
- Add system control and reply queues to Amazon SQS transport by @jeremydmiller in #2175
- Reduce hot-path allocations in message processing pipeline by @jeremydmiller in #2176
- Fix partial batch failures causing duplicate messages in Azure Service Bus sender by @jeremydmiller in #2177
- Fix partial batch failures causing duplicate messages in Azure Service Bus by @jeremydmiller in #2178
- Bullseye reference changed to Nuke in readme. by @XL1TTE in #2184
- Add podman support for DockerUp build step. by @XL1TTE in #2181
- Fix conventional routing endpoint discovery in FindResources by @jeremydmiller in #2174
- Add sending failure policies for outgoing message error handling by @jeremydmiller in #2179
- Add [NonTransactional] attribute to opt out of auto-applied transactions by @jeremydmiller in #2187
- Add global EntityDefaults for OnMissing and MaybeSoftDeleted by @jeremydmiller in #2188
- chore: Add note about LavinMQ compatibility by @prom3theu5 in #2190
- Add content negotiation via custom MIME types (#1573) by @jeremydmiller in #2189
- Add first-class multipart upload support (#1419) by @jeremydmiller in #2191
- Fix CodegenPreviewCommand TypeLoadException from Npgsql version mismatch by @jeremydmiller in #2192
- Add CosmosDB persistence provider by @jeremydmiller in #2193
- Add UseFluentValidationProblemDetail Api by @XL1TTE in #2186
- Add warning about manual service registration for FluentValidation HT… by @jeremydmiller in #2194
- Fix durable inbox message loss via ListeningAgent coordination by @jeremydmiller in #2196
- Support multiple saga types handling the same message type by @jeremydmiller in #2197
- Automatic local fanout for separated handlers (GH-2198) by @jeremydmiller in #2199
- Document Kafka listener consumer settings by endpoint mode by @jeremydmiller in #2200
New Contributors
- @XL1TTE made their first contribution in #2184
- @prom3theu5 made their first contribution in #2190
Full Changelog: V5.15.0...V5.16.0