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.42.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.43.0
Choose a head ref
  • 6 commits
  • 36 files changed
  • 6 contributors

Commits on Nov 19, 2024

  1. Add NamespaceUnavailableFailure (#481)\n\n**Why?**\r\n\r\nTo differen…

    …tiate between a namespace that's temporary unavailable and not active.\r\nThis new failure will be returned with a gRPC unavailable error and should be retried by clients automatically.
    bergundy committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    39e3fba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Update proto

    temporal-data committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ce6912c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    0fca9c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Fix api-go workflow dispatch (#497)

    **What changed?**
    Collapse two actions into one to avoid problems with multi-line strings
    and GITHUB_OUTPUT
    
    **Why?**
    Fix breakage
    dnr committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c09a656 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Add batch update execution options operation type enum (#499)

    <!-- Describe what has changed in this PR -->
    Add batch update execution options operation type enum
    
    <!-- Tell your future self why have you made these changes -->
    For use in `DescribeBatchOperation`
    
    <!-- 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**
    carlydf committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4bef51a View commit details
    Browse the repository at this point in the history
  2. Warn PR authors about the merge policy (#500)

    **What changed?**
    
    Add a warning to the GitHub PR template reminding everyone that both
    Server AND SDK teams must sign off on a PR before it's merged.
    
    **Why?**
    
    'Cause people have merged things a couple times now without SDK review.
    
    **Breaking changes**
    
    None
    Josh Berry committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    fa8d2c8 View commit details
    Browse the repository at this point in the history
Loading