CAP v2.3.0 Release Notes

Release Date: 2018-08-30 // over 5 years ago
  • ๐Ÿ‘€ 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)