From a0aaa7929423437960d248b0c460f93e5223ed2e Mon Sep 17 00:00:00 2001 From: Vera Kobylchak Date: Thu, 5 Aug 2021 12:59:45 -0700 Subject: [PATCH] Release v1.2.0 --- releases/v1.2.0 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releases/v1.2.0 diff --git a/releases/v1.2.0 b/releases/v1.2.0 new file mode 100644 index 0000000000..97e069ae0e --- /dev/null +++ b/releases/v1.2.0 @@ -0,0 +1,4 @@ +2021-07-02 - 02d37a51 - ProtobufJsonPayloadConverter is fixed to use custom printer provided in constructor (#552) +2021-07-05 - 177b8958 - Expose a fixed implementation of WorkflowQueue as a new method of Workflow class (#572) +2021-07-07 - 9a0a9391 - Forbid the usage of WorkflowClient, ActivityCompletionClient, and WorkflowServiceStubs from workflow code (#556) +2021-07-27 - 99e71037 - Polish JUnit5 extension: per-test initial time, dynamic workflows and activities (#581)