Chetan Gowda

Results 12 issues of Chetan Gowda

## What changed? The sequence diagram rendering in [history service doc](https://github.com/temporalio/temporal/blob/main/docs/history-service.md) is broken. Looks like there is a redundant break tag `` that is causing it to not render correctly....

## What changed? Functional tests now use the prepared Matching service client in the `FunctionalTestBase` object rather than reaching directly into `FunctionalTestBase.testCluster.xyz`. ## Why? Functional tests should not reach deep...

## What changed? In this PR we are attaching the user metadata if found in the command to the corresponding history events that are being created. ## Why? Users need...

## What changed? We are now handling the User Metadata attached in the start workflow requests. ## Why? Users need a way to set arbitrary information on workflows and events....

## What changed? Workflow tasks can now return an application error with NextRetryDelay option to customize when the workflow task will be retried again. ``` return temporal.NewApplicationError( "some retryable error",...

## What was changed Bump api version to 1.34.0 ## Why? New release ## Checklist 1. Closes 2. n/a 3. How was this tested: manually verified against sdk-go repo 4....

## What changed? `GetWorkflowExecution()` in Cassandra now fetches the current runID if one is not provided. ## Why? Making changes to persistence interface to keep storage specific implementation details behind...

## What changed? `GetWorkflowExecution()` methods in SQL implementations (Postgres, Mysql & Sqlite) now fetches the current runID if one is not provided. ## Why? We are making changes to persistence...

## What changed? In this PR we are doing 2 things, 1. Cleaning up the entries in `ChildrenInitializedPostResetPoint` 2. Verifying that the results are indeed from the correct restarted child...

stale

## What changed? _Describe what has changed in this PR._ ## Why? _Tell your future self why have you made these changes._ ## How did you test it? - [...