Skip to content

10.0.0

Latest

Choose a tag to compare

@yang-xiaodong yang-xiaodong released this 30 Nov 02:15
· 1 commit to master since this release

πŸš€ New & Improvements

  • .NET 10 Support – Added support for .NET 10. (#1679)
  • RabbitMQ Channel Pool – Fixed an issue where faulty IChannel instances were incorrectly returned to the connection pool. (#1759)
  • Dispatcher Refactoring – Refactored the Dispatcher component to improve modularity and maintainability.
  • Async Consumer Interfaces – Updated IConsumerClient and IProcessingServer interfaces to use asynchronous methods instead of synchronous ones for better performance and scalability.

🐞 Bug Fixes

  • RabbitMQ Consumer Concurrency – Fixed RabbitMQ consumer concurrency issues by ensuring safe message body handling during asynchronous processing. (#1767)