Skip to content

v1.2.0

Compare
Choose a tag to compare
@liuhll liuhll released this 04 Aug 00:58
· 1197 commits to main since this release

[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