New
10.0.0
π 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
IConsumerClientandIProcessingServerinterfaces 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)