8000 chore(deps): bump go.temporal.io/sdk from 1.33.1 to 1.34.0 by dependabot[bot] · Pull Request #415 · formancehq/payments · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): bump go.temporal.io/sdk from 1.33.1 to 1.34.0 #415

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.

8000

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Apr 15, 2025

Bumps go.temporal.io/sdk from 1.33.1 to 1.34.0.

Release notes

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

v1.34.0

Highlights

Priority (Pre-release)

User can now set a priority key when scheduling a workflow, activity or child workflow. The priority key will be used to help prioritize certain tasks over others when there is a backlog. Priority is currently not supported in any OSS Temporal release, but support will be coming soon. To experiment with this feature please see the pre-release development server or if you are a Temporal Cloud customer reach out to your SA.

Activity Pause (Pre-release)

The Go SDK now supports activity pause for heart beating activities. If an activity is paused while an attempt is running and the activity is heart-beating the activity context will be cancelled like the activity was cancelled.

Breaking Changes

Workflow Metadata Query

The built in __temporal_workflow_metadata will now use RawValue to encoded the query response. This should help with issues when a users data converter did not support protobuf payloads. The SDK's default data converter will already handle RawValue, but users custom data converter may need to be updated to handle RawValue correctly.

What’s Changed

2025-02-26 - 9ce2508d - Remove WithStartOperation from docs (#1850) 2025-02-27 - 884681f7 - Add assertions for labels on Nexus metrics and logs (#1855) 2025-03-12 - 53719701 - Unblock using conflict policy UseExisting for Nexus WorkflowRunOperation (#1858) 2025-03-13 - 9f876e3d - Replace github.com/pborman/uuid with github.com/google/uuid (#1854) 2025-03-13 - efa70b9d - Add WorkflowExecutionAlreadyStarted error type to description (#1866) 2025-03-14 - 2dcb1b9a - Fix possibly failing to reserve slots due to stale issued number (#1870) 2025-03-14 - 54571a2b - Fix broken docstring (#1871) 2025-03-14 - 76cebd85 - Better Nexus error message (#1863) 2025-03-17 - 08d04be5 - Doc: Add blank lines before "Optional", "default", and "note" lines for clarity (#1873) 2025-03-17 - 695e7201 - Point to WorkflowExecutionErrorWhenAlreadyStarted in WorkflowIDReusePolicy/ConflictPolicy docstrings (#1872) 2025-03-20 - 07a817f1 - Add summary to Nexus operation (#1878) 2025-03-25 - 61cafbd6 - Allow local activities to finish running when stopping a worker (#1875) 2025-03-26 - 132f3568 - Extract BuilID from Version (#1881) 2025-03-26 - a80e6d54 - Add note that NewPayloadCodecGRPCClientInterceptor comes before NewFailureGRPCClientInterceptor (#1888) 2025-03-27 - 4b15a0c7 - Add RawValue support (#1879) 2025-03-27 - 9cd4d236 - Add FIPs to CI (#1892) 2025-03-28 - 31c4c308 - Disable some know flaky tests (#1893) 2025-03-28 - 9f5a4419 - Make sure schedule Update treats CatchupWindow properly (#1896) 2025-03-28 - ceab52ce - Fix WorkflowId being wrongly capitalized on example comments (#1891) 2025-03-31 - 0c9f60d3 - Add warning about anonymous functions as local activities (#1897) 2025-03-31 - 84f74820 - Update documentation for Next history iterator (#1853) 2025-04-01 - 4c897cd0 - Support environment configuration (#1849) 2025-04-02 - 5d5b2ff7 - Use RawValue for built-in query responses (#1894) 2025-04-02 - 9ba19ac6 - Make sure GetSystemInfo uses client timeout (#1900) 2025-04-03 - b9afba98 - Add Task Queue Priority (#1902) 2025-04-07 - 729bc240 - Add worker shutdown cause to context (#1904) 2025-04-09 - 797e9aa5 - Clarify ReusePolicy and ConflictPolicy doc comments (#1907) 2025-04-10 - 0ead7f5a - [doclink] Fix interface parsing (#1909) 2025-04-14 - 5940638f - Add support for activity pause (#1903) 2025-04-14 - a507124b - Update golang.org/x/net (#1913) 2025-04-14 - bba43df6 - don't try to call nil functions for TestUpdateCallback (#1914)

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 15, 2025 20:38
Copy link
Contributor
coderabbitai bot commented Apr 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.33.1 to 1.34.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.33.1...v1.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.temporal.io/sdk-1.34.0 branch from 400e799 to 2c291d4 Compare April 22, 2025 11:38
@laouji laouji merged commit 7518114 into main Apr 22, 2025
7 checks passed
@laouji laouji deleted the dependabot/go_modules/go.temporal.io/sdk-1.34.0 branch April 22, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0