Skip to content

Releases: dotnetcore/CAP

7.2.1

08 Sep 14:48
Compare
Choose a tag to compare

Features

  • The options EnableConsumerPrefetch and UseDispatchingPerGroup will work together without interference. (#1399)

Bug Fixed

  • Fixed SqlServer sql case sensitive in dashboard query. (#1389)
  • Fixed Redis endpoint is null in DotNetCore.CAP.OpenTelemetry. (#1384)

7.2.0

30 Jul 13:31
Compare
Choose a tag to compare

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:

  • Fixed BasicQosOptions not working as expected for RabbitMQ transport. (#1318)
  • Revert BeginTransactionAsync support. (#1376)
  • Fixed SqlServer transaction rollback message still sent out. (#1378)

7.1.4

17 Jun 02:53
Compare
Choose a tag to compare

Features:

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

17 May 05:07
Compare
Choose a tag to compare

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

7.1.2

25 Apr 02:38
191937e
Compare
Choose a tag to compare

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

07 Apr 05:11
Compare
Choose a tag to compare

Features

  • Add support topic config for kafka. (#1303)
  • Log in to dashboard with JWT authentication. (#1306)

Bug Fixed

  • Fixed sqlserver character string convert to datetime2 exception. (#1302)
  • Fixed dashboard consul node proxy switch bug. (#1307)

7.1.0

05 Mar 11:42
228820e
Compare
Choose a tag to compare

Features

Bug Fixed

7.0.3

02 Feb 01:11
Compare
Choose a tag to compare

Features

Bug Fixed

  • Fixed dashboard re-execute message throw null exception for SqlServer and Postgres. (#1259) Thanks @coolyuwk

7.0.2

09 Jan 14:23
a37ba25
Compare
Choose a tag to compare

Features

  • Change AzureServiceBus nuget package from Microsoft.Azure.ServiceBus to Azure.Messaging.ServiceBus. (#1253)

Bug Fixed

  • Fixed redis streams json serialize exception. (#1254)
  • Fixed dashboard route in balzor server app. (not support wasm) (#1244)

7.0.1

16 Dec 06:33
Compare
Choose a tag to compare

Bug Fixed

  • Fixed dashboard not working in balzor app. (#1244)
  • Fixed error when published Winform with 'Produce Single File'. (#1245)