silky v1.2.0 Release Notes

Release Date: 2021-08-04 // almost 5 years ago
  • [1.2.0]

    โž• Added

    • โž• Added use of Serilog as a logger
    • โž• Added identity authentication and authorization package

    ๐Ÿ”„ Changed

    • โœ‚ Remove unnecessary dependencies of the Silky.Rpc package
    • โšก๏ธ Optimize swagger document generation

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix the bug that the Confirm phase and the Cancel phase will not automatically submit the local transaction and save the data in the TCC transaction
    • ๐Ÿ›  Fix the exception of parameter conversion in the Cancel and Confirm phases when Json is used as the codec in a distributed transaction
    • ๐Ÿ›  Fix the exception that the rpc call returns an empty result
    • ๐Ÿ›  Fixed the bug that the input parameter verification failed when Json was used as the codec during the rpc call