From 3a616d5219dd7fb05bd7869b4d3598ecf89677c8 Mon Sep 17 00:00:00 2001 From: Ketsia Date: Fri, 14 Jun 2024 05:05:02 -0400 Subject: [PATCH] v1.2.10-rc.4 changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac9cf4ab..69bd87709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [v1.2.10] - 2024-04-05 ### Added -- Update client wrappers with new async APIs (#1327) +- Implement the registered workflows and activities APIs in testsuite (#1343) +- Add methods on Worker to get registered workflows and activities (#1342) +- Fixing unit_test failure detection, and tests for data converters (#1341) +- Update compability adapter to support new enum value (#1337) +- Bump x/tools for tools, to support go 1.22 (#1336) +- Added an option to exclude the list of workflows by Type (#1335) +- Migrate CI from AWS queues to Google Kubernetes Engine queues (#1333) +- Internal workflow client test improvements (#1331) +- Update client wrappers with new async APIs (#1327) - Server-like `make build` and ensuring builds are clean in CI (#1329) - Pin mockery and regenerate everything (#1328) - Enforce 85% new line coverage (#1325)