Skip to content

Releases: dotnetcore/CAP

2.2.4

05 Jun 06:05

Choose a tag to compare

Because version 2.2.3 was not released to nuget, so released 2.2.4.

2.2.3

05 Jun 03:52

Choose a tag to compare

2.2.3 Pre-release
Pre-release

Features:

  • Improved log output.
  • Upgrade nuget packages.
  • Support pattern matching for consumer. (#132)

Bug Fixed:

  • Fixed exception thrown when terminate the program with Ctrl+C. (#130)

2.2.2

28 Apr 08:04

Choose a tag to compare

Features:

  • Improved log output. #114
  • Add default timeout configuration for kafka client.
  • Rename configuration options FailedCallback to FailedThresholdCallback.

Bug Fixed:

  • Fixed message enqueue exception.
  • Fixed retry processor bugs.
  • Fixed kafka producer exception log without logging when publish message.

2.2.1

18 Apr 05:07

Choose a tag to compare

Bug Fixed:

  • Fixed message enqueue bug in v2.2

2.2.0

17 Apr 07:01

Choose a tag to compare

Features:

  • Remove database queue mode. #102
  • Support for Diagnostics. #112
  • Upgrade dependent nuget packages.

Bug Fixed:

  • Fixed bug of the FailedRetryCount does not increase when raised SubscribeNotFoundException. #90

2.1.4

16 Mar 02:51

Choose a tag to compare

Features:

  • Remove TableNamePrefix option from MySqlOptions to EFOptions.
  • Upgrade nuget package

Bug Fixed:

  • Fixed the connection bug of getting message from table. (#83)
  • Fixed entityframework rename table name prefix bug. (#84)
  • Fixed sql server scripts bug of create table scheme. (#85)
  • Fixed thread safety issue about KafkaOptions.(#89)

2.1.3

24 Jan 02:10

Choose a tag to compare

Features:

  • Upgrade dependent nuget packages version.
  • NuGet package include xml doc now.
  • NuGet now contains the CAP symbol files.

Bug Fixed:

  • Fixed thread conflict issue when sending messages with PublishAsync. (#80 )
  • Fixed kafka received message sava failed may caused the mssage loss bug. (#78 )
  • Fixed dashboard js syntax issue. (#77 )

2.1.2

18 Dec 03:03

Choose a tag to compare

Bug Fixed:

  • Fixed and improve the performance of mysql processing messages. (#68 #36 )
  • Fixed dashboard manually trigger reconsumption bug. (#67 )
  • Fixed mysql 5.5 table initialization bug. (#65 )
  • Fixed mysql message queue executor bug. (#66 )

2.1.1

28 Nov 10:32

Choose a tag to compare

Bug Fixed:

  • Fixed 'dotnet.exe' process incomplete quit when shutdown application (Ctrl+C). (#64)
  • Fixed failure to issue as expected of RabbitMQ SubscriberNotFoundException. (#63)
  • Fixed Sent async message in the loop causes an exception. (#62)

2.1.0

17 Nov 02:10

Choose a tag to compare

Features:

  • Interface display optimization of dashboard.
  • Adds a more friendly display when looks at the message content.
  • Now you can see the exception infomation in the message conent filed when message send or executed failed.
  • Optimize LAN to see Dashboard without authentication.
  • Add IContentSerializer interface, you can customize the serialized message content.
  • Add IMessagePacker interface, you can customize wapper of the message.
  • Upgrade the dependent package.

Bug Fixed:

  • Fixed dashboard query bugs.
  • Fixed dashboard multilanguage display bugs.
  • Fixed RabbitMQ connection pool bug.
  • Fixed dashboard display bugs on mobile.