Releases: dotnetcore/CAP
Releases · dotnetcore/CAP
7.2.1
7.2.0
Breaking Changes
- Remove
ProducerThreadCount
configuration option. Now automatically send task managed by the .NET thread pool. (#1380) - Change the SnowflakeId from static singleton to dependency injection singleton. (#1322)
Features:
- Add support for kubernetes discovery in dashboard. (#1362)
- Message send task and consumer execute task managed by .net thread pool. (#1380)
- Upgrade dependencies of NuGet packages.
Bug Fixed:
7.1.4
Features:
- Add suppport
AutoDeleteOnIdle
option for Azure Service Bus. (#1350) Thanks @StevenDevooght
Bug Fixed:
- Keep the originall stack when consumer exception occurs. (#1341) Thanks @tomyangOK
- Fixed multiple invocations caused when the retry processor exceeded the
FailedRetryInterval
. (#1359) Thanks @li-zheng-hao - Fixed thread blocking when enable
UseDispatchingPerGroup
option. (#1356) Thanks @sampsonye @li-zheng-hao
7.1.3
Features
- Allow Explicit to set AllowAnonymous for the dashboard API. (#1335)
- Update dashboard UI style
- Add Cancellation token for BeginTransactionAsync. (#1317) Thanks @denis-tsv
Bug Fixed
- Fixed postgresql AcquireLockAsync sql error. (#1320) Thanks @guochen2
- Fixed redis transport order pool connections non-lazy created connections. (#1332) Thanks @MahmoudSamir101
- Fixed mysql 8.0 storage skip locked not available bug. (#1330) Thanks @yang-xiaodong
7.1.2
Bug Fixed
- Optimizing consumer duplicate detection warning logs. (#1314)
- Fixes NATS consumption repeat when multiple consumer threads.
- Fixes NATS transport infinity reconnect race condition. (#1311)
Full Changelog: v7.1.1...v7.1.2
7.1.1
7.1.0
Features
- Add option to support distributed locks for retry processor. (#1272) Thanks @li-zheng-hao
- Add option to support set BasicQos for RabbitMQ. (#1267) Thanks @nunorelvao
- Add option to set queue type for RabbitMQ. (#1281) Thanks @PaulCousinsTTEducation
- Add support publish to mutiple topics for Azure Service Bus. (#1283) Thanks @jonekdahl @mviegas
Bug Fixed
- Fixed dashboard re-execute message throw null exception for MongoDB. (#1279) Thanks @cagataykiziltan
7.0.3
Features
- Add SQL Filters option on topic subscribtion for AzureServiceBus. (#1263) Thanks @giorgilekveishvili-meama
- Add EF BeginTransaction extensions overload with isolationlevel and async version. (#1266) @xshaheen