Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the all-go-modules group with 5 updates in the / directory:

Package From To
github.com/jaswdr/faker/v2 2.8.1 2.9.0
github.com/stephenafamo/bob 0.41.1 0.42.0
go.temporal.io/api 1.55.0 1.58.0
go.temporal.io/sdk 1.37.0 1.38.0
modernc.org/sqlite 1.39.1 1.40.1

Updates github.com/jaswdr/faker/v2 from 2.8.1 to 2.9.0

Release notes

Sourced from github.com/jaswdr/faker/v2's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: jaswdr/faker@v2.8.1...v2.9.0

Commits

Updates github.com/stephenafamo/bob from 0.41.1 to 0.42.0

Release notes

Sourced from github.com/stephenafamo/bob's releases.

v0.42.0

Fixed

  • Fixed a bug where the generated loaders for many-to-many relationships were skipping related rows. (thanks @​TylerJGabb)

Added

  • Include shell.nix for developers using Nix to create development environments. (thanks @​EliRibble)
  • Additional README content on how developers can use linting and unit testing to contribute. (thanks @​EliRibble)
  • Added Plus expression chain method (thanks @​atzedus).

Changed

  • Export orm.NullTypeConverter. (thanks @​Serjlee)
  • Uses io.StringWriter instead of io.Writer for efficiency since we are always writing strings.

New Contributors

Full Changelog: stephenafamo/bob@v0.41.1...v0.42.0

Changelog

Sourced from github.com/stephenafamo/bob's changelog.

[v0.42.0] - 2025-11-25

Fixed

  • Fixed a bug where the generated loaders for many-to-many relationships were skipping related rows. (thanks @​TylerJGabb)

Added

  • Include shell.nix for developers using Nix to create development environments. (thanks @​EliRibble)
  • Additional README content on how developers can use linting and unit testing to contribute. (thanks @​EliRibble)
  • Added Plus expression chain method (thanks @​atzedus).

Changed

  • Export orm.NullTypeConverter. (thanks @​Serjlee)
  • Uses io.StringWriter instead of io.Writer for efficiency since we are always writing strings.
Commits
  • 8e41efe Update CHANGELOG for v0.42.0
  • 785623b Merge pull request #591 from Serjlee/main
  • 17e41a0 Nolint in hstore
  • 34e43e3 Merge pull request #589 from stephenafamo/string-writer
  • 9a9c284 Expose Preload's typeConverter
  • 240a035 Use io.StringWriter instead of io.Writer for efficiency
  • 96da65f Merge pull request #586 from TylerJGabb/issue-585
  • 25677aa added thanks
  • 72dbed9 on second thought, scratch that. follow the existing convention
  • c867e78 add pr ref
  • Additional commits viewable in compare view

Updates go.temporal.io/api from 1.55.0 to 1.58.0

Release notes

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

v1.58.0

Full Changelog: temporalio/api-go@v1.57.0...v1.58.0

v1.57.0

Full Changelog: temporalio/api-go@v1.55.0...v1.57.0

Commits
  • 77b64ec Add RESOURCE_EXHAUSTED_CAUSE_WORKER_DEPLOYMENT_LIMITS (#662)
  • a6ffc90 Remove broken publish docs CI job (#660)
  • d806ce8 Clarify comments for history and schedule protos (#658)
  • c9e6db3 WorkerDeployments becoming async in nature. (#647)
  • fa30061 Add identity to workflow update-options (#656)
  • d03ebc1 Remove resource exhasted scopes for namespace shard and execution (#654)
  • 4914212 Revert "serviceerror: add error checking helpers (#227)" (#228)
  • dc8b83b Add per-namespace-per-shard scope in ResourceExhaustedScope (#649)
  • 981440d serviceerror: add error checking helpers (#227)
  • See full diff in compare view

Updates go.temporal.io/sdk from 1.37.0 to 1.38.0

Release notes

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

v1.38.0

Breaking Changes

When using sessions, deployment info is no longer sent on the worker specific task queue. This should reduce load on the server due to less temporary task queues. No changes in behaviour is expected for session workers.

Bugfixes

Fixed a bug in Poller autoscaling causing maxNumberOfPollers to not be respected.

What’s Changed

2025-10-09 - 2d05a73 - Use macOS 15 intel runners (#2072) 2025-10-13 - a117802 - Set worker version on eager start requests (#2075) 2025-10-13 - d61d5ef - Remove experimental warnings from worker tuners (#2077) 2025-10-14 - ad990a3 - Include failure details in query failure. Improved gRPC message too large detection. Fix flaky TestGrpcMessageTooLarge. (#2078) 2025-10-15 - 09e0634 - Upgrade to Nexus SDK 0.5.1 and inline the client implementation for tests (#2079) 2025-10-17 - f7eff2a - Remove Nexus deprecated APIs (#2081) 2025-10-22 - 8a24b22 - Add nightly throughput stress (#2087) 2025-10-24 - f34365e - Replace tctl references with Temporal CLI (#2080) 2025-10-27 - 2c43194 - Fix envconf docs path (#2093) 2025-10-29 - 5cd20cf - Set explicit permissions for GitHub Actions workflows (#2095) 2025-10-30 - 82be7bc - Cleanup nightly tps workflow (#2091) 2025-11-06 - 4b5d758 - Add actions-read permission to CI workflow (#2100) 2025-11-07 - a451bef - Remove experimental notes from poller behavior docs (#2096) 2025-11-12 - 9efde41 - fix: run maxNumberOfPollers poller routines instead of initialNumberOfPollers (#2105) 2025-11-14 - 7c0ebcf - OpenTelemetry: Specify span kind and don't set error type for benign exception (#2048) 2025-11-19 - 7025a6a - Stop sending deployment info for session per-worker task queue (#2088)

Commits
  • 02ca26c Release Go SDK v1.38.0 (#2115)
  • 7025a6a Stop sending deployment info for session per-worker task queue (#2088)
  • 7c0ebcf OpenTelemetry: Specify span kind and don't set error type for benign exceptio...
  • 9efde41 fix: run maxNumberOfPollers poller routines instead of initialNumberOfPollers...
  • a451bef Remove experimental notes from poller behavior docs (#2096)
  • 4b5d758 Add actions-read permission to CI workflow (#2100)
  • 82be7bc Cleanup nightly tps workflow (#2091)
  • 5cd20cf Set explicit permissions for GitHub Actions workflows (#2095)
  • 2c43194 Fix envconf docs path (#2093)
  • f34365e Replace tctl references with Temporal CLI (#2080)
  • Additional commits viewable in compare view

Updates modernc.org/sqlite from 1.39.1 to 1.40.1

Commits
  • d33e568 Merge branch 'close_rows_on_canceled_context' into 'master'
  • eb5b277 add test
  • ae4fece add contributors/authors
  • ae43dcd Close Rows object if the context is canceled before deferred function
  • 482dd8a Merge branch 'pre_update_hook' into 'master'
  • 47443d5 feat: pre-update hooks
  • See full diff 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 <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 all-go-modules group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/jaswdr/faker/v2](https://github.com/jaswdr/faker) | `2.8.1` | `2.9.0` |
| [github.com/stephenafamo/bob](https://github.com/stephenafamo/bob) | `0.41.1` | `0.42.0` |
| [go.temporal.io/api](https://github.com/temporalio/api-go) | `1.55.0` | `1.58.0` |
| [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) | `1.37.0` | `1.38.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.39.1` | `1.40.1` |



Updates `github.com/jaswdr/faker/v2` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/jaswdr/faker/releases)
- [Commits](jaswdr/faker@v2.8.1...v2.9.0)

Updates `github.com/stephenafamo/bob` from 0.41.1 to 0.42.0
- [Release notes](https://github.com/stephenafamo/bob/releases)
- [Changelog](https://github.com/stephenafamo/bob/blob/main/CHANGELOG.md)
- [Commits](stephenafamo/bob@v0.41.1...v0.42.0)

Updates `go.temporal.io/api` from 1.55.0 to 1.58.0
- [Release notes](https://github.com/temporalio/api-go/releases)
- [Commits](temporalio/api-go@v1.55.0...v1.58.0)

Updates `go.temporal.io/sdk` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.37.0...v1.38.0)

Updates `modernc.org/sqlite` from 1.39.1 to 1.40.1
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.39.1...v1.40.1)

---
updated-dependencies:
- dependency-name: github.com/jaswdr/faker/v2
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-modules
- dependency-name: github.com/stephenafamo/bob
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-modules
- dependency-name: go.temporal.io/api
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-modules
- dependency-name: go.temporal.io/sdk
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-modules
- dependency-name: modernc.org/sqlite
  dependency-version: 1.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-modules
...

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 Dec 1, 2025
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.

1 participant