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

Merged

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.51.0 age adoption passing confidence
com.google.api:gax-grpc 2.58.0 -> 2.60.0 age adoption passing confidence
io.grpc:grpc-bom 1.69.0 -> 1.70.0 age adoption passing confidence
com.google.cloud:google-cloud-alloydb-connectors-bom 0.32.0 -> 0.35.0 age adoption passing confidence
com.google.cloud:google-cloud-alloydb-bom 0.43.0 -> 0.46.0 age adoption passing confidence
com.google.cloud:google-cloud-shared-dependencies 3.40.0 -> 3.42.0 age adoption passing confidence
org.bouncycastle:bcpkix-jdk18on (source) 1.79 -> 1.80 age adoption passing confidence
org.bouncycastle:bcprov-jdk18on (source) 1.79 -> 1.80 age adoption passing confidence
com.google.errorprone:error_prone_annotations (source) 2.35.1 -> 2.36.0 age adoption passing confidence
org.postgresql:postgresql (source) 42.7.4 -> 42.7.5 age adoption passing confidence
com.google.cloud:google-cloud-shared-config 1.12.2 -> 1.14.2 age adoption passing confidence

Release Notes

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

v2.51.0

Features
  • [iam] add ResourcePolicyMember to google/iam/v1 (b8e2859)
Bug Fixes
Dependencies
Documentation

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
grpc/grpc-java (io.grpc:grpc-bom)

v1.70.0

Bug Fixes

  • Re-enable animalsniffer, fixing most violations (8ea3629). Violations would only have triggered on API level 23 and earlier, and the violations fixed here were highly unlikely to be triggered
  • api: Fix Android API level 23 and earlier compatibility for StatusRuntimeException without stacktrace (#​11072) (ebe2b48). This fixes a regression introduced in 1.64.0. The regression should have caused failures on API level 23 and earlier when a StatusRuntimeException or StatusException was created. However, for unknown reasons tests on old devices didn’t notice issues
  • okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 (#​11749) (a0982ca). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix
  • okhttp: Fix for ipv6 link local with scope (#​11725) (65b32e6)
  • xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly (1cf1927). This (along with 6c12c2b) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen
  • xds: Remember nonces for unknown types (6c12c2b)
  • xds: Unexpected types in the bootstrap’s server_features should be ignored (e8ff6da). They were previously required to be strings
  • xds: Remove xds authority label from metric registration (#​11760) (6516c73). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0
  • xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (#​11735) (f8f6139). This fixes clients treating large max_requests as “no requests” and failing all requests

Improvements

  • api: Introduce custom NameResolver.Args (#​11669) (0b2d440)
  • stub: Introduce new API: BlockingStubV2 which supports Bidi streaming, Client streaming, a cleaner Server streaming and Unary RPCs (#​10318) (ea8c31c)
  • bazel: Remove workaround for DoNotCall fixed in Bazel 3.4 (805cad3)
  • binder: A standard API for pointing resolvers at a different Android User. (#​11775) (1126a8e)
  • xds: Fix XDS control plane client retry timer backoff duration when connection closes after results are received (#​11766) (ef7c2d5)
  • xds: Parsing xDS Cluster Metadata (#​11741) (1edc4d8). Not used actively, but this adds validation. The validation is unlikely to fail but may reject invalid resources.
  • xds: Use "#server" as dataplane target value for xDS enabled gRPC servers (#​11715) (ebb43a6). This only impacts the grpc.target label in grpc.xds_client.* metrics. Previously the empty string was used
  • rls: Reduce RLS debug channel logging (7f9c1f3). This only matters when debug logging is enabled

Documentation

  • examples: Simplify graceful shutdown in Hostname example (f1109e4)
  • examples: Remove references to maven-central.storage-download.googleapis.com (c96e926)
  • examples: Updated the attachHeaders to newAttachHeadersInterceptor in HeaderClientInterceptor (#​11759) (5e8abc6)

Dependencies

  • Bazel 8 is released, so replace Bazel 6 testing with Bazel 7 (8a5f777)

Thanks to

v1.69.1

Bug Fixes
  • okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 (#​11749) (a0982ca). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix
  • xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly (1cf1927). This (along with 6c12c2b) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen
  • xds: Remember nonces for unknown types (6c12c2b)
  • xds: Unexpected types in the bootstrap’s server_features should be ignored (e8ff6da). They were previously required to be strings
  • xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (#​11735) (f8f6139). This fixes clients treating large max_requests as “no requests” and failing all requests
  • xds: Remove xds authority label from metric registration (#​11760) (6516c73). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0
googleapis/google-cloud-java (com.google.cloud:google-cloud-alloydb-connectors-bom)

v0.35.0: 0.35.0

Compare Source

Misc
  • Update_versions.sh script: update versions in bom pom (#​2703)
  • Add XML syntax highlighting in READMEs (#​2922)
  • Add missing copyright headers to scripts (#​2923)
  • Remove Travis (#​2883)
  • Update CONTRIBUTING.MD for installing (#​2881)
  • Adding basic builds to CircleCI config (#​2877)
  • Use new googleapis javadoc page (#​2862)
  • Add a veneer-dev profile that autoformats modified sources during maven runs (#​2851)
Bigtable
  • Cleanup - tweak filters (#​2919)
  • Bug fix - Fix Reframer error handling (#​2920)
  • Bug fix - Make ranges mutable (#​2915)
  • Add a generic reframer (#​2907)
  • Add Base structure for Bigtable surface updates (#​2842)
  • Add SampleRowKeys to the surface (#​2857)
  • Add Readrows to the surface (#​2849)
  • Add a couple of developer helper scripts (#​2841)
Bigquery
  • Add table label (#​2873)
  • Make FieldValue publicly construct-able (#​2891)
  • Try getting job if create fails (#​2887)
  • Add support for customer supplied encryption keys (#​2870)
Storage
  • Add documentation to FakeStorageRpc and LocalStorageHelper (#​2906)
  • Make download in StorageExamples more straightforward (#​2905)
  • Fix Storage integration tests (#​2886)
  • Add initial opencensus instrumentation code in Cloud Storage (#​2846)
  • Fix intermittent Storage integration test failures (#​2872)
Speech
  • Remove PageResponseWrappers, add speech v1p1beta1 (#​2927)
Core
  • Allow custom roles (#​2863)
  • Make BaseWriteChannel surprise less (#​2900)
  • Add validation for project-id returned by metadata server (#​2868)
  • Update gax to 1.19.0 (#​2885)
  • Use grpc-netty-shaded (#​2832)
  • Use GAE_RUNTIME to detect java version (#​2837)
Logginig
Firestore
  • Accept strings in where(FieldPath.documentId(), ...) (#​2903)
  • Pull in newest version of Conformance Tests (#​2898)
Datastore
  • Document DatastoreWriter.update exception (#​2894)
Dns

v0.34.0: 0.34.0

Compare Source

BigQuery

  • bigquery: properly forward Dataset labels (#​2799)
  • bigquery: support null values in inserts (#​2798)
  • simplify string concat (#​2773)
  • bigquery: small refactorings (#​2817)
  • bigquery: allow users to construct TableDefinition (#​2814)
  • bigquery: fix failing integ test (#​2831)

Compute

  • compute: deprecate (#​2819) breaking change

Datastore

  • support datastore transaction options (#​2613)
  • datastore: better document emulator functions (#​2828)

Dependencies/build logic

  • add logback to bom (#​2815)
  • Initial CircleCI config for integration tests (#​2808)
  • CircleCI: Adding speech integration tests (#​2826)
  • CircleCI integration tests: adding more APIs (#​2829)
  • CircleCI: Adding firestore, bumping compute timeout (#​2836)
  • CircleCI: Adding Storage (#​2839)
  • Disabling integration tests in Travis/Appveyor (#​2840)

Firestore

  • Adding test for return value of runTransaction() (#​2801)
  • Adding .close() to Firestore Service (#​2807)
  • Making sure Firestore Java doesn't drop update values (#​2818)
  • Adding Query Conformance Tests (#​2811)
  • Adding Transaction.getAll() (#​2844)

Logging

Storage

Cross-API

Readmes/other docs

  • firestore: document transport (#​2790)
  • READMEs: clarifying umbrella package (#​2806)
  • firestore: fix doc typo (#​2747)
  • Removing self from CODEOWNERS (#​2824)

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

Compare Source

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

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.5

Added
Fixed
  • regression: revert change in fc60537 PR #​3476
  • fix: PgDatabaseMetaData implementation of catalog as param and return value PR #​3390
  • fix: Support default GSS credentials in the Java Postgres client PR #​3451
  • fix: return only the transactions accessible by the current_user in XAResource.recover PR #​3450
  • feat: don't force send extra_float_digits for PostgreSQL >= 12 fix Issue #​3432 PR #​3446
  • fix: exclude "include columns" from the list of primary keys PR #​3434
  • perf: Enhance the meta query performance by specifying the oid. PR #​3427
  • feat: support getObject(int, byte[].class) for bytea PR #​3274
  • docs: document infinity and some minor edits PR #​3407
  • fix: Added way to check for major server version, fixed check for RULE PR #​3402
  • docs: fixed remaining paragraphs PR #​3398
  • docs: fixed paragraphs in javadoc comments PR #​3397
  • fix: Reuse buffers and reduce allocations in GSSInputStream addresses Issue #​3251 PR #​3255
  • chore: Update Gradle to 8.10.2 PR #​3388
  • fix: getSchemas() PR #​3386
  • fix: Update rpm postgresql-jdbc.spec.tpl with scram-client PR #​3324
  • fix: Clearing thisRow and rowBuffer on close() of ResultSet Issue #​3383 PR #​3384
  • fix: Package was renamed to maven-bundle-plugin PR #​3382
  • fix: As of version 18 the RULE privilege has been removed PR #​3378
  • fix: use buffered inputstream to create GSSInputStream PR #​3373
  • test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 PR #​3372
  • Changed docker-compose version and renamed script file in instructions to match the real file name [PR #​3363](https://redirect.github.com/pgjdbc/pgjdbc/p

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 2 times, most recently from 827a78f to fbc703a Compare December 17, 2024 04:56
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from 19d131d to 6bc791c Compare January 10, 2025 04:38
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from 040f219 to 2234b66 Compare January 17, 2025 02:30
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from ec0157b to 6b84749 Compare January 28, 2025 02:25
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from cdd7646 to 143e6b2 Compare February 4, 2025 22:40
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 143e6b2 to 1f6bc4f Compare February 6, 2025 02:51
@enocom enocom merged commit 474cc3e into GoogleCloudPlatform:main Feb 10, 2025
13 checks passed
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