CAP v2.5.0 Release Notes

Release Date: 2019-03-30 // about 5 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Support Azure Service Bus. #307
    • ๐Ÿ‘Œ Support In-Memory Storage. #296
    • โฌ†๏ธ Upgrade Dapper to version 1.60.1
    • ๐Ÿ‘ท Support read environment variables CAP_WORKERID and CAP_DATACENTERID as the snowflake algorithm workerid and datacenterid.

    ๐Ÿ› Bug Fixed:

    • Modify MySQL cap table encoding to utf8mb4. #305
    • ๐Ÿšš Move CapSubscribeAttribute class to DotNetCore.CAP project.
    • ๐Ÿ›  Fixed multiple instance snowflake algorithm generating primary key conflicts. #294