Skip to content

8.3.2

Latest
Compare
Choose a tag to compare
@yang-xiaodong yang-xiaodong released this 05 Dec 11:37
09f2a05

Improvements

  • Graceful Handling of CAP Message Headers: The CAP message group header will now be overwritten instead of throwing an exception if it already exists. (#1623) Thanks to @PoteRii.
  • Custom Exception Handling for Redis Streams: Introduced support for invoking user-defined actions when exceptions occur during the consumption of Redis streams. (#1618) Thanks to @MahmoudSamir101.

Bug Fixes

  • Azure Service Bus AutoCompleteMessages Lock Issue: Resolved an issue where the AutoCompleteMessages feature in Azure Service Bus caused an invalid lock error. (#1598)