Skip to content

chore: bump the go-deps group across 1 directory with 17 updates #6221

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2025

Bumps the go-deps group with 16 updates in the / directory:

Package From To
cloud.google.com/go/pubsub 1.49.0 1.50.0
github.com/apache/pulsar-client-go 0.15.1 0.16.0
github.com/aws/aws-sdk-go-v2 1.37.0 1.37.2
github.com/aws/aws-sdk-go-v2/service/eventbridge 1.42.0 1.43.0
github.com/aws/aws-sdk-go-v2/service/firehose 1.38.0 1.39.0
github.com/aws/aws-sdk-go-v2/service/glue 1.120.0 1.123.0
github.com/aws/aws-sdk-go-v2/service/kinesis 1.36.0 1.37.0
github.com/aws/aws-sdk-go-v2/service/lambda 1.74.0 1.75.0
github.com/aws/aws-sdk-go-v2/service/personalizeevents 1.27.0 1.28.0
github.com/aws/aws-sdk-go-v2/service/s3 1.85.0 1.86.0
github.com/redis/go-redis/v9 9.11.0 9.12.0
github.com/rudderlabs/keydb 0.1.0-alpha 0.2.0-alpha
github.com/trinodb/trino-go-client 0.326.0 0.327.0
google.golang.org/api 0.243.0 0.246.0
google.golang.org/protobuf 1.36.6 1.36.7
github.com/aws/aws-sdk-go-v2/service/sts 1.35.0 1.36.0

Updates cloud.google.com/go/pubsub from 1.49.0 to 1.50.0

Release notes

Sourced from cloud.google.com/go/pubsub's releases.

pubsub: v1.50.0

1.50.0 (2025-07-28)

Features

Bug Fixes

  • pubsub: Update google.golang.org/api to 0.229.0 (3319672)

Documentation

  • pubsub: Add docs comment to MaxOutstandingBytes (#12601) (76ddb34)
Commits

Updates github.com/apache/pulsar-client-go from 0.15.1 to 0.16.0

Release notes

Sourced from github.com/apache/pulsar-client-go's releases.

v0.16.0

What's Changed

New Contributors

Changelog

Sourced from github.com/apache/pulsar-client-go's changelog.

Pulsar-client-go Changelog

All notable changes to this project will be documented in this file.

[0.16.0] 2025-07-29

What's Changed

... (truncated)

Commits
  • 5a320e8 feat: align topics level policies admin apis to java restful apis (#1398)
  • 0dee113 fix: add missing metric tracking of pulsar_client_consumer_acks for AckIDLi...
  • 7f7fb43 ZeroQueueConsumer is not supported with RetryEnable (#1391)
  • 67c3d53 Fix sending buffer race by using proper reference counting (#1394)
  • 9440f18 feat: add pulsar admin namespace properties methods for PUT/GET/DELETE (#1390)
  • c587b5c [Issue 1384][consumer] Fix the default nack backoff policy (#1385)
  • 12b966d [improve] Support http lookup getSchema interface (#1368)
  • aaadde5 [Fix] Fix backoff unit tests (#1387)
  • 58ac256 Fix: namespace schema compatibility strategy (#1386)
  • 55c71e6 chore: replace deprecated api rand.Seed (#1363)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.37.0 to 1.37.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eventbridge from 1.42.0 to 1.43.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/firehose from 1.38.0 to 1.39.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/glue from 1.120.0 to 1.123.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kinesis from 1.36.0 to 1.37.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.74.0 to 1.75.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/personalizeevents from 1.27.0 to 1.28.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.85.0 to 1.86.0

Commits

Updates github.com/redis/go-redis/v9 from 9.11.0 to 9.12.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.12.0

🚀 Highlights

  • This release includes support for Redis 8.2.
  • Introduces an experimental Query Builders for FTSearch, FTAggregate and other search commands.
  • Adds support for EPSILON option in FT.VSIM.
  • Includes bug fixes and improvements contributed by the community related to ring and redisotel.

Changes

  • Improve stale issue workflow (#3458)
  • chore(ci): Add 8.2 rc2 pre build for CI (#3459)
  • Added new stream commands (#3450)
  • feat: Add "skip_verify" to Sentinel (#3428)
  • fix: errors.Join requires Go 1.20 or later (#3442)
  • DOC-4344 document quickstart examples (#3426)
  • feat(bitop): add support for the new bitop operations (#3409)

🚀 New Features

  • feat: recover addIdleConn may occur panic (#2445)
  • feat(ring): specify custom health check func via HeartbeatFn option (#2940)
  • Add Query Builder for RediSearch commands (#3436)
  • add configurable buffer sizes for Redis connections (#3453)
  • Add VAMANA vector type to RediSearch (#3449)
  • VSIM add EPSILON option (#3454)
  • Add closing support to otel metrics instrumentation (#3444)

🐛 Bug Fixes

  • fix(redisotel): fix buggy append in reportPoolStats (#3122)
  • fix(search): return results even if doc is empty (#3457)
  • [ISSUE-3402]: Ring.Pipelined return dial timeout error (#3403)

🧰 Maintenance

  • Merges stale issues jobs into one job with two steps (#3463)
  • improve code readability (#3446)
  • chore(release): 9.12.0-beta.1 (#3460)
  • DOC-5472 time series doc examples (#3443)
  • Add VAMANA compression algorithm tests (#3461)
  • bumped redis 8.2 version used in the CI/CD (#3451)

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​cxljs, @​elena-kolevska, @​htemelski-redis, @​jouir, @​monkey92t, @​ndyakov, @​ofekshenawa, @​rokn, @​smnvdev, @​strobil and @​wzy9607

New Contributors

... (truncated)

Changelog

Sourced from github.com/redis/go-redis/v9's changelog.

9.12.0 (2025-08-05)

🚀 Highlights

  • This release includes support for Redis 8.2.
  • Introduces an experimental Query Builders for FTSearch, FTAggregate and other search commands.
  • Adds support for EPSILON option in FT.VSIM.
  • Includes bug fixes and improvements contributed by the community related to ring and redisotel.

Changes

  • Improve stale issue workflow (#3458)
  • chore(ci): Add 8.2 rc2 pre build for CI (#3459)
  • Added new stream commands (#3450)
  • feat: Add "skip_verify" to Sentinel (#3428)
  • fix: errors.Join requires Go 1.20 or later (#3442)
  • DOC-4344 document quickstart examples (#3426)
  • feat(bitop): add support for the new bitop operations (#3409)

🚀 New Features

  • feat: recover addIdleConn may occur panic (#2445)
  • feat(ring): specify custom health check func via HeartbeatFn option (#2940)
  • Add Query Builder for RediSearch commands (#3436)
  • add configurable buffer sizes for Redis connections (#3453)
  • Add VAMANA vector type to RediSearch (#3449)
  • VSIM add EPSILON option (#3454)
  • Add closing support to otel metrics instrumentation (#3444)

🐛 Bug Fixes

  • fix(redisotel): fix buggy append in reportPoolStats (#3122)
  • fix(search): return results even if doc is empty (#3457)
  • [ISSUE-3402]: Ring.Pipelined return dial timeout error (#3403)

🧰 Maintenance

  • Merges stale issues jobs into one job with two steps (#3463)
  • improve code readability (#3446)
  • chore(release): 9.12.0-beta.1 (#3460)
  • DOC-5472 time series doc examples (#3443)
  • Add VAMANA compression algorithm tests (#3461)
  • bumped redis 8.2 version used in the CI/CD (#3451)

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​cxljs, @​elena-kolevska, @​htemelski-redis, @​jouir, @​monkey92t, @​ndyakov, @​ofekshenawa, @​rokn, @​smnvdev, @​strobil and @​wzy9607

New Contributors

... (truncated)

Commits
  • b7838dc chore(release): 9.12.0 / redis 8.2 (#3464)
  • 6a48d3f feat: recover addIdleConn may occur panic (#2445)
  • 4767d9d fix(redisotel): fix buggy append in reportPoolStats (#3122)
  • 7158a8d feat(ring): specify custom health check func via HeartbeatFn option (#2940)
  • 8d15d03 chore(github): merges into one job with two steps (#3463)
  • 375fa5d chore(doc): improve code readability (#3446)
  • f006e94 chore(release): 9.12.0-beta.1 (#3460)
  • f93bfa1 feat(search): Add Query Builder for RediSearch commands (#3436)
  • 421c8a4 chore(doc): DOC-5472 time series doc examples (#3443)
  • 2ff9249 chore(tests): Add VAMANA compression algorithm tests (#3461)
  • Additional commits viewable in compare view

Updates github.com/rudderlabs/keydb from 0.1.0-alpha to 0.2.0-alpha

Release notes

Sourced from github.com/rudderlabs/keydb's releases.

v0.2.0-alpha

0.2.0-alpha (2025-07-31)

Features

  • add more observability and metrics (#6) (a9c50b1)
  • adding stats (0820dea)
  • implement Badger metrics collector (#5) (a4997b9)
  • implement GitHub Actions workflows and improve snapshot functionality (69f2374)
  • improve keydb write latencies (#9) (97e8501)
  • load snapshots (479336c)

Bug Fixes

  • cache initialization (a584b7b)
  • data races (d851213)
  • load snapshots (51740bb)
  • scaling operations with load snapshots op (c927763)
  • snapshot handling shouldn't list more than once (f863cf9)

Miscellaneous

... (truncated)

Changelog

Sourced from github.com/rudderlabs/keydb's changelog.

0.2.0-alpha (2025-07-31)

Features

  • add more observability and metrics (#6) (a9c50b1)
  • adding stats (0820dea)
  • implement Badger metrics collector (#5) (a4997b9)
  • implement GitHub Actions workflows and improve snapshot functionality (69f2374)
  • improve keydb write latencies (#9) (97e8501)
  • load snapshots (479336c)

Bug Fixes

  • cache initialization (a584b7b)
  • data races (d851213)
  • load snapshots (51740bb)
  • scaling operations with load snapshots op (c927763)
  • snapshot handling shouldn't list more than once (f863cf9)

Miscellaneous

... (truncated)

Commits
  • 47a9f62 chore: release 0.2.0-alpha (#10)
  • 97e8501 feat: improve keydb write latencies (#9)
  • ab68d28 chore: adjust database configuration parameters (#8)
  • a9c50b1 feat: add more observability and metrics (#6)
  • c7fe5c8 chore: line length linting (#15)
  • b36dca0 chore: line length linter (#14)
  • a4997b9 feat: implement Badger metrics collector (#5)
  • 807efc2 Merge pull request #4 from rudderlabs/mihir/ci
  • 35d58e1 Merge pull request #3 from rudderlabs/alpha2
  • 7e0fbbf chore: update .truffleignore to exclude keydb directory
  • Additional commits viewable in compare view

Updates github.com/trinodb/trino-go-client from 0.326.0 to 0.327.0

Release notes

Sourced from github.com/trinodb/trino-go-client's releases.

v0.327.0

What's Changed

Other changes

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 8, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-deps-7f7a5cc93f branch from 08b2824 to 965acf1 Compare August 12, 2025 15:51
Bumps the go-deps group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.49.0` | `1.50.0` |
| [github.com/apache/pulsar-client-go](https://github.com/apache/pulsar-client-go) | `0.15.1` | `0.16.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.37.0` | `1.37.2` |
| [github.com/aws/aws-sdk-go-v2/service/eventbridge](https://github.com/aws/aws-sdk-go-v2) | `1.42.0` | `1.43.0` |
| [github.com/aws/aws-sdk-go-v2/service/firehose](https://github.com/aws/aws-sdk-go-v2) | `1.38.0` | `1.39.0` |
| [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) | `1.120.0` | `1.123.0` |
| [github.com/aws/aws-sdk-go-v2/service/kinesis](https://github.com/aws/aws-sdk-go-v2) | `1.36.0` | `1.37.0` |
| [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) | `1.74.0` | `1.75.0` |
| [github.com/aws/aws-sdk-go-v2/service/personalizeevents](https://github.com/aws/aws-sdk-go-v2) | `1.27.0` | `1.28.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.85.0` | `1.86.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.11.0` | `9.12.0` |
| [github.com/rudderlabs/keydb](https://github.com/rudderlabs/keydb) | `0.1.0-alpha` | `0.2.0-alpha` |
| [github.com/trinodb/trino-go-client](https://github.com/trinodb/trino-go-client) | `0.326.0` | `0.327.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.243.0` | `0.246.0` |
| google.golang.org/protobuf | `1.36.6` | `1.36.7` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.35.0` | `1.36.0` |



Updates `cloud.google.com/go/pubsub` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.49.0...pubsub/v1.50.0)

Updates `github.com/apache/pulsar-client-go` from 0.15.1 to 0.16.0
- [Release notes](https://github.com/apache/pulsar-client-go/releases)
- [Changelog](https://github.com/apache/pulsar-client-go/blob/master/CHANGELOG.md)
- [Commits](apache/pulsar-client-go@v0.15.1...v0.16.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.37.0 to 1.37.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.37.0...v1.37.2)

Updates `github.com/aws/aws-sdk-go-v2/service/eventbridge` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.42.0...service/s3/v1.43.0)

Updates `github.com/aws/aws-sdk-go-v2/service/firehose` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.0...service/s3/v1.39.0)

Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.120.0 to 1.123.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.120.0...service/ec2/v1.123.0)

Updates `github.com/aws/aws-sdk-go-v2/service/kinesis` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.36.0...v1.37.0)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.74.0 to 1.75.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.74.0...service/s3/v1.75.0)

Updates `github.com/aws/aws-sdk-go-v2/service/personalizeevents` from 1.27.0 to 1.28.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.27.0...v1.28.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.85.0 to 1.86.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.85.0...service/s3/v1.86.0)

Updates `github.com/redis/go-redis/v9` from 9.11.0 to 9.12.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.11.0...v9.12.0)

Updates `github.com/rudderlabs/keydb` from 0.1.0-alpha to 0.2.0-alpha
- [Release notes](https://github.com/rudderlabs/keydb/releases)
- [Changelog](https://github.com/rudderlabs/keydb/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/keydb@v0.1.0-alpha...v0.2.0-alpha)

Updates `github.com/trinodb/trino-go-client` from 0.326.0 to 0.327.0
- [Release notes](https://github.com/trinodb/trino-go-client/releases)
- [Commits](trinodb/trino-go-client@v0.326.0...v0.327.0)

Updates `google.golang.org/api` from 0.243.0 to 0.246.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.243.0...v0.246.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250721164621-a45f3dfb1074 to 0.0.0-20250728155136-f173205681a0
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.35.0 to 1.36.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.35.0...v1.36.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/apache/pulsar-client-go
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eventbridge
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/firehose
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/glue
  dependency-version: 1.123.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kinesis
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/personalizeevents
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.86.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/keydb
  dependency-version: 0.2.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/trinodb/trino-go-client
  dependency-version: 0.327.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.246.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20250728155136-f173205681a0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-deps-7f7a5cc93f branch from 965acf1 to d5e9e64 Compare August 13, 2025 09:26
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