CAP v3.1.2 Release Notes

Release Date: 2020-12-03 // over 3 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Support record the exception message in the headers. (#679)
    • ๐Ÿ‘Œ Support consul service check for https. (#722)
    • ๐Ÿ‘Œ Support custom producer threads count options for sending. (#731)
    • โฌ†๏ธ Upgrade dependent nuget packages to latest.

    ๐Ÿ› Bug Fixed:

    • ๐Ÿ›  Fixed InmemoryQueue expired messages are not removed bug. (#691)
    • ๐Ÿ›  Fixed Executor key change lead to possible null reference exception. (#698)
    • ๐Ÿ›  Fixed Postgresql delete expires data logic error. (#714)

Previous changes from v3.1.1

  • ๐Ÿ”‹ 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)