Skip to content

build(deps): bump the minor group across 1 directory with 3 updates#118

Merged
dunebot[bot] merged 1 commit into
mainfrom
dependabot/go_modules/minor-8830022590
May 24, 2026
Merged

build(deps): bump the minor group across 1 directory with 3 updates#118
dunebot[bot] merged 1 commit into
mainfrom
dependabot/go_modules/minor-8830022590

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Bumps the minor group with 3 updates in the / directory: go.temporal.io/api, go.temporal.io/sdk and google.golang.org/grpc.

Updates go.temporal.io/api from 1.62.11 to 1.62.12

Release notes

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

v1.62.12

Full Changelog: temporalio/api-go@v1.62.11...v1.62.12

Commits
  • 0a978d4 Add standalone Nexus operations namespace capability (#779)
  • 15c3916 Add option to exclude system workers in ListWorkers API (#777)
  • 2dba58c feat: Unified activity operator APIs (#743)
  • a7b1d49 Add weak consistency option to DescribeNamespaceRequest (#775)
  • 2e9d726 Specify resourceID for TriggerWorkflowRule (#768)
  • 34044e2 Add worker_commands namespace capability (#771)
  • b58947e Add ExternalStorageReference proto (#772)
  • 9015efa api changes for time-skipping propagation (#770)
  • See full diff in compare view

Updates go.temporal.io/sdk from 1.43.0 to 1.44.0

Release notes

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

v1.44.0

(Experimental) Stand Alone Nexus Operations

NOTE: Stand Alone Nexus Operation Support is experimental and currently only supported on pre-release versions of the [dev server](https://github.com/temporalio/cli/releases/tag/v1.7.1-standalone-nexus-operations).

Added support for Stand Alone Nexus Operations, allowing clients to start and manage Nexus operations directly outside of a Workflow. Operations can be tracked through a NexusOperationHandle that supports getting results, describing, cancelling, and terminating executions. The client also exposes ListNexusOperations, CountNexusOperations, and GetNexusOperationHandle for discovering and reattaching to running operations.

Documentation, Samples, and instructions to request enablement in Temporal Cloud will be linked here when available.

SDK Flag SDKFlagMemoUserDCEncode has been enabled by default

Memo's previously didn't use the user data converter, now the SDK will first use the user data converter, and if user DC errors out, the default DC will be used as a fallback. If that also returns an error, the user DC error will be returned to the caller.

Note that old histories before this flag was flipped on will continue to use the old code path of not using the user DC.

What's Changed

New Contributors

Full Changelog: temporalio/sdk-go@v1.43.0...v1.44.0

v1.43.1

Fixed ExternalStorageReference API vendoring panic

This patch fixes a panic that users hit when using the latest go.temporal.io/api v1.62.12 dependency with Go SDK v1.43.0

What's Changed

... (truncated)

Commits
  • e3521a2 Release Go SDK v1.44.0 (#2363)
  • ad514ad Add doc comments to new struct fields for serialization context (#2324)
  • 2558345 VLN-1344: fix missing-dependency-cooldown (#2346)
  • 9ef2f2a Fix unsupported link log (#2354)
  • 6348a45 Add banner like other SDKs have (#2348)
  • edfc506 Add support for Stand Alone Nexus Operations (#2280)
  • a3e8e04 remove stale nightly tps omes test (#2351)
  • 5a9bd6a Remove vendored ExternalStorageReference, use go.temporal.io/api v1.62.12 (#2...
  • ff47f19 fix(logs): change WFT duration to trace level (#2347)
  • 7a745d9 Document default for ChildWorkflowOptions.WorkflowIDReusePolicy (#2339)
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.81.0 to 1.81.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.81.1

Security

  • xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first non-empty identity source will be used, as per gRFC A41. (#9111)

Bug Fixes

  • otel: Segregate client and server RPC information used for metrics and traces, to avoid one overwriting the other. (#9081)
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 3 updates in the / directory: [go.temporal.io/api](https://github.com/temporalio/api-go), [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `go.temporal.io/api` from 1.62.11 to 1.62.12
- [Release notes](https://github.com/temporalio/api-go/releases)
- [Commits](temporalio/api-go@v1.62.11...v1.62.12)

Updates `go.temporal.io/sdk` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.43.0...v1.44.0)

Updates `google.golang.org/grpc` from 1.81.0 to 1.81.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.81.0...v1.81.1)

---
updated-dependencies:
- dependency-name: go.temporal.io/api
  dependency-version: 1.62.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 24, 2026
@dunebot dunebot Bot merged commit a2e3dcd into main May 24, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/minor-8830022590 branch May 24, 2026 10:25
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants