Skip to content

Releases: dotnetcore/CAP

2.1.2

18 Dec 03:03
Compare
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
Compare
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
Compare
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.

2.0.2

29 Sep 02:02
Compare
Choose a tag to compare

Bug Fixed

Fixed asp.net core 2.0 startup error about issue #44 of MySql and PostgreSql

2.0.1

16 Sep 09:44
Compare
Choose a tag to compare

Bug Fixed:

  1. DbContext services bug. (#44)
  2. Dependency injection bug. (#45)

2.0.0

01 Sep 09:10
Compare
Choose a tag to compare

Features:

  • supported .net standard 2.0
  • supported PostgreSQL 9.5+
  • supported asynchronous function subscriptions
  • ICapPublisher api supported callback subsrciber

Bug Fixed:

  • fixed multiple subscriber subscribe bug.(#38)
  • fixed model binde bug.(#17,#18)
  • fixed database connection disposed bug. (#25)
  • fixed consumer method injection context bug.(#34)

1.1.0

04 Aug 13:04
Compare
Choose a tag to compare

Feature

  • Supported MySQL database persistent message.
  • Add message failed call-back in CapOptions.
  • Remove publish messages API of string name at ICapPublisher.

Bug Fix

  • Code refactor.
  • Fixed bug (#17 , #18).

1.0.1

25 Jul 03:56
Compare
Choose a tag to compare
  • ICapPublisher interface add synchronous publish API.
  • Add infinity retry failed processor.

1.0.0

19 Jul 13:50
Compare
Choose a tag to compare
v1.0.0

update api_key