Cadence v0.21.3 Release Notes

Release Date: 2021-07-17 // almost 3 years ago
  • โž• Added

    • โž• Added GRPC support. Cadence server will accept requests on both TChannel and GRPC. With dynamic config flag system.enableGRPCOutbound it will also switch to GRPC communication internally between server components.

    ๐Ÿ›  Fixed

    • ๐Ÿ—„ This change contains breaking change on user config. The masterClusterName config key is deprecated and is replaced with primaryClusterName key. (#4185)

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bump CLI version to v0.19.0
    • ๐Ÿ”„ Change --connect-attributes in cadence-sql-tool from URL encoding to the format of k1=v1,k2=v2...
    • โšก๏ธ Change --domain_data in cadence domain update/register from the format of k1:v1,k2:v2... to the format of k1=v1,k2=v2...
    • ๐Ÿ—„ Deprecate local domains. All new domains should be created as global domains.
    • ๐Ÿ”ง Server will deep merge configuration files when loading. No need to copy the whole config section, specify only those fields that needs overriding. (#4165)

Previous changes from v0.18.0