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.51.0
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.52.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 4 contributors

Commits on Jul 25, 2025

  1. Added-failoverandinitial-version‑fields (#621)

    Added two new fields to the `GetClusterInfoResponse` proto:
    
    ```protobuf
      int64 failover_version_increment = 9;
      int64 initial_failover_version   = 10;
    ```
    
    [Server PR](temporalio/temporal#8090)
    
    ---------
    
    Co-authored-by: Roey Berman <roey.berman@gmail.com>
    vaibhavyadav-dev and bergundy committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    b5d08a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a51b1ba View commit details
    Browse the repository at this point in the history
  3. Add DescribeWorker API (#624)

    <!-- Describe what has changed in this PR -->
    **What changed?**
    Add DescribeWorker API.
    Extracted from [this PR](temporalio/api#622).
    
    <!-- Tell your future self why have you made these changes -->
    DescribeWorker - will be needed to get all the heartbeat information
    from the worker.
    Partially this can be covered by "ListWorkers" with query
    "WorkerInstanceKey = 'xxx'", but this is a dedicated API that doesn't
    require query processing.
    
    Extracting into separate PR so that one is concentrated on worker
    payload only.
    
    <!-- Are there any breaking changes on binary or code level? -->
    **Breaking changes**
    Introduce new API
    
    <!-- If this breaks the Server, please provide the Server PR to merge
    right after this PR was merged. -->
    [Server PR](temporalio/temporal#8094)
    ychebotarev committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    3d6e392 View commit details
    Browse the repository at this point in the history
Loading