FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Release google-cloud-java v0.88.0 by kolea2 · Pull Request #4971 · googleapis/google-cloud-java · GitHub

Release google-cloud-java v0.88.0 - #4971

Merged
kolea2 merged 2 commits into
googleapis:masterfrom
kolea2:release-google-cloud-java-v0.88.0
Apr 17, 2019
Merged

Release google-cloud-java v0.88.0#4971
kolea2 merged 2 commits into
googleapis:masterfrom
kolea2:release-google-cloud-java-v0.88.0

Conversation

kolea2 commented Apr 17, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

This pull request was generated using releasetool.

04-17-2019 11:22 PDT

BigQuery

  • Added listPartitions. (#4923)
  • Fix close write channel (#4924)

Compute

  • Regenerate compute client (#4909)

Contributions

  • cloud-storage-contrib-nio: Add support for newFileChannel (#4718)

Core

  • Optimize Date.parseDate(String) (#4920)

Data Catalog

  • Initial Generation of data catalog (#4957)

Datastore

  • Adding support to custom ports on LocalDatastoreHelper (#4933) (#4935)

Dialogflow

  • Regenerate dialogflow client (#4928)

Firestore

  • Prep version numbers for Firestore GA. (#4968)
  • Regenerate firestore client (#4963)

KMS

  • Regenerate kms client (#4954)

Language

  • Regenerate language client (#4921)

Pub/Sub

  • Encapsulating a notion of "message batch" in pub/sub (#4951)
  • More Pubsub cleanup (#4948)
  • Cleaning up deprecated pubsub code. (#4949)
  • Minor cleanup in pubsub (#4945)
  • PubSub subscriber cleanup (#4947)
  • Change MessageDispatcher to be synchronous instead of asynchronous. (#4916)

Redis

  • Regenerate redis client (#4910)

Scheduler

  • Regenerate scheduler client (#4911)

Security Center

  • Regenerate securitycenter client (#4937)
  • Regenerate securitycenter client (#4929)
  • CSCC Snippets (#4917)

Spanner

  • Refactor SpannerImpl - Move SessionImpl to separate file (#4895)
  • Refactor SpannerImpl - Move TransactionRunnerImpl to separate file (#4896)
  • refactor SpannerImpl: move PartitionedDmlTransaction to separate file (#4894)
  • Refactor SpannerImpl - Move InstanceAdminClient to separate file (#4893)
  • Refactor SpannerImpl - Move DatabaseAdminClientImpl to separate file (#4892)
  • Refactor SpannerImpl - Move AbstractReadContext to separate file (#4890)
  • Refactor SpannerImpl - Move AbstractResultSet to separate file (#4891)

Speech

  • Prep version numbers for Speech GA. (#4970)

Storage

  • Fix manage resumeable signedURL uploads. (#4874)
  • Un-Ignore testRotateFromCustomerEncryptionToKmsKeyWithCustomerEncryption (#4936)

Tasks

  • Regenerate tasks client (#4912)

Trace

  • Regenerate trace client (#4931)

Dependencies

  • Upgrade gax to 1.44.0. (#4966)

Documentation

  • Use splitindex for google-api-grpc javadoc. (#4952)

kolea2 requested a review from a team April 17, 2019 18:22
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 17, 2019

chingor13 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, but let's fix the PR message.

kolea2 commented Apr 17, 2019

Copy link
Copy Markdown
Contributor Author

Thanks @chingor13! Updated the comment.

codecov Bot commented Apr 17, 2019
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #4971 into master will increase coverage by 0.64%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #4971      +/-   ##
============================================
+ Coverage     49.67%   50.32%   +0.64%     
- Complexity    22299    23665    +1366     
============================================
  Files          2238     2238              
  Lines        221333   226045    +4712     
  Branches      24079    24957     +878     
============================================
+ Hits         109949   113751    +3802     
- Misses       102929   103697     +768     
- Partials       8455     8597     +142
Impacted Files Coverage Δ Complexity Δ
...re/src/main/java/com/google/cloud/BaseService.java 55.55% <0%> (-6.95%) 2% <0%> (ø)
...re/src/main/java/com/google/cloud/RetryHelper.java 50% <0%> (-3.85%) 2% <0%> (ø)
...le/cloud/compute/deprecated/DeprecationStatus.java 88.63% <0%> (-3.13%) 20% <0%> (ø)
...m/google/cloud/tasks/v2beta3/CloudTasksClient.java 57.43% <0%> (-2.68%) 67% <0%> (+16%)
...va/com/google/cloud/tasks/v2/CloudTasksClient.java 57.43% <0%> (-2.68%) 67% <0%> (+16%)
...m/google/cloud/tasks/v2beta2/CloudTasksClient.java 57.14% <0%> (-2.39%) 79% <0%> (+19%)
.../cloud/scheduler/v1beta1/CloudSchedulerClient.java 55% <0%> (-2.15%) 35% <0%> (+8%)
...oogle/cloud/scheduler/v1/CloudSchedulerClient.java 55% <0%> (-2.15%) 35% <0%> (+8%)
...oogle/cloud/firestore/v1/FirestoreAdminClient.java 64.6% <0%> (-2.07%) 36% <0%> (+6%)
...gle/cloud/bigtable/data/v2/BigtableDataClient.java 89.58% <0%> (-1.91%) 32% <0%> (ø)
... and 540 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 644cd79...69f4ce3. Read the comment docs.

kolea2 merged commit e309945 into googleapis:master Apr 17, 2019

kolea2 commented Apr 17, 2019

Copy link
Copy Markdown
Contributor Author

github-actions Bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
meltsufin pushed a commit that referenced this pull request Dec 22, 2025
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
chingor13 pushed a commit that referenced this pull request Jan 6, 2026
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
chingor13 pushed a commit that referenced this pull request Jan 22, 2026
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 11, 2026
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
suztomo pushed a commit that referenced this pull request Mar 30, 2026
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
lqiu96 pushed a commit that referenced this pull request Apr 1, 2026
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
meltsufin pushed a commit that referenced this pull request May 1, 2026
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
benjaminp pushed a commit to benjaminp/google-cloud-java that referenced this pull request Jul 13, 2026
* Release v0.88.0

* Change version numbers to 1.0.0 for Speech and Firestore.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL