Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 932 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 932 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

You can find a list of previous releases on the github releases page.

[Unreleased]

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.18.3 (#3959)

[0.18.0] - 2021-01-22

[0.16.1] - 2021-01-21

[0.17.0] - 2021-01-13

[0.16.0] - 2020-12-10