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

Bump @grpc/grpc-js, @temporalio/client and @temporalio/worker in /exercises/rollback-with-saga/solution #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 20, 2024

Bumps @grpc/grpc-js to 1.11.1 and updates ancestor dependencies @grpc/grpc-js, @temporalio/client and @temporalio/worker. These dependencies need to be updated together.

Updates @grpc/grpc-js from 1.7.3 to 1.11.1

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.11.1

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#2799 contributed by @​xqin)

@​grpc/grpc-js-xds 1.11.0

  • Add xDS Servers (#2783)
    • Note: this is primarily a foundation for future features. It doesn't actually do much right now.
  • Add support for dualstack socket support in xDS clients (#2665)

@​grpc/grpc-js 1.11.0

Changelog

  • Add Server connection injection API as described in gRFC L114 (#2675)
  • Implement support for an alternate DNS resolver that supports custom authorities (#2776 contributed by @​gkampitakis)
  • Add a channel option to configure retry attempt limits (#2795)
  • Add a getHost method to server call objects (#2783, #2793)
  • Fix typos and omissions in service config validation errors (#2782 contributed by @​matthewbinshtok)

Experimental API changes

Added:

  • splitHostPort
  • HostPort
  • createServerCredentialsWithInterceptors

@​grpc/grpc-js 1.10.11

  • Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. (#2784)
  • Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results (#2784)
  • Fix a bug that caused servers to sometimes not close idle connections depending on timing (#2790)
  • Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed (#2791)

@​grpc/grpc-js 1.10.10

  • Various improvements to handling of keepalive timers (#2760 by @​davidfiala)
  • Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (#2772)
  • Fix a bug causing some requests to fail when making requests through a local proxy (#2746 contributed by @​mjameswh, backported in #2777)
  • Fix handling of URL-encoded user credentials in proxy configuration (#2761 contributed by @​brendan-myers, backported in #2777)
  • Fix missing client-side handling of the grpc.max_send_message_length channel option (#2779)

@​grpc/grpc-js 1.10.9

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

@​grpc/grpc-js 1.10.8

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#2750)

@​grpc/grpc-js 1.10.7

  • Improve reporting of HTTP error codes (#2723)
  • Update dependency on @grpc/proto-loader to the latest version (#2732)

@​grpc/grpc-js 1.10.6

  • Fix a bug that could cause a server to sometimes send the status early (#2708)

... (truncated)

Commits
  • 43032b1 Merge pull request #2800 from murgatroid99/grpc-js_1.11.1
  • 2ecd53d grpc-js: Bump to 1.11.1
  • 4da4fdc Merge pull request #2799 from xqin/master
  • 996a637 support node v14 again
  • 87ea7ce Merge pull request #2797 from murgatroid99/grpc-js_1.11.0_real
  • 2ee8911 grpc-js: Bump packages to 1.11.0, and update documentation
  • 7e4c8f0 Merge pull request #2796 from murgatroid99/grpc-js_1.11.0
  • bf8e071 grpc-js: Bump packages to 1.11.0, and update documentation
  • e13d5e7 Merge pull request #2793 from murgatroid99/grpc-js_server_call_get_host
  • d60f516 Merge pull request #2795 from murgatroid99/grpc-js_retry_limit_option
  • Additional commits viewable in compare view

Updates @temporalio/client from 1.9.3 to 1.11.1

Release notes

Sourced from @​temporalio/client's releases.

1.11.1

v1.11.0..HEAD

[1.11.1] - 2024-08-15

Bug Fixes

  • [client] Reexport WorkflowExecutionAlreadyStartedError from @temporalio/client (#1498)

1.11.0

[1.11.0] - 2024-08-14

Bug Fixes

  • Fix flakes in Worker Tuner and Workflow Update tests (#1463)
  • [workflow] Don't propagate cancellation from non-cancellable scopes to children (#1429)
  • [worker] Don't fail Worker on Activity Task decode failures (port from #1473) (#1477)
  • [ci] Enable file-based persistence on dev server for stress tests (#1480)
  • [workflow] Fix cancel-before-started abandon activity (#1487)
  • [doc] Docs were no longer being built and deployed in CI (#1494)
  • [workflow] Process all activation jobs as a single batch (#1488)

Documentation

  • Clarify some drawbacks of ephemeral servers, and other minor fixes (#1478)

Features

  • [workflow] Unify GRPC::CANCELED and DEADLINE_EXCEEDED in an SDK Timeout exception for Update (#1452)
  • [workflow] Expose updateId to update handlers (#1450)
  • [workflow] Add upsert memo command (#1321)

Miscellaneous Tasks

  • Bump GHA runner for stress tests (#1492)

Client

  • Make gRPC INTERNAL status retryable (#1455)

1.10.3

Bug Fixes

  • [worker] Don't fail Worker on Activity Task decode failures (#1473)

1.10.2

Bug Fixes

  • [worker] Fix clients being created without prefixed metric meter (#1465)
  • [workflow] Don't propagate cancellation from non-cancellable scopes to children (#1466)

... (truncated)

Commits
  • 1c7156f chore(release): Publish
  • bf0fac7 fix(client): Reexport WorkflowExecutionAlreadyStartedError from `@temporalio/...
  • f968d9f chore(release): Publish
  • fafbccf docs: Clarify some drawbacks of ephemeral servers, and other minor fixes (#1478)
  • cc6ee3b fix(worker): Don't fail Worker on Activity Task decode failures (port from #1...
  • 2de1b01 client: Make gRPC INTERNAL status retryable (#1455)
  • f756351 fix: Fix flakes in Worker Tuner and Workflow Update tests (#1463)
  • 12c9e2a Make startUpdate require wait stage (#1448)
  • c69795d feat(workflow): Unify GRPC::CANCELED and DEADLINE_EXCEEDED in an SDK Timeout ...
  • 120e91c Evolve update long-poll implementation (#1417)
  • Additional commits viewable in compare view

Updates @temporalio/worker from 1.9.3 to 1.11.1

Release notes

Sourced from @​temporalio/worker's releases.

1.11.1

v1.11.0..HEAD

[1.11.1] - 2024-08-15

Bug Fixes

  • [client] Reexport WorkflowExecutionAlreadyStartedError from @temporalio/client (#1498)

1.11.0

[1.11.0] - 2024-08-14

Bug Fixes

  • Fix flakes in Worker Tuner and Workflow Update tests (#1463)
  • [workflow] Don't propagate cancellation from non-cancellable scopes to children (#1429)
  • [worker] Don't fail Worker on Activity Task decode failures (port from #1473) (#1477)
  • [ci] Enable file-based persistence on dev server for stress tests (#1480)
  • [workflow] Fix cancel-before-started abandon activity (#1487)
  • [doc] Docs were no longer being built and deployed in CI (#1494)
  • [workflow] Process all activation jobs as a single batch (#1488)

Documentation

  • Clarify some drawbacks of ephemeral servers, and other minor fixes (#1478)

Features

  • [workflow] Unify GRPC::CANCELED and DEADLINE_EXCEEDED in an SDK Timeout exception for Update (#1452)
  • [workflow] Expose updateId to update handlers (#1450)
  • [workflow] Add upsert memo command (#1321)

Miscellaneous Tasks

  • Bump GHA runner for stress tests (#1492)

Client

  • Make gRPC INTERNAL status retryable (#1455)

1.10.3

Bug Fixes

  • [worker] Don't fail Worker on Activity Task decode failures (#1473)

1.10.2

Bug Fixes

  • [worker] Fix clients being created without prefixed metric meter (#1465)
  • [workflow] Don't propagate cancellation from non-cancellable scopes to children (#1466)

... (truncated)

Commits
  • 1c7156f chore(release): Publish
  • f968d9f chore(release): Publish
  • d6e2738 fix(workflow): process all activation jobs as a single batch (#1488)
  • d16ee04 Small fix of links to documentation (#1456)
  • cc6ee3b fix(worker): Don't fail Worker on Activity Task decode failures (port from #1...
  • 9d31dbd fix(workflow): Don't propagate cancellation from non-cancellable scopes to ch...
  • a6849af Update stack trace interfaces to match new protos (#1454)
  • d983a72 Expose resource-based autotuning (#1433)
  • fdb708f chore(release): Publish
  • ff79445 chore(release): Publish
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) to 1.11.1 and updates ancestor dependencies [@grpc/grpc-js](https://github.com/grpc/grpc-node), [@temporalio/client](https://github.com/temporalio/sdk-typescript/tree/HEAD/packages/client) and [@temporalio/worker](https://github.com/temporalio/sdk-typescript/tree/HEAD/packages/worker). These dependencies need to be updated together.


Updates `@grpc/grpc-js` from 1.7.3 to 1.11.1
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.7.3...@grpc/grpc-js@1.11.1)

Updates `@temporalio/client` from 1.9.3 to 1.11.1
- [Release notes](https://github.com/temporalio/sdk-typescript/releases)
- [Changelog](https://github.com/temporalio/sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/temporalio/sdk-typescript/commits/v1.11.1/packages/client)

Updates `@temporalio/worker` from 1.9.3 to 1.11.1
- [Release notes](https://github.com/temporalio/sdk-typescript/releases)
- [Changelog](https://github.com/temporalio/sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/temporalio/sdk-typescript/commits/v1.11.1/packages/worker)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
- dependency-name: "@temporalio/client"
  dependency-type: direct:production
- dependency-name: "@temporalio/worker"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 20, 2024
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.

0 participants