develop
Standardized the topology for partition key across service bus, event hub, and the SQL transport
Additional fixes for #3286 - leaked exception types and failure to retry the connection exception.
Added the ability to deploy the publish topology to the broker at startup, including any nested types when supported by the broker
Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.
Removed the basic tier "support" since it didn't really do anything.
Convenience extension for session based batching in ASB and explicit control of MaxConcurrentSessions (#5548)
Added entity disabled to retry handling per https://github.com/MassTransit/MassTransit/discussions/5833
Added MaxMessageSizeInKilobytes to configuration options for Azure Service Bus, renamed MaxSizeInMB to MaxSizeInMegabytes.
Fixed #3120 - parameter ordering issue connecting subscription endpoint
Fixed #3197 - Temporary endpoints not deleting properly on SQS
Added SupportOrdering property to the topic configurator for Azure Service Bus.