Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

Bumps com.google.api.grpc:grpc-google-common-protos from 2.28.0 to 2.32.0.

Release notes

Sourced from com.google.api.grpc:grpc-google-common-protos's releases.

v2.32.0

2.32.0 (2024-01-19)

Features

  • Do not set the default endpoint in StubSettings (97ae228)
  • Numeric enums in routing headers (#2328) (4d043de)
  • StubSettings' getEndpoint() will return the service's pre-configured endpoint if there are no user configurations (97ae228)
  • Validate the Universe Domain (#2330) (097bc93)

Bug Fixes

  • adjust release-please configs for cloudbuild yaml updates (#2351) (ed16261)
  • DirectPath non-default SA requires creds (#2281) (c7d614a)
  • format method types and table in Client Overview (#2361) (7436995)

Dependencies

  • update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#2386) (1160f95)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2390) (d533760)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2391) (98b7f3e)
  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.35.0 (#2392) (4b78ac7)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2388) (42808ba)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2389) (51241f7)
  • update dependency net.bytebuddy:byte-buddy to v1.14.11 (#2387) (07b8ee6)
  • update dependency org.checkerframework:checker-qual to v3.42.0 (#2287) (7c4eb80)
  • update gapic-showcase to v0.30.0 (#2354) (762c125)
  • update google api dependencies (#2382) (92bbe61)
  • update googleapis/java-cloud-bom digest to 8bc17e9 (#2376) (bddd4ea)
  • update grpc dependencies to v1.61.0 (#2383) (af15bd1)
  • update netty dependencies to v4.1.105.final (#2302) (1563a55)
  • update protobuf dependencies to v3.25.2 (#2378) (836e7b8)
  • update slf4j monorepo to v2.0.11 (#2381) (9e758b7)

v2.31.0

2.31.0 (2024-01-04)

Features

  • [common-protos,common-protos] add auto_populated_fields to google.api.MethodSettings (#2273) (d9be11c)
  • add auto_populated_fields to google.api.MethodSettings (d9be11c)
  • add parsing of autopopulated fields from serviceyaml (#2312) (4f535a7)
  • Add Universe Domain to ClientSettings (#2331) (1bddac5)
  • Add Universe Domain to Java-Core (#2329) (586ac9f)
  • Full Endpoint Resolution from EndpointContext (#2313) (f499ced)
  • move Java Owlbot into this repository for postprocessing (#2282) (f8969d2)

... (truncated)

Changelog

Sourced from com.google.api.grpc:grpc-google-common-protos's changelog.

2.32.0 (2024-01-19)

Features

  • Do not set the default endpoint in StubSettings (97ae228)
  • Numeric enums in routing headers (#2328) (4d043de)
  • StubSettings' getEndpoint() will return the service's pre-configured endpoint if there are no user configurations (97ae228)
  • Validate the Universe Domain (#2330) (097bc93)

Bug Fixes

  • adjust release-please configs for cloudbuild yaml updates (#2351) (ed16261)
  • DirectPath non-default SA requires creds (#2281) (c7d614a)
  • format method types and table in Client Overview (#2361) (7436995)

Dependencies

  • update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#2386) (1160f95)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2390) (d533760)
  • update dependency com.google.errorprone:error_prone_annotations to v2.24.1 (#2391) (98b7f3e)
  • update dependency com.google.oauth-client:google-oauth-client-bom to v1.35.0 (#2392) (4b78ac7)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2388) (42808ba)
  • update dependency io.perfmark:perfmark-api to v0.27.0 (#2389) (51241f7)
  • update dependency net.bytebuddy:byte-buddy to v1.14.11 (#2387) (07b8ee6)
  • update dependency org.checkerframework:checker-qual to v3.42.0 (#2287) (7c4eb80)
  • update gapic-showcase to v0.30.0 (#2354) (762c125)
  • update google api dependencies (#2382) (92bbe61)
  • update googleapis/java-cloud-bom digest to 8bc17e9 (#2376) (bddd4ea)
  • update grpc dependencies to v1.61.0 (#2383) (af15bd1)
  • update netty dependencies to v4.1.105.final (#2302) (1563a55)
  • update protobuf dependencies to v3.25.2 (#2378) (836e7b8)
  • update slf4j monorepo to v2.0.11 (#2381) (9e758b7)

2.31.0 (2024-01-04)

Features

  • [common-protos,common-protos] add auto_populated_fields to google.api.MethodSettings (#2273) (d9be11c)
  • add auto_populated_fields to google.api.MethodSettings (d9be11c)
  • add parsing of autopopulated fields from serviceyaml (#2312) (4f535a7)
  • Add Universe Domain to ClientSettings (#2331) (1bddac5)
  • Add Universe Domain to Java-Core (#2329) (586ac9f)
  • Full Endpoint Resolution from EndpointContext (#2313) (f499ced)
  • move Java Owlbot into this repository for postprocessing (#2282) (f8969d2)
  • new artifact for sdk-platform-java configs. (#2315) (99e5195)
  • Parse Host Service Name (#2300) (8822f3b)

... (truncated)

Commits
  • a985b2e chore(main): release 2.32.0 (#2350)
  • 7c4eb80 deps: update dependency org.checkerframework:checker-qual to v3.42.0 (#2287)
  • 1563a55 deps: update netty dependencies to v4.1.105.final (#2302)
  • 6ff10c4 build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • 1c30f8d build(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin...
  • 1160f95 deps: update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#2386)
  • d533760 deps: update dependency com.google.errorprone:error_prone_annotations to v2.2...
  • 9e758b7 deps: update slf4j monorepo to v2.0.11 (#2381)
  • 07b8ee6 deps: update dependency net.bytebuddy:byte-buddy to v1.14.11 (#2387)
  • 42808ba deps: update dependency io.perfmark:perfmark-api to v0.27.0 (#2388)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.google.api.grpc:grpc-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.28.0 to 2.32.0.
- [Release notes](https://github.com/googleapis/sdk-platform-java/releases)
- [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md)
- [Commits](googleapis/sdk-platform-java@v2.28.0...v2.32.0)

---
updated-dependencies:
- dependency-name: com.google.api.grpc:grpc-google-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #17.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/maven/com.google.api.grpc-grpc-google-common-protos-2.32.0 branch February 1, 2024 06:21
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant