Cadence v0.21.3 Release Notes
Release Date: 2021-07-17 // over 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
incadence-sql-tool
from URL encoding to the format of k1=v1,k2=v2... - โก๏ธ Change
--domain_data
incadence 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)
- โ Added GRPC support. Cadence server will accept requests on both TChannel and GRPC. With dynamic config flag