Skip to content

chore(deps)(deps): bump the go-minor-and-patch group across 1 directory with 6 updates#86

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-and-patch-27a1b47542
Open

chore(deps)(deps): bump the go-minor-and-patch group across 1 directory with 6 updates#86
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-and-patch-27a1b47542

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the go-minor-and-patch group with 5 updates in the / directory:

Package From To
github.com/bufbuild/buf 1.68.4 1.69.0
github.com/jonboulle/clockwork 0.4.0 0.5.0
go.uber.org/zap 1.27.1 1.28.0
google.golang.org/genai 1.54.0 1.56.0
google.golang.org/grpc 1.80.0 1.81.0

Updates github.com/bufbuild/buf from 1.68.4 to 1.69.0

Release notes

Sourced from github.com/bufbuild/buf's releases.

v1.69.0

  • Increase check plugin WASM memory limits to 1GiB.
  • Fix LSP stale diagnostics persisting after a file is closed or deleted.
  • Fix handling of unprefixed newlines in block comments.
  • Add LSP code lenses for buf.gen.yaml files: "Run buf generate" and "Check for plugin updates".
  • Add LSP warnings for lint.ignore and breaking.ignore paths in buf.yaml that do not match any file in the workspace.
Changelog

Sourced from github.com/bufbuild/buf's changelog.

[v1.69.0] - 2026-04-29

  • Increase check plugin WASM memory limits to 1GiB.
  • Fix LSP stale diagnostics persisting after a file is closed or deleted.
  • Fix handling of unprefixed newlines in block comments.
  • Add LSP code lenses for buf.gen.yaml files: "Run buf generate" and "Check for plugin updates".
  • Add LSP warnings for lint.ignore and breaking.ignore paths in buf.yaml that do not match any file in the workspace.
Commits
  • 88829eb Release v1.69.0 (#4521)
  • 4a92ff3 Upgrade protocompile to latest main (#4520)
  • 04ed9c9 Add YAML files to license header generation (#4518)
  • ddb8521 Upgrade protocompile to latest main (#4519)
  • 7e1e277 Propagate DuplicateProtoPathError as typed error from new compiler path (#4517)
  • f781a0e Reduce allocations in shake256.NewDigestForContent (#4505)
  • 5f4233e Add concurrency checks for CI workflows (#4516)
  • b10141d Add LSP code lenses for buf generate and checking for plugin updates (#4480)
  • 637ea97 Upgrade protocompile and update changelog (#4515)
  • d960fc0 Add LSP warning diagnostics for invalid buf.yaml ignore paths (#4498)
  • Additional commits viewable in compare view

Updates github.com/jonboulle/clockwork from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/jonboulle/clockwork's releases.

v0.5.0

What's Changed

Enhancements 🚀

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: jonboulle/clockwork@v0.4.0...v0.5.0

Commits
  • 6d8d032 Remove firer struct & fix ticker reset (#95)
  • 91d2c0a Add contexts that use FakeClock rather than the system time. (#92)
  • 7e524bd Standardize tests for core clockwork functions. (#91)
  • 11a247d Remove some duplication & use slices package. (#90)
  • fe91b0d Bump Go verison to 1.21.
  • 33fc064 add Until method on clocks
  • fc59783 build(deps): bump github/codeql-action from 2 to 3
  • 5c13cb8 Merge pull request #80 from jonboulle/dependabot/github_actions/actions/setup...
  • 72da535 Update documentaiton on interactions with context.
  • 5508bca build(deps): bump actions/setup-go from 4 to 5
  • Additional commits viewable in compare view

Updates go.uber.org/zap from 1.27.1 to 1.28.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.28.0

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.

#1534: uber-go/zap#1534

Changelog

Sourced from go.uber.org/zap's changelog.

1.28.0 (27 Apr 2026)

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.
Commits
  • 5b81b37 release v1.28.0 (#1547)
  • 0ab0d5a zapcore: Add PreWriteHook for transforming entries before write (#1534)
  • d278c59 [chore] CI: test on Go 1.26 (#1535)
  • 16fb16b chore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...
  • See full diff in compare view

Updates google.golang.org/genai from 1.54.0 to 1.56.0

Release notes

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

v1.56.0

1.56.0 (2026-05-04)

Features

  • [Python] Multimodal file search (c32ae6e)
  • Multimodal file search (989d064)

Bug Fixes

  • Simplify generated Go URL path formatting when VertexAI and MLDev URLs are identical. (d90a592), closes #761

v1.55.0

1.55.0 (2026-04-29)

Features

  • Add output_info to BatchJob (9ec7d3b)
  • Add ImageResizeMode for GenerateVideos (8fc27f4)
  • Add InternalApplyConverterToSliceWithRoot to the common utilities. (7aaf1eb)
  • Add Vertex Dataset input and output options for batch jobs (73ee07c)
  • introduce BackendEnterprise and GOOGLE_GENAI_USE_ENTERPRISE env var (1181fe0)
Changelog

Sourced from google.golang.org/genai's changelog.

1.56.0 (2026-05-04)

Features

  • [Python] Multimodal file search (c32ae6e)
  • Multimodal file search (989d064)

Bug Fixes

  • Simplify generated Go URL path formatting when VertexAI and MLDev URLs are identical. (d90a592), closes #761

1.55.0 (2026-04-29)

Features

  • Add output_info to BatchJob (9ec7d3b)
  • Add ImageResizeMode for GenerateVideos (8fc27f4)
  • Add InternalApplyConverterToSliceWithRoot to the common utilities. (7aaf1eb)
  • Add Vertex Dataset input and output options for batch jobs (73ee07c)
  • introduce BackendEnterprise and GOOGLE_GENAI_USE_ENTERPRISE env var (1181fe0)
Commits
  • ca5475d chore(main): release 1.56.0 (#776)
  • 989d064 feat: Multimodal file search
  • c32ae6e feat: [Python] Multimodal file search
  • d90a592 fix: Simplify generated Go URL path formatting when VertexAI and MLDev URLs a...
  • 91390c0 chore(main): release 1.55.0 (#760)
  • 0502412 chore: internal
  • 2aeb742 chore: Add page number
  • 8fc27f4 feat: Add ImageResizeMode for GenerateVideos
  • 9ec7d3b feat: Add output_info to BatchJob
  • f401a0c docs: update Gemini Enterprise Agent Platform home page url
  • Additional commits viewable in compare view

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

Release notes

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

Release 1.81.0

Behavior Changes

  • balancer/rls: Switch gauge metrics to asynchronous emission (once per collection cycle) to reduce telemetry noise and align with other gRPC language implementations. (#8808)

Dependencies

  • Minimum supported Go version is now 1.25. (#8969)

Bug Fixes

  • xds: Use the leaf cluster's security config for the TLS handshake instead of the aggregate cluster's config. (#8956)
  • transport: Send a RST_STREAM when receiving an END_STREAM when the stream is not already half-closed. (#8832)
  • xds: Fix ADS resource name validation to prevent a panic. (#8970)

New Features

  • grpc/stats: Add support for custom labels in per-call metrics (gRFC A108). (#9008)
  • xds: Add support for Server Name Indication (SNI) and SAN validation (gRFC A101). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_SNI=true environment variable. (#9016)
  • xds: Add support to control which fields get propagated from ORCA backend metric reports to LRS load reports (gRFC A85). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION=true. (#9005)
  • xds: Add metrics to track xDS client connectivity and cached resource state (gRFC A78). (#8807)
  • stats/otel: Enhance grpc.subchannel.disconnections metric by adding disconnection reason to the grpc.disconnect_error label (gRFC A94). This provides granular insights into why subchannels are closing. (#8973)
  • mem: Add mem.Buffer.Slice() API to slice the buffer like a slice. (#8977)

Performance Improvements

  • alts: Pool read buffers to lower memory utilization when sockets are unreadable. (#8964)
  • transport: Pool HTTP/2 framer read buffers to reduce idle memory consumption. Currently limited to Linux for ALTS and non-encrypted transports (TCP, Unix). To disable, set GRPC_GO_EXPERIMENTAL_HTTP_FRAMER_READ_BUFFER_POOLING=false and report any issues. (#9032)
Commits
  • cb18228 Change version to 1.81.0 (#9062)
  • 96748f9 Cherry-pick #9105 to 1.81.x (#9106)
  • 9183222 Cherry pick #9055, #9032 to v1.81.x (#9095)
  • 5cba6da Revert "deps: update dependencies for all modules (#9065)" (#9067)
  • af8a936 deps: update dependencies for all modules (#9065)
  • cdc60df transport: optimize heap allocations in ready reader and update syscall conne...
  • 208d053 xds/resolver: pass complete XDSConfig in RPC context for HTTP filters (gRFC A...
  • 50fe1cc test: Fix flaky test TestServerStreaming_ClientCallRecvMsgTwice in `end2end...
  • d574bad build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#9050)
  • b8bf4d0 build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in /inte...
  • Additional commits viewable in compare view

Updates connectrpc.com/connect from 1.19.1 to 1.19.2

Release notes

Sourced from connectrpc.com/connect's releases.

v1.19.2

What's Changed

Governance

Bugfixes

Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.19.1...v1.19.2

Commits
  • 1c195ae Prepare for v1.19.2 (#920)
  • 96abc6b Upgrade golangci-lint to v2 (#917)
  • be72fa5 Clarify concurrent use semantics for streaming types (#911)
  • 299d2e7 Fix nil pointer deref in duplexHTTPCall under concurrent Send + CloseAndRecei...
  • e299aa6 Bump google.golang.org/grpc from 1.76.0 to 1.79.3 in /internal/conformance (#...
  • 7b531c0 Clarify UnaryFunc response type (#912)
  • 02f23a3 Fix typo in RELEASE.md (#906)
  • ec6f523 Add Timo Stamm to maintainers (#905)
  • 59cc697 Use 'deadline_exceeded' instead of 'canceled' on HTTP/2 cancelation when appr...
  • e9aff4a Bump connectrpc.com/conformance from 1.0.4 to 1.0.5 in /internal/conformance ...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added priority/p3-low 장기 backlog type/chore 잡무 / 설정 labels May 4, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: area/dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the priority/p3-low 장기 backlog label May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-minor-and-patch-27a1b47542 branch 2 times, most recently from 3647282 to f5587ec Compare May 5, 2026 03:44
…ry with 6 updates

Bumps the go-minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/bufbuild/buf](https://github.com/bufbuild/buf) | `1.68.4` | `1.69.0` |
| [github.com/jonboulle/clockwork](https://github.com/jonboulle/clockwork) | `0.4.0` | `0.5.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.54.0` | `1.56.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.80.0` | `1.81.0` |



Updates `github.com/bufbuild/buf` from 1.68.4 to 1.69.0
- [Release notes](https://github.com/bufbuild/buf/releases)
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
- [Commits](bufbuild/buf@v1.68.4...v1.69.0)

Updates `github.com/jonboulle/clockwork` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/jonboulle/clockwork/releases)
- [Commits](jonboulle/clockwork@v0.4.0...v0.5.0)

Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

Updates `google.golang.org/genai` from 1.54.0 to 1.56.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.54.0...v1.56.0)

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

Updates `connectrpc.com/connect` from 1.19.1 to 1.19.2
- [Release notes](https://github.com/connectrpc/connect-go/releases)
- [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md)
- [Commits](connectrpc/connect-go@v1.19.1...v1.19.2)

---
updated-dependencies:
- dependency-name: connectrpc.com/connect
  dependency-version: 1.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-and-patch
- dependency-name: github.com/bufbuild/buf
  dependency-version: 1.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: github.com/jonboulle/clockwork
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: google.golang.org/genai
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-minor-and-patch-27a1b47542 branch from f5587ec to b4d1bc4 Compare May 5, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority/p3-low 장기 backlog type/chore 잡무 / 설정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants