7.8.0 (2022-05-09)
Features Added
- Added the
GetReceiveActions
method toProcessMessageEventArgs
andProcessSessionMessageEventArgs
to allow for receiving additional messages from the processor callback.
Breaking Changes
ServiceBusTransportMetrics
andServiceBusRuleManager
have been removed from the prior beta versions. These will be evaluated for inclusion in a future GA release.
Bugs Fixed
- Prevent exception when stopping processor that can occur if custom registrations were added to the
CancellationToken
that is exposed via the event args. - Don't close entire AMQP session when closing individual AMQP links when
EnableCrossEntityTransactions
is set totrue
, since with this configuration, all links will share the same session.
Other Changes
- Retries related to accepting sessions when using the
ServiceBusSessionProcessor
are now logged asVerbose
rather thanWarning
.