Skip to content

Commit 4aeb585

Browse files
Bump go.temporal.io/api from 1.59.0 to 1.60.0 (#45009)
Bumps [go.temporal.io/api](https://github.com/temporalio/api-go) from 1.59.0 to 1.60.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/temporalio/api-go/releases">go.temporal.io/api's releases</a>.</em></p> <blockquote> <h2>v1.60.0</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/temporalio/api-go/compare/v1.59.0...v1.60.0">https://github.com/temporalio/api-go/compare/v1.59.0...v1.60.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/temporalio/api-go/commit/b9a666f3d64eb3699fa096451567582696274224"><code>b9a666f</code></a> Make version optional for versioning override of already-pinned workflows (<a href="https://redirect.github.com/temporalio/api-go/issues/687">#687</a>)</li> <li><a href="https://github.com/temporalio/api-go/commit/db4dae32e64063f69532db05d684d56f4929ab21"><code>db4dae3</code></a> Add <code>CONTINUE_AS_NEW_SUGGESTED_REASON</code> and `CONTINUE_AS_NEW_VERSIONING_BEHAVI...</li> <li><a href="https://github.com/temporalio/api-go/commit/74439c78bd91092cc94e39ab4caab358cb0551c3"><code>74439c7</code></a> Add LastCurrentTime to version info to tell if it ever became current (<a href="https://redirect.github.com/temporalio/api-go/issues/692">#692</a>)</li> <li><a href="https://github.com/temporalio/api-go/commit/6b4f0602460a3e2d43cd38c77c5b8ff59d6a29c6"><code>6b4f060</code></a> Standalone Activity (<a href="https://redirect.github.com/temporalio/api-go/issues/688">#688</a>)</li> <li><a href="https://github.com/temporalio/api-go/commit/56a4e40d6a10e5eab6099c4f6128ac1da8216f2a"><code>56a4e40</code></a> Add external payload stats to WorkflowExecutionInfo (<a href="https://redirect.github.com/temporalio/api-go/issues/689">#689</a>)</li> <li><a href="https://github.com/temporalio/api-go/commit/4300b5a9d0f4f6a676f8dd20c473a1af598c52f8"><code>4300b5a</code></a> Clarify that <code>WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING</code> is deprecated (#...</li> <li><a href="https://github.com/temporalio/api-go/commit/1b49af22324a49a55fcda6fb0a30dd4ab714e10d"><code>1b49af2</code></a> Add WorkflowPauseEnabled to namespace capabilities (<a href="https://redirect.github.com/temporalio/api-go/issues/683">#683</a>)</li> <li><a href="https://github.com/temporalio/api-go/commit/7773526824c56ac421dccd832415964fe74beb2b"><code>7773526</code></a> Extend Payload to include references to externally stored objects (<a href="https://redirect.github.com/temporalio/api-go/issues/671">#671</a>)</li> <li><a href="https://github.com/temporalio/api-go/commit/09837f63f6673c4700af048c42c0d69183575096"><code>09837f6</code></a> Enable reading replicationEnabled (<a href="https://redirect.github.com/temporalio/api-go/issues/678">#678</a>)</li> <li><a href="https://github.com/temporalio/api-go/commit/472c572d9d482e59b7719f2d3dd0d847242dcbd6"><code>472c572</code></a> Rename is_replication_enabled to enable_replication (<a href="https://redirect.github.com/temporalio/api-go/issues/676">#676</a>)</li> <li>Additional commits viewable in <a href="https://github.com/temporalio/api-go/compare/v1.59.0...v1.60.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.temporal.io/api&package-manager=go_modules&previous-version=1.59.0&new-version=1.60.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: gabriel.plassard <gabriel.plassard@datadoghq.com>
1 parent 661612b commit 4aeb585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ require (
983983
github.com/modelcontextprotocol/go-sdk v1.1.0
984984
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
985985
gitlab.com/gitlab-org/api/client-go v1.14.0
986-
go.temporal.io/api v1.59.0
986+
go.temporal.io/api v1.60.0
987987
go.temporal.io/sdk v1.38.0
988988
)
989989

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)