7.2.0-beta.1 (2021-03-08)
Added
- Added
EnableCrossEntityTransactions
property toServiceBusClientOptions
to support transactions spanning multiple entities. - Added
SessionIdleTimeout
property toServiceBusSessionProcessorOptions
to allow configuration of when to switch to the next session when using the session processor.
Key Bug Fixes
- Fixed issue where batch size calculation was not taking diagnostic tracing information into account.
- Retry on authorization failures to reduce likelihood of transient failures bubbling up to user application.
- Reduce maximum refresh interval to prevent Timer exceptions involving long-lived SAS tokens.