All Versions
22
Latest Version
Avg Release Cycle
53 days
Latest Release
1569 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.2 Changes
December 03, 2020 -
v3.1.1 Changes
September 23, 2020๐ Features:
- โ Add consumer parameter with interface suppport. (#669)
- โ Add custom correlation id and message id support. (#668)
- โจ Enhanced custom serialization support. (#641)
๐ Bug Fixed:
- Solve the issue of being duplicated executors from different assemblies. (#666)
- โ Added comparer to remove duplicate ConsumerExecutors. (#653)
- โ Add re-enable the auto create topics configuration item for Kafka, it's false by default. now is true. (#635)
- ๐ Fixed postgresql transaction rollback invoke bug. (#640)
- ๐ Fixed SQLServer table name customize bug. (#632)
-
v3.1.0 Changes
August 15, 2020 -
v3.0.4 Changes
May 27, 2020 -
v3.0.3 Changes
April 01, 2020 -
v3.0.2 Changes
February 05, 2020 -
v3.0.1 Changes
January 19, 2020 -
v3.0.0 Changes
December 30, 2019๐ฅ Breaking Changes
In this version, we have made major improvements to the code structure, which have introduced some destructive changes.
Publisher and Consumer are not compatible with older versions
This version is not compatible with older versions of the message protocol because we have improved the format in which messages are published and stored.Interface changes
๐จ We have done a lot of refactoring of the code, and some of the interfaces may be incompatible with older versionsDetach the dashboard project
๐ Features:
- ๐ Supports .NET Core 3.1.
- โฌ๏ธ Upgrade dependent packages.
- ๐ New serialization interface
ISerializer
to support serialization of message body sent to MQ. - โ Add new api for
ICapPublisher
to publish message with headers. - Diagnostics event structure and names improved. #378
- ๐ Support consumer method to read the message headers. #472
- ๐ Support rename message storage tables. #435
- ๐ Support for Kafka to write such as Offset and Partition to the header. #374
- ๐ Improved the processor retry interval time. #444
๐ Bug Fixed:
-
v2.6.0 Changes
August 29, 2019๐ Features:
- ๐ Improvement Diagnostic support. Thanks @gfx687
- ๐ Improvement documention. https://cap.dotnetcore.xyz
- ๐ Improvement
ConsumerInvoker
implementation. Thanks @hetaoos - ๐ Support multiple consumer threads. (#295)
- ๐ Change DashboardMiddleware to async. (#390) Thanks @liuzhenyulive
๐ Bug Fixed:
-
v2.5.1 Changes
June 21, 2019๐ Features:
- ๐ Improved logs record.
- โฌ๏ธ Upgrade dependent nuget packages version. (MySqlConnector, confluent-kafka-dotnet-1.0 )
- NodeId type change to string of DiscoveryOptions for Consul. (#314)
- ๐ Change the IConsumerServiceSelector interface access modifier to public. (#333)
- ๐ Improved RabbitMQOptions to provide extensions option to configure the client original configuration. (#350)
- โ Add index for MongoDB CAP collections. (#353)
๐ Bugs Fixed: