Skip to content

chore(deps): bump the minor group across 1 directory with 3 updates#82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/minor-5a6a194357
Open

chore(deps): bump the minor group across 1 directory with 3 updates#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/minor-5a6a194357

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 3 updates in the / directory: github.com/palantir/go-githubapp, go.temporal.io/api and go.temporal.io/sdk.

Updates github.com/palantir/go-githubapp from 0.44.0 to 0.45.0

Release notes

Sourced from github.com/palantir/go-githubapp's releases.

v0.45.0

💥 Breaks

  • Update google/go-github to v88

💡 Improvements

  • Replace usage of github.com/pkg/errors with standard library equivalents (#543)

Full Changelog: v0.44.0...v0.45.0

Commits
  • f34c7a2 Release v0.45.0
  • d532cc4 Excavator: Update google/go-github to latest version (#557)
  • 24efe3e Excavator: Bump go dependency golang.org/x/crypto (#564)
  • f55b1bf Excavator: Bump go dependency golang.org/x/sys (#563)
  • d8016b8 Bump github/codeql-action from 4.36.0 to 4.36.1 (#562)
  • 66ff504 Bump actions/checkout from 6.0.2 to 6.0.3 (#561)
  • 6bdbf43 Excavator: Updates godel plugins to latest versions (#560)
  • 056ebb9 Excavator: Manage go version (#559)
  • 8cbc546 Excavator: Updates godel plugins to latest versions (#556)
  • 4731c2a Excavator: Manage go version (#555)
  • Additional commits viewable in compare view

Updates go.temporal.io/api from 1.62.13 to 1.62.14

Release notes

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

v1.62.14

What's Changed

New Contributors

Full Changelog: temporalio/api-go@v1.62.13...v1.62.14

Commits

Updates go.temporal.io/sdk from 1.44.1 to 1.45.0

Release notes

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

v1.45.0

Highlights

Workflow Behavior Fixes Enabled by Default

SDKFlagBlockedSelectorSignalReceive and SDKFlagWorkflowNewChannelLostMessages are now enabled by default for new workflow executions. These flags previously gated fixes for selector/signal receive behavior and workflow channel message handling.

Client Transport Compression

gRPC gzip compression is now enabled by default for Temporal client connections, reducing wire size for requests and allowing gzip-compressed responses. Applications that need the previous behavior can disable request compression with client.GrpcCompressionNone.

Workflow Streams Contrib Package

A new experimental contrib/workflowstreams package provides a durable publish/subscribe log hosted inside a Temporal workflow. It supports publishing messages to named topics, long-polling subscription updates, continue-as-new survival, batching, deduplication, truncation, paging, and interoperability with the Python and TypeScript workflow streams packages.

Breaking Changes

💥 Filter nil values from SearchAttributes for Workflow start, Signal with start, and continue as new

Workflow start, signal-with-start, and continue-as-new request construction now omits unset Search Attributes encoded as binary/null. This prevents removed Search Attributes from being carried into new runs, including continue-as-new.

Poller Autoscaling refactored

Workers using poller autoscaling now create poll goroutines dynamically per poll RPC instead of starting the maximum number of pollers up front, matching all core based SDKs. 💥 As part of this refactor, the PollerStartCounter metric is no longer emitted for autoscaling pollers.

What's Changed

New Contributors

Full Changelog: temporalio/sdk-go@v1.44.1...v1.45.0

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: [github.com/palantir/go-githubapp](https://github.com/palantir/go-githubapp), [go.temporal.io/api](https://github.com/temporalio/api-go) and [go.temporal.io/sdk](https://github.com/temporalio/sdk-go).


Updates `github.com/palantir/go-githubapp` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/palantir/go-githubapp/releases)
- [Commits](palantir/go-githubapp@v0.44.0...v0.45.0)

Updates `go.temporal.io/api` from 1.62.13 to 1.62.14
- [Release notes](https://github.com/temporalio/api-go/releases)
- [Commits](temporalio/api-go@v1.62.13...v1.62.14)

Updates `go.temporal.io/sdk` from 1.44.1 to 1.45.0
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Changelog](https://github.com/temporalio/sdk-go/blob/main/CHANGELOG.md)
- [Commits](temporalio/sdk-go@v1.44.1...v1.45.0)

---
updated-dependencies:
- dependency-name: github.com/palantir/go-githubapp
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: go.temporal.io/api
  dependency-version: 1.62.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jun 21, 2026
@dunebot

dunebot Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Note

This Pull Request can't be approved by DuneBot because the following status check failed.

Status 'Build / Build / Build with ContainifyCI docker' has a different state 'failure' then is not success, neutral, skipped, completed, in_progress or queued


❓ Got questions?
Check out DuneBot's Docs
For further assistance reach out to #ask-platform.


You can trigger DuneBot reprocessing by closing and reopen the Pull Request.

This PR comment was generated by DuneBot

5 similar comments
@dunebot

dunebot Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Note

This Pull Request can't be approved by DuneBot because the following status check failed.

Status 'Build / Build / Build with ContainifyCI docker' has a different state 'failure' then is not success, neutral, skipped, completed, in_progress or queued


❓ Got questions?
Check out DuneBot's Docs
For further assistance reach out to #ask-platform.


You can trigger DuneBot reprocessing by closing and reopen the Pull Request.

This PR comment was generated by DuneBot

@dunebot

dunebot Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Note

This Pull Request can't be approved by DuneBot because the following status check failed.

Status 'Build / Build / Build with ContainifyCI docker' has a different state 'failure' then is not success, neutral, skipped, completed, in_progress or queued


❓ Got questions?
Check out DuneBot's Docs
For further assistance reach out to #ask-platform.


You can trigger DuneBot reprocessing by closing and reopen the Pull Request.

This PR comment was generated by DuneBot

@dunebot

dunebot Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Note

This Pull Request can't be approved by DuneBot because the following status check failed.

Status 'Build / Build / Build with ContainifyCI docker' has a different state 'failure' then is not success, neutral, skipped, completed, in_progress or queued


❓ Got questions?
Check out DuneBot's Docs
For further assistance reach out to #ask-platform.


You can trigger DuneBot reprocessing by closing and reopen the Pull Request.

This PR comment was generated by DuneBot

@dunebot

dunebot Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Note

This Pull Request can't be approved by DuneBot because the following status check failed.

Status 'Build / Build / Build with ContainifyCI docker' has a different state 'failure' then is not success, neutral, skipped, completed, in_progress or queued


❓ Got questions?
Check out DuneBot's Docs
For further assistance reach out to #ask-platform.


You can trigger DuneBot reprocessing by closing and reopen the Pull Request.

This PR comment was generated by DuneBot

@dunebot

dunebot Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Note

This Pull Request can't be approved by DuneBot because the following status check failed.

Status 'Build / Build / Build with ContainifyCI docker' has a different state 'failure' then is not success, neutral, skipped, completed, in_progress or queued


❓ Got questions?
Check out DuneBot's Docs
For further assistance reach out to #ask-platform.


You can trigger DuneBot reprocessing by closing and reopen the Pull Request.

This PR comment was generated by DuneBot

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