Skip to content

Releases: dotnetcore/CAP

2.3.1

29 Oct 14:36
b62a49f
Compare
Choose a tag to compare

Features:

  • Add Source Link Support
  • Upgrade dependent NuGet packages.

Bug Fixed:

  • Fixed dashboard messages requeue error. ( #205 )
  • Adjustment snowflake workerId to random id.
  • Fixed flush unclaer data bug.

2.3.0

30 Aug 08:24
Compare
Choose a tag to compare

In this version, we made some breaking changes for the publisher API, you can see this blog to understand the story behind.

If you have any migration question, please comment in issue #190.

Breaking Changes:

  • Removed app.UseCap() from Startup.cs
  • Message table primary key data type has been modified to Bigint and non auto-Increment. (#180)
  • New publisher Api. (#188)

Features:

  • MongoDb supported. (#143)
  • Automatic commit transaction. (#191)

Bug Fixed:

  • When the transaction fails, the message is still sent. (#118)
  • Multiple events in one transaction. (#171)

2.2.5

19 Jul 07:50
Compare
Choose a tag to compare

Features:

  • Performance improvement

Bug Fixed:

  • Fixed message enqueue exception.
  • Fixed Retry processor bugs.
  • Fixed Kafka producer exception log without logging when publish message.
  • Fixed Incorrect local IP address judgment of IPv6. (#140)
  • Fixed DateTime localization format conversion error to sql. (#139)
  • Fixed dashboard message page re-requeue and re-executed operate bug. #158
  • Fixed SendAsync or ExecuteAsync recursion retries bug. (#160)
  • Fixed configuration options of FailedThresholdCallback could not be invoke when the value less then three. (#161)

2.2.4

05 Jun 06:05
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixed:

  • Fixed message enqueue bug in v2.2

2.2.0

17 Apr 07:01
Compare
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
Compare
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
Compare
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 )