Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: temporalio/api-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.43.1
Choose a base ref
...
head repository: temporalio/api-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.43.2
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 14, 2025

  1. Add links to StartOperationResponse_Sync (#509)

    _**READ BEFORE MERGING:** All PRs require approval by both Server AND
    SDK teams before merging! This is why the number of required approvals
    is "2" and not "1"--two reviewers from the same team is NOT sufficient.
    If your PR is not approved by someone in BOTH teams, it may be summarily
    reverted._
    
    <!-- Describe what has changed in this PR -->
    **What changed?**
    Added new fields for links to Nexus `StartOperationResult_Sync`
    
    <!-- Tell your future self why have you made these changes -->
    **Why?**
    So that links can be attached to sync operations
    
    <!-- Are there any breaking changes on binary or code level? -->
    **Breaking changes**
    
    <!-- If this breaks the Server, please provide the Server PR to merge
    right after this PR was merged. -->
    **Server PR**
    pdoerner committed Jan 14, 2025
    Configuration menu
    Copy the full SHA
    61f369a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add activity_paused flag to ByID heartbeat response (#517)

    <!-- Describe what has changed in this PR -->
    **What changed?**
    Add "activity_paused" flag to RecordActivityTaskHeartbeatByIdResponse.
    
    <!-- Tell your future self why have you made these changes -->
    **Why?**
    1. It is needed to let long-running activity know that activity was
    paused on the server.
    2. Because it is missing in RecordActivityTaskHeartbeatByIdResponse but
    present in RecordActivityTaskHeartbeatResponse
    
    <!-- Are there any breaking changes on binary or code level? -->
    **Breaking changes**
    No.
    ychebotarev committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    192e5ed View commit details
    Browse the repository at this point in the history
  2. Update Cloud API (#201)

    * Update Cloud API
    
    * use main branch
    nikki-dag authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    28f4dfc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Fix proxy manipulation of single payload fields (#202)

    * Fix proxy manipulation of single payload fields
    
    * Remove case for *common.Payload
    bergundy authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    a6b8ad8 View commit details
    Browse the repository at this point in the history
Loading