Skip to content
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

deps: Update Non-major dependencies #601

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.11.3 -> 5.11.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter-params (source) 5.11.3 -> 5.11.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) 5.11.3 -> 5.11.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) 5.11.3 -> 5.11.4 age adoption passing confidence
com.google.api.grpc:proto-google-common-protos 2.49.0 -> 2.50.0 age adoption passing confidence
com.google.api:gax-grpc 2.58.0 -> 2.59.0 age adoption passing confidence
com.google.cloud:google-cloud-alloydb-connectors-bom 0.32.0 -> 0.33.0 age adoption passing confidence
com.google.cloud:google-cloud-alloydb-bom 0.43.0 -> 0.44.0 age adoption passing confidence
com.google.cloud:google-cloud-shared-dependencies 3.40.0 -> 3.41.0 age adoption passing confidence
com.google.errorprone:error_prone_annotations (source) 2.35.1 -> 2.36.0 age adoption passing confidence
com.google.errorprone:error_prone_core (source) 2.31.0 -> 2.36.0 age adoption passing confidence

Release Notes

googleapis/sdk-platform-java (com.google.api.grpc:proto-google-common-protos)

v2.50.0

Compare Source

Features
  • Add experimental S2A integration in client libraries grpc transport (#​3326) (1138ca6)
  • enable selective generation based on service config include list (#​3323) (0cddadb)
  • introduce java.time to java-core (#​3330) (f202c3b)
  • Update Gapic-Generator to generate libraries using java.time methods (#​3321) (b21c9a4)
Bug Fixes
  • Fix flaky test ScheduledRetryingExecutorTest.testCancelOuterFutureAfterStart (#​3335) (e73740d)
  • httpjson callables to trace attempts (started, failed) (#​3300) (15a64ee)
  • instantiate GaxProperties at build time to ensure we get the protobuf version (#​3365) (bb2a3be)
  • protobuf version not always getting set in headers (#​3322) (7f6e470)
  • use BuildKit instead of legacy builder to build the Hermetic Build images (#​3338) (222fb45)
Dependencies
Documentation
googleapis/google-cloud-java (com.google.cloud:google-cloud-alloydb-connectors-bom)

v0.33.0: 0.33.0

Compare Source

Big Query

  • bigquery: properly handle empty array params (#​2695)
  • bigquery: allow schema-ful data listing (#​2697)
  • bigquery: properly spell "BigQuery" (#​2716) breaking change
  • bigquery: also allow schema-ful list from Table (#​2718)
  • bigquery: add setUseLegacySql to ViewDefinition (#​2743)
  • bigquery: properly detect statistics type (#​2742)
  • bigquery: loudly report invalid operations on dryruns (#​2772)
  • bigquery: use standard SQL by default (#​2766)

Firestore

  • Adding Firestore Watch (#​2665)
  • Adding Conformance Test for the Java Firestore SDK (#​2719)
  • Stripping Empty Write Requests (#​2739)
  • Pulling in the latest version of the Conformance Tests (#​2767)
  • Adding support for DocumentSnapshot cursors (#​2768)
  • Adding QueryDocumentSnapshot (#​2738)

Logging

  • logging: flowcontrol should block (#​2741)

NIO

Pub/Sub

  • pubsub: use system executor for stream reconnection (#​2749)
  • pubsub: respect total expiration while modacking (#​2715)
  • pubsub: use gax pool (#​2751)
  • pubsub: document Subscriber running forever (#​2750)

Spanner

  • Cloud Spanner: Adds tracing (#​2677)
  • Treat RESOURCE_EXHAUSTED with retry information as aborted. (#​2645)
  • We can retry on "Received unexpected EOS". (#​2757)

Cross-API

  • Add support for custom static headers (#​2690) breaking change
  • Regenerating GAPIC clients (#​2774)
  • Java autogen client refresh, proto/grpc bump (#​2779)

New Clients

  • Adding dataproc and oslogin (#​2780)
    • Adding missing modules (os-login & dataproc) (#​2785)
    • Fixing google-cloud-dataproc version (#​2786)

Dependencies/build logic

  • Removing compile dependency on org.json (#​2728)
  • add grpc-testing to bom (#​2761)
  • Update license check to be compatible with toolkit changes (#​2762)
  • Update google-cloud-datastore proto driver to v1.6.0. (#​2770)
  • Deleting google-cloud-dep-verification (#​2782)
  • Bumping grpc from 1.7 to 1.9 (#​2783)

Readmes/other docs

  • [video-intelligence] update readme v1beta to v1 (#​2704)
  • Fix css for doc page (#​2711)
  • add bigquery release notes (#​2717)
  • Compute readme: this client is no longer being updated (#​2726)
  • Adding readme for google-cloud-bom (#​2725)
  • Reword comment (#​2541)
  • Fix the code snippet in README (#​2455)
  • Fixes typo in javadocs for Datastore's BaseEntity class. (#​2403)
  • Adding README for dialogflow (#​2730)
  • Improve GCS signUrlOption javadoc (#​1928)
  • all: fix copyright header (#​2763)

Note
We have started a new reference page which details breaking changes at https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CHANGES.md . This will be updated to reflect breaking changes in a more descriptive way going forward, and will be the best place to consult for finding out how to adjust to the breaking changes in each release.

google/error-prone (com.google.errorprone:error_prone_annotations)

v2.36.0: Error Prone 2.36.0

Changes:

  • Add new matcher interfaces to ErrorProneScanner for AST nodes introduced after Java 11 (e5fd194)
  • Fix compatibility with latest JDK 24 EA builds (google/error-prone@d67bc15)
  • Check that --should-stop=ifError=FLOW is set when using the -Xplugin integration (e71db1f)

New checks:

Closed issues: #​4633, #​4646

Full changelog: google/error-prone@v2.35.1...v2.36.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner December 10, 2024 20:34
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 4732838 to 91cce8a Compare December 12, 2024 20:56
@renovate-bot renovate-bot changed the title deps: Update Non-major dependencies to v2.36.0 deps: Update Non-major dependencies Dec 12, 2024
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 91cce8a to 827a78f Compare December 16, 2024 15:49
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 827a78f to fbc703a Compare December 17, 2024 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants