Skip to content

Commit

Permalink
v1.2.10-rc.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsiambaku committed Jul 10, 2024
1 parent 491cfe4 commit 25ba603
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v1.2.10] - 2024-04-05
### Added
## [v1.2.10] - 2024-07-10
### Added
- Remove coveralls integration (#1354)
- Change registry Apis signature to return info interface (#1355)
- Adjust startedCount assertion in Test_WorkflowLocalActivityWithMockAndListeners (#1353)
- Handle panics while polling for tasks (#1352)
- Ensure PR description follows a template when potential breaking changes are made (#1351)
- Add tests for replayer utils isDecisionMatchEvent (#1350)
- Adding tests for internal_workflow_client (#1349)
- Extracting domain client to a separate file (#1348)
- Test for GetWorkflowHistory (#1346)
- Added test for TerminateWorkflow in the internal package (#1345)
- 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)
Expand All @@ -19,12 +28,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Server-like `make build` and ensuring builds are clean in CI (#1329)
- Pin mockery and regenerate everything (#1328)
- Enforce 85% new line coverage (#1325)
- Fix coverage metadata commit info (#1323)
- Add documentation for propagators and how they are executed (#1312)
- Add documentation for propagators and how they are executed (#1312)
- Update idl and add wrapper implementaton for async start/signalwithstart APIs (#1321)
- Enable codecov and generate metadata file as artifact (#1320)
- Enable codecov and generate metadata file as artifact (#1320)
- Release v1.2.9 (#1317)

### Fixed
- Partial fix for Continue as new case (#1347)
- Fixing unit_test failure detection, and tests for data converters (#1341)
- Fix coverage metadata commit info (#1323)


## [v1.2.9] - 2024-03-01
### Added
- retract directive for v1.2.8
Expand Down

0 comments on commit 25ba603

Please sign in to comment.