Skip to content

8.3.0

Compare
Choose a tag to compare
@yang-xiaodong yang-xiaodong released this 09 Oct 06:49
· 25 commits to master since this release

Features

  • Upgraded all dependent NuGet packages to the latest versions.
  • Added a NATS option to disable dynamic subject creation for consumers (#1556). Thanks @davidterins.
  • Consumers now support the IAsyncDisposable interface (#1582).
  • Added QueueOptions for RabbitMQ transport (#1585). Thanks @apatozi.
  • Added the ShowOnlyExplicitVisibleNodes option to the dashboard for supporting Kubernetes node discovery with filtering (#1577). Thanks @apatozi.
  • Refactored to use file-scoped namespaces (#1586). Thanks @samanazadi1996.
  • 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.