Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 9 updates - #321

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/all-dependencies-3822f83085
Open

chore(deps): bump the all-dependencies group across 1 directory with 9 updates#321
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/all-dependencies-3822f83085

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 3 updates in the / directory: cloud.google.com/go/iam, github.com/stoewer/go-strcase and go.einride.tech/aip.

Updates cloud.google.com/go/iam from 1.2.1 to 1.11.0

Release notes

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

support: v1.11.0

v1.11.0 (2026-05-21)

Features

workstations: v1.7.0

v1.7.0 (2026-06-11)

Features

geminidataanalytics: v1.3.0

v1.3.0 (2026-06-11)

Features

datamanager: v1.3.0

1.3.0 (2026-06-22)

Features

oracledatabase: v1.3.0

1.3.0 (2026-06-26)

Features

Changelog

Sourced from cloud.google.com/go/iam's changelog.

1.11.0 (2022-11-09)

Features

  • documentai: added font_family to document.proto feat: added ImageQualityScores message to document.proto feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto (9c5d6c8)

1.10.0 (2022-11-03)

Features

  • documentai: rewrite signatures in terms of new location (3c4b2b3)

1.9.0 (2022-10-25)

Features

  • documentai: start generating stubs dir (de2d180)

1.8.0 (2022-09-21)

Features

  • documentai: rewrite signatures in terms of new types for betas (9f303f9)

1.7.0 (2022-09-19)

Features

  • documentai: start generating proto message types (563f546)

1.6.0 (2022-09-15)

Features

  • documentai/apiv1beta3: add REST transport (f7b0822)

1.5.0 (2022-08-18)

⚠ BREAKING CHANGES

  • documentai: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.

Features

... (truncated)

Commits
  • 06584bf chore: librarian release pull request: 20260413T221959Z (#14427)
  • 74eab64 feat: enable open telemetry attrs (#14426)
  • ec20708 fix(pubsub/v2): fix span linking and add missing attributes (#14326)
  • 5b553fe chore(all): add telemetry features to GAPIC libraries (#14380)
  • f4b10ee chore: librarian release pull request: 20260413T041034Z (#14421)
  • dc245af feat(storage): add client feature tracking support (#14320)
  • cfdd7ba chore(.github/CODEOWNERS): Add AION SDK as code owners for the auth library (...
  • e2d578c test(datastore): skip flaky tests due to datastore contention (#14416)
  • 56e1a62 chore: librarian release pull request: 20260409T222456Z (#14413)
  • 5ca653a chore: regenerate libraries using protobuf 31, and update generation check wo...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/longrunning from 0.6.3 to 0.9.0

Release notes

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

saasplatform: v0.9.0

v0.9.0 (2026-06-04)

Features

saasplatform: v0.8.0

v0.8.0 (2026-05-28)

Features

Changelog

Sourced from cloud.google.com/go/longrunning's changelog.

Code changes required from v0.9.0

  • pubsub: Replace

    sub.ModifyPushConfig(ctx, pubsub.PushConfig{Endpoint: "https://example.com/push"})
    

    with

    sub.Update(ctx, pubsub.SubscriptionConfigToUpdate{
        PushConfig: &pubsub.PushConfig{Endpoint: "https://example.com/push"},
    })
    
  • trace: traceGRPCServerInterceptor will be provided from *trace.Client. Given an initialized *trace.Client named tc, instead of

    s := grpc.NewServer(grpc.UnaryInterceptor(trace.GRPCServerInterceptor(tc)))
    

    write

    s := grpc.NewServer(grpc.UnaryInterceptor(tc.GRPCServerInterceptor()))
    
  • trace trace.GRPCClientInterceptor will also provided from *trace.Client. Instead of

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(trace.GRPCClientInterceptor()))
    

    write

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor()))
    
  • trace: We removed the deprecated trace.EnableGRPCTracing. Use the gRPC interceptor as a dial option as shown below when initializing Cloud package clients:

    c, err := pubsub.NewClient(ctx, "project-id", option.WithGRPCDialOption(grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor())))
    if err != nil {
        ...
    

... (truncated)

Commits
  • d4f8670 BREAKING: all: regenerate toolkit client
  • 23179f2 readme: document Trace and Error Reporting clients
  • c2e00bb trace: switch to grpc-trace-bin for gRPC calls
  • 1de0ed4 rpcreplay: Fprintf functions
  • 8878988 bigtable/bttest: Return proper error code when entity already exists
  • e432073 bigtable: Don't retry on INTERNAL errors.
  • 84bf648 rpcreplay: responses to code review comments from previous CL
  • e687f27 rpcreplay: replay of unary RPCs
  • 9da216d spanner: more integration tests
  • a089e75 logging: document that Close flushes the loggers
  • Additional commits viewable in compare view

Updates github.com/google/go-cmp from 0.6.0 to 0.7.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.7.0

New API:

  • (#367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#370) Detect proto.Message types when failing to export a field
Commits

Updates github.com/stoewer/go-strcase from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/stoewer/go-strcase's releases.

Release 1.3.1

What's Changed

Commits

Updates go.einride.tech/aip from 0.68.1 to 0.86.3

Release notes

Sourced from go.einride.tech/aip's releases.

v0.86.3

0.86.3 (2026-05-18)

⚠️ Breaking change — filtering package

The experimental method (*filtering.Filter).ApplyMacros(macros ...Macro) error was replaced by (filtering.Filter).WithMacros(macros ...Macro) (filtering.Filter, error). The new method has a value receiver and returns a new Filter rather than mutating in place — this is what makes it safe to call repeatedly on the same source Filter (e.g. across Spanner transaction retries).

Migrate by reassigning the result:

// Before
err := filter.ApplyMacros(macros...)
// After
filter, err = filter.WithMacros(macros...)

Bug Fixes

  • prevent race conditions when retrying transactions (688b95e8)

v0.86.2

0.86.2 (2026-05-08)

Bug Fixes

  • avoid race condition on filter declarations (84a917c9)

v0.86.1

0.86.1 (2026-04-28)

Bug Fixes

  • ValidateUserSettable failling on UUIDs that begin with a number (13d16f59)

v0.86.0

0.86.0 (2026-04-23)

Feature

  • add pattern method to resource name (91bd1832)

Chores

  • fix dependabot cooldown for non-semver ecosystems (ae2ce767)
  • fix dependabot cooldown for non-semver ecosystems (ef9ed699)

... (truncated)

Commits
  • 688b95e fix: prevent race conditions when retrying transactions
  • 84a917c fix: avoid race condition on filter declarations
  • 13d16f5 fix: ValidateUserSettable failling on UUIDs that begin with a number
  • 91bd183 feat: add pattern method to resource name
  • ae2ce76 chore: fix dependabot cooldown for non-semver ecosystems
  • ef9ed69 chore: fix dependabot cooldown for non-semver ecosystems
  • f8dd4b8 chore: add dependabot cooldown settings
  • f3e53f4 feat: Allow filtering on float values with integer inputs
  • 620c71b chore: Bump linter version
  • e894058 feat!: replace ProtoDeclarations with DeclareProtoMessageIdents
  • Additional commits viewable in compare view

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20260401024825-9d38bb4040a9

Commits

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

Release notes

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

Release 1.80.0

Behavior Changes

  • balancer: log a warning if a balancer is registered with uppercase letters, as balancer names should be lowercase. In a future release, balancer names will be treated as case-insensitive; see #5288 for details. (#8837)
  • xds: update resource error handling and re-resolution logic (#8907)
    • Re-resolve all LOGICAL_DNS clusters simultaneously when re-resolution is requested.
    • Fail all in-flight RPCs immediately upon receipt of listener or route resource errors, instead of allowing them to complete.

Bug Fixes

  • xds: support the LB policy configured in LOGICAL_DNS cluster resources instead of defaulting to pick_first. (#8733)
  • credentials/tls: perform per-RPC authority validation against the leaf certificate instead of the entire peer certificate chain. (#8831)
  • xds: enabling A76 ring hash endpoint keys no longer causes EDS resources with invalid proxy metadata to be NACKed when HTTP CONNECT (gRFC A86) is disabled. (#8875)
  • xds: validate that the sum of endpoint weights in a locality does not exceed the maximum uint32 value. (#8899)
  • xds: fix incorrect proto field access in the weighted round robin (WRR) configuration where blackout_period was used instead of weight_expiration_period. (#8915)
  • xds/rbac: handle addresses with ports in IP matchers. (#8990)

New Features

  • ringhash: enable gRFC A76 (endpoint hash keys and request hash headers) by default. (#8922)

Performance Improvements

  • credentials/alts: pool write buffers to reduce memory allocations and usage. (#8919)
  • grpc: enable the use of pooled write buffers for buffering HTTP/2 frame writes by default. This reduces memory usage when connections are idle. Use the WithSharedWriteBuffer dial option or the SharedWriteBuffer server option to disable this feature. (#8957)
  • xds/priority: stop caching child LB policies removed from the configuration. This will help reduce memory and cpu usage when localities are constantly switching between priorities. (#8997)
  • mem: add a faster tiered buffer pool; use the experimental mem.NewBinaryTieredBufferPool function to create such pools. (#8775)

Release 1.79.3

Security

  • server: fix an authorization bypass where malformed :path headers (missing the leading slash) could bypass path-based restricted "deny" rules in interceptors like grpc/authz. Any request with a non-canonical path is now immediately rejected with an Unimplemented error. (#8981)

Release 1.79.2

Bug Fixes

  • stats: Prevent redundant error logging in health/ORCA producers by skipping stats/tracing processing when no stats handler is configured. (grpc/grpc-go#8874)

Release 1.79.1

Bug Fixes

Release 1.79.0

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#8806)
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#8780)

... (truncated)

Commits

Updates google.golang.org/protobuf from 1.36.1 to 1.36.11

Updates gotest.tools/v3 from 3.5.1 to 3.5.2

Release notes

Sourced from gotest.tools/v3's releases.

v3.5.2

What's Changed

New Contributors

Full Changelog: gotestyourself/gotest.tools@v3.5.1...v3.5.2

Commits
  • 0b81523 Merge pull request #286 from thaJeztah/undeprecate_ErrorType
  • c5dad8f Merge pull request #285 from thaJeztah/update_go_versions
  • 160ab0e Remove go1.18 and go1.19
  • 8569bbc Merge pull request #284 from thaJeztah/cleanup_readme
  • 4256834 assert, assert/cmp: un-deprecate assert.ErrorType for now
  • eb32186 circleci: update golangci-lint to v1.60.3
  • 5fc8473 circleci: add go1.21, go1.22, go1.23
  • 6f26df9 circleci: test generics on go1.20 and windows as well
  • 732dfcf internal/difflib: rename funcs that collided with built-ins
  • 7d95f55 internal/difflib: gofmt
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 16, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner April 16, 2026 09:29
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 16, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the all-dependencies group with 9 updates chore(deps): bump the all-dependencies group across 1 directory with 9 updates May 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/all-dependencies-3822f83085 branch from ee2dbb0 to 9d7d96e Compare May 1, 2026 19:48
…9 updates

Bumps the all-dependencies group with 3 updates in the / directory: [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go), [github.com/stoewer/go-strcase](https://github.com/stoewer/go-strcase) and [go.einride.tech/aip](https://github.com/einride/aip-go).


Updates `cloud.google.com/go/iam` from 1.2.1 to 1.11.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@iam/v1.2.1...iot/v1.11.0)

Updates `cloud.google.com/go/longrunning` from 0.6.3 to 0.9.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@longrunning/v0.6.3...v0.9.0)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `github.com/stoewer/go-strcase` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/stoewer/go-strcase/releases)
- [Commits](stoewer/go-strcase@v1.3.0...v1.3.1)

Updates `go.einride.tech/aip` from 0.68.1 to 0.86.3
- [Release notes](https://github.com/einride/aip-go/releases)
- [Commits](einride/aip-go@v0.68.1...v0.86.3)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20260401024825-9d38bb4040a9
- [Commits](https://github.com/googleapis/go-genproto/commits)

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

Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.11

Updates `gotest.tools/v3` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](gotestyourself/gotest.tools@v3.5.1...v3.5.2)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: cloud.google.com/go/longrunning
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/google/go-cmp
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/stoewer/go-strcase
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: go.einride.tech/aip
  dependency-version: 0.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20260401001100-f93e5f3e9f0f
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: gotest.tools/v3
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/all-dependencies-3822f83085 branch from 9d7d96e to 10be03f Compare July 1, 2026 16:33
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