Skip to content

Conversation

@release-please
Copy link
Contributor

@release-please release-please bot commented Mar 1, 2021

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

Updating meta-information for bleeding-edge SNAPSHOT release.


This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners March 1, 2021 00:00
@release-please release-please bot added the type: process A process-related concern. May include testing, release, or the like. label Mar 1, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Mar 1, 2021
@yoshi-approver yoshi-approver added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 1, 2021
Copy link
Collaborator

@yoshi-approver yoshi-approver left a comment

Choose a reason for hiding this comment

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

Rubber stamped release!

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 1, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 1, 2021
@codecov
Copy link

codecov bot commented Mar 1, 2021

Codecov Report

Merging #920 (280badf) into master (4e0d0de) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #920      +/-   ##
============================================
- Coverage     85.23%   85.22%   -0.02%     
  Complexity     2652     2652              
============================================
  Files           145      145              
  Lines         14358    14358              
  Branches       1391     1391              
============================================
- Hits          12238    12236       -2     
- Misses         1538     1540       +2     
  Partials        582      582              
Impacted Files Coverage Δ Complexity Δ
...m/google/cloud/spanner/connection/SpannerPool.java 87.36% <0.00%> (-0.53%) 33.00% <0.00%> (ø%)
...ain/java/com/google/cloud/spanner/SessionPool.java 89.07% <0.00%> (-0.20%) 72.00% <0.00%> (-1.00%)
...cloud/spanner/connection/ReadWriteTransaction.java 82.38% <0.00%> (+0.27%) 60.00% <0.00%> (+1.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 4e0d0de...280badf. Read the comment docs.

@gcf-merge-on-green gcf-merge-on-green bot merged commit ec99cc7 into master Mar 1, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-please/branches/master branch March 1, 2021 00:32
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 1, 2021
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#6871

Changes:

feat(batch): Enable install_gpu_drivers flag in v1 proto docs: Refine GPU drivers installation proto description docs: Refine comments for deprecated proto fields docs: Update the API comments about the device_name
  PiperOrigin-RevId: 481212993
  Source-Link: googleapis/googleapis@b037bb3

chore: regenerate API index

  Source-Link: googleapis/googleapis@ecd0d08

feat(run): Adds Startup and Liveness probes to Cloud Run v2 API client libraries
  For more information about this feature, visit https://cloud.google.com/run/docs/configuring/healthchecks

  PiperOrigin-RevId: 481203788
  Source-Link: googleapis/googleapis@778762c

feat(webrisk): Add SOCIAL_ENGINEERING_EXTENDED_COVERAGE threat type
  PiperOrigin-RevId: 481130618
  Source-Link: googleapis/googleapis@9fba835

feat: rename fields errors_config to error_config
  PiperOrigin-RevId: 481043877
  Source-Link: googleapis/googleapis@9700deb

chore(security/publicca): Prepare google/cloud/security/publicca/v1beta1 BUILD.bazel for release
  PiperOrigin-RevId: 480884206
  Source-Link: googleapis/googleapis@e4d17a6

docs: mark PanelInfo.panel_id as required
  PiperOrigin-RevId: 480718581
  Source-Link: googleapis/googleapis@4d78f32

feat(assuredworkloads): add new field for exception audit log link feat: add support of new compliance regime for regions and new partner T systems docs: fix some typos in documentation
  Deprecated non_compliant_org_policy from AcknowledgeViolationRequest. It has no effect and shouldn't be used.

  Committer: @ViswasK
  PiperOrigin-RevId: 480599318
  Source-Link: googleapis/googleapis@7090dbe
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
…nullability (googleapis#920)

* Types.BOOLEAN and Types.BIT should have identical behaviour for nullability. In master, BOOLEAN is nullable but BIT will throw IllegalArgumentException if an attempt is made to set a null value.

* fix: Types.BOOLEAN and Types.BIT should have identical behaviour for nullability. In master, BOOLEAN is nullable but BIT will throw IllegalArgumentException if an attempt is made to set a null value.
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
🤖 I have created a release *beep* *boop*
---


## [2.7.7](googleapis/java-spanner-jdbc@v2.7.6...v2.7.7) (2022-09-16)


### Bug Fixes

* Types.BOOLEAN and Types.BIT should have identical behaviour for nullability ([googleapis#920](googleapis/java-spanner-jdbc#920)) ([42e5903](googleapis/java-spanner-jdbc@42e5903))


### Dependencies

* Google-cloud-spanner-bom 6.30.0 ([googleapis#967](googleapis/java-spanner-jdbc#967)) ([9385a5d](googleapis/java-spanner-jdbc@9385a5d))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([googleapis#963](googleapis/java-spanner-jdbc#963)) ([811d96b](googleapis/java-spanner-jdbc@811d96b))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([googleapis#966](googleapis/java-spanner-jdbc#966)) ([f8b88cd](googleapis/java-spanner-jdbc@f8b88cd))
* Update dependency com.google.cloud:google-cloud-spanner-bom to v6.29.0 ([googleapis#943](googleapis/java-spanner-jdbc#943)) ([9754023](googleapis/java-spanner-jdbc@9754023))
* Update dependency com.google.cloud:google-cloud-spanner-bom to v6.29.1 ([googleapis#961](googleapis/java-spanner-jdbc#961)) ([a3e1fc6](googleapis/java-spanner-jdbc@a3e1fc6))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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. cla: yes This human has signed the Contributor License Agreement. type: process A process-related concern. May include testing, release, or the like.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants