develop
Convenience extension for session based batching in ASB and explicit control of MaxConcurrentSessions (#5548)
Standardized the topology for partition key across service bus, event hub, and the SQL transport
Added the transport and test harness options for Azure Service Bus, and reworked the way the AsyncElementList deals with messages.
Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.
Added the ability to deploy the publish topology to the broker at startup, including any nested types when supported by the broker
Mark obsolete property as obsolete.
Added MaxMessageSizeInKilobytes to configuration options for Azure Service Bus, renamed MaxSizeInMB to MaxSizeInMegabytes.
Added SupportOrdering property to the topic configurator for Azure Service Bus.
Updated documentation for receive endpoint configuration using an endpoint definition
Cleanup using
Added configure endpoints callback extension methods for transport-specific configuration
Changed Exclude logic for Fault<T> to use the message publish topology instead of only checking for an attribute on the message type
AddSqlMessageScheduler() method created so that scheduled messages can be canceled
Added an [Obsolete] tagged versions of `UseDelayedMessageScheduler` for Azure Service Bus and the SQL transport