You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added more default retryable error codes for Kafka consumption exceptions (#1587).
Bug Fixes
Fixed an issue that could cause multiple retries when both UseStorageLock and EnableParallelExecute are enabled (#1560). Thanks @sampsonye.
Fixed a bug related to the BrokerAddress property in the Azure Service Bus transport (#1576). Thanks @mviegas.
Fixed a bug where AbandonMessageAsync was not called on Azure Service Bus messages when persistence fails, preventing potential message loss (#1584). Thanks @oussama-smida.
Fixed DateTime parsing using InvariantCulture (#1590). Thanks @NikolozGob.