Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump go.temporal.io/sdk from 1.29.1 to 1.30.0 #8

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2024

Bumps go.temporal.io/sdk from 1.29.1 to 1.30.0.

Release notes

Sourced from go.temporal.io/sdk's releases.

v1.30.0

Highlights

Nexus

We have made some improvements in Nexus metrics, nexus_task_execution_failed is now tagged with a failure_reason to help users understand the cause of the task failure.

see also: https://docs.temporal.io/references/sdk-metrics#nexus_task_execution_failed

Test Environment

Improved support for mocking Nexus operations so you won’t need to have access to the operation itself or implementing a dummy operation. You can mock by calling OnNexusOperation and, when appropriate, RegisterNexusAsyncOperationCompletion.

Docs coming soon.

Worker shutdown

When a Go SDK worker s shutting down it will now communicate to the Temporal service through a new ShutdownWorker API that the worker is no longer taking more tasks. If the Temporal service supports this feature all sticky workflow tasks will be assigned back to the normal task queue. This should reduce latency caused by shutting down a worker due to stick task queue timeout.

What's Changed

2024-09-17 - 03e0341 - Use stable CLI for tests (#1637) 2024-09-17 - 8283604 - Remove DISABLE_NEXUS_TESTS env var from test code (#1640) 2024-09-23 - d10e871 - Update workflowcheck and allow it to handle aliased context (#1642) 2024-09-24 - cf3153e - expose ScheduleDescription (#1649) 2024-10-01 - 974ccc0 - Call the ShutdownWorker API as part of workflow worker cleanup (#1645) 2024-10-01 - f0ac2ee - Fix Nexus test env to respect ScheduleToCloseTimeout (#1636) 2024-10-02 - 772bc83 - MultiOperation retries non-durable Update (#1652) 2024-10-03 - 4e8380c - Error for unused Update operation (#1655) 2024-10-03 - cdd3070 - Remove history truncation (#1656) 2024-10-03 - d7a2128 - Enforce nexus request timeout in workflow test suite (#1653) 2024-10-03 - ea60ad5 - Evict the workflow from cache if their is a panic in the SDK (#1654) 2024-10-04 - 7d57a66 - ensure WorkflowTaskExecutionFailureCounter is called with a tag (#1658) 2024-10-08 - 75bd94b - Panic if endpoint or service is empty in NewNexusClient (#1661) 2024-10-08 - b300e50 - Nexus: Fix link not being attached to a workflow started via a Handler function (#1659) 2024-10-08 - b4e934e - Include updateID and updateName in update logger (#1660) 2024-10-08 - c82a8ac - Error if history contains unexpected events after the StartedEventId (#1662) 2024-10-09 - 3671c99 - fix link (#1665) 2024-10-14 - e503995 - Fix nexus_task_execution_failed to include OperationError outcome in start requests (#1664) 2024-10-15 - 7432064 - Add regression test to validate temporal_workflow_task_execution_failed on replay (#1669) 2024-10-16 - 959f581 - Read cgroups for resource tuner limits (#1632) 2024-10-16 - cfc38de - Fix TestNonDeterminismFailureCauseReplay integration test (#1674) 2024-10-18 - 1a13bf3 - Add Nexus failure_reason metric tag (#1671) 2024-10-24 - 5505d04 - Fix failure_reason label for nexus_task_execution_failed metric on task timeout (#1684) 2024-10-24 - 56b601d - Bump Nexus sdk-go to v0.0.11 (#1685) 2024-10-25 - 2bd372c - Upgrade API to v1.40.0 (#1688) 2024-10-25 - c0a1b59 - Translate gRPC Canceled code to Nexus HandlerErrorTypeInternal (#1680) 2024-10-28 - 37d1775 - Support for mocking nexus operations (#1666) 2024-10-28 - 4afb587 - Update-with-Start incompatible options (#1690)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.29.1...v1.30.0)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Oct 31, 2024

The following labels could not be found: dependencies.

Copy link
Author

dependabot bot commented on behalf of github Nov 28, 2024

Superseded by #19.

@dependabot dependabot bot closed this Nov 28, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go.temporal.io/sdk-1.30.0 branch November 28, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants