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

chore(master): release 5.0.0 #913

Merged
merged 1 commit into from Mar 1, 2021
Merged

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Feb 24, 2021

🤖 I have created a release *beep* *boop*

5.0.0 (2021-02-26)

⚠ BREAKING CHANGES

Features

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 (#917) (aca9d45)
  • update dependency com.google.cloud:google-cloud-trace to v1.2.13 (#918) (8843998)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners February 24, 2021 22:50
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Feb 24, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 24, 2021
@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #913 (6a834d7) into master (aca9d45) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #913   +/-   ##
=========================================
  Coverage     85.22%   85.23%           
  Complexity     2652     2652           
=========================================
  Files           145      145           
  Lines         14358    14358           
  Branches       1391     1391           
=========================================
+ Hits          12237    12238    +1     
+ Misses         1539     1538    -1     
  Partials        582      582           
Impacted Files Coverage Δ Complexity Δ
...m/google/cloud/spanner/connection/SpannerPool.java 87.89% <0.00%> (+0.52%) 33.00% <0.00%> (ø%)

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 8843998...254fcd5. Read the comment docs.

@thiagotnunes thiagotnunes added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 24, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 24, 2021
Copy link
Contributor

@chingor13 chingor13 left a comment

Choose a reason for hiding this comment

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

Is there something we can do to the design of this client so that every feature is not a breaking change?

@thiagotnunes
Copy link
Contributor

@chingor13 Unfortunately we could not prevent the breaking change in this case. Also, unfortunately we could not have this change bundled in with the the previous major release, because of different release dates.

We already started a discussion about this with @elharo and @lesv on how to move forward to prevent this. The use of interfaces and Java 7 hinder us on new features that touch such interfaces.

Note that next month we will probably have another breaking change due to CMEK, for which we had to introduce an interface change.

@release-please release-please bot force-pushed the release-please/branches/master branch 2 times, most recently from 7131f56 to 63235e9 Compare February 25, 2021 22:02
@thiagotnunes thiagotnunes added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 26, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 26, 2021
@release-please release-please bot force-pushed the release-please/branches/master branch from 63235e9 to 254fcd5 Compare February 26, 2021 17:42
@thiagotnunes thiagotnunes added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 28, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 28, 2021
@thiagotnunes thiagotnunes merged commit 4e0d0de into master Mar 1, 2021
@thiagotnunes thiagotnunes deleted the release-please/branches/master branch March 1, 2021 00:00
@yoshi-automation
Copy link
Contributor

@release-tool-publish-reporter
Copy link

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter
Copy link

🥚 You hatched a release! The release build finished successfully! 💜

ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#6756

Changes:

chore(dataplex): override API mixins when needed
  PiperOrigin-RevId: 477248447
  Source-Link: googleapis/googleapis@4689c73

chore(ruby): Update generator to 0.16.1
  PiperOrigin-RevId: 477203463
  Source-Link: googleapis/googleapis@c89757b

fix(deploy)!: Fix resource annotations for Cloud Deploy to use common resource name for locations
  This is technically a breaking change in that it's modifying the type for a resource, but it's a fast-follow fix to the earlier broken definition.

  PiperOrigin-RevId: 477192133
  Source-Link: googleapis/googleapis@f252e11

chore: regenerate API index

  Source-Link: googleapis/googleapis@e17b31e

feat: publish Google Cloud's Enterprise Knowledge Graph service
  Enterprise Knowledge Graph (EKG) organizes siloed information into organizational knowledge, which involves consolidating, standardizing, reconciling, and surfacing data in an efficient and useful way. It's a service provided to cloud enterprise customers.

  PiperOrigin-RevId: 477176998
  Source-Link: googleapis/googleapis@4f945ca

feat(storage/internal): Add routing annotations
  feat!: Update CreateBucket spec to state that bucket field is not REQUIRED

  feat!: Update UpdateBucketRequest to state that bucket and update_mask fields are REQUIRED

  feat!: Update ReadObjectRequest to state that bucket and object fields are REQUIRED

  feat!: Update WriteObjectSpec to state that resource field is REQUIRED

  feat!: Update RewriteObjectRequest to state that destination_name and destination_bucket fields are REQUIRED

  feat!: Update StartResumableWriteRequest to state that write_object_spec field is REQUIRED

  feat!: Update UpdateObjectRequest to state that object and update_mask fields are REQUIRED

  docs: Remove OPTIONAL annotations on fields where the fields aren't required, and to remove proto-optional annotations

  feat!: Update BucketAccessControl and specs to include new entity_alt field.

  PiperOrigin-RevId: 477175825
  Source-Link: googleapis/googleapis@844d0f7

chore: regenerate API index

  Source-Link: googleapis/googleapis@f163893

feat(deploy): Publish new JobRun resource and associated methods for Google Cloud Deploy
  PiperOrigin-RevId: 477144554
  Source-Link: googleapis/googleapis@59a30fb

chore(dataproc): updated docs and code sturcture for Dataproc metric configuration
  Committer: @akshatbhargava123
  PiperOrigin-RevId: 477101789
  Source-Link: googleapis/googleapis@2e19de1
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
…-info-reports-plugin to v3.4.0 (googleapis#913)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) ([source](https://togithub.com/apache/maven-project-info-reports-plugin)) | `3.3.0` -> `3.4.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. autorelease: published cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants