Skip to content

Conversation

release-please[bot]
Copy link
Contributor

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

Updating meta-information for bleeding-edge SNAPSHOT release.


This PR was generated with Release Please.

@release-please release-please bot requested review from a team as code owners November 16, 2020 22:51
@release-please release-please bot added the type: process A process-related concern. May include testing, release, or the like. label Nov 16, 2020
@generated-files-bot
Copy link

Warning: This pull request is touching the following templated files:

  • samples/snapshot/pom.xml

@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Nov 16, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 16, 2020
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!

@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 Nov 16, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2020
@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #632 (e2980d4) into master (b5150b5) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #632      +/-   ##
============================================
- Coverage     84.06%   84.04%   -0.02%     
+ Complexity     2504     2503       -1     
============================================
  Files           141      141              
  Lines         13810    13810              
  Branches       1318     1318              
============================================
- Hits          11609    11607       -2     
- Misses         1655     1657       +2     
  Partials        546      546              
Impacted Files Coverage Δ Complexity Δ
.../google/cloud/spanner/SpannerExceptionFactory.java 80.48% <0.00%> (-2.44%) 39.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 b5150b5...e2980d4. Read the comment docs.

@gcf-merge-on-green gcf-merge-on-green bot merged commit 373981c into master Nov 16, 2020
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-v3.0.4-SNAPSHOT branch November 16, 2020 23:26
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 16, 2020
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
…is#632)

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.38.0` -> `v1.39.0` |

---

### Release Notes

<details>
<summary>grpc/grpc-go</summary>

### [`v1.39.0`](https://togithub.com/grpc/grpc-go/releases/v1.39.0)

[Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.38.1...v1.39.0)

### Behavior Changes

-   csds: return empty response if xds client is not set ([#&#8203;4505](https://togithub.com/grpc/grpc-go/issues/4505))
-   metadata: convert keys to lowercase in FromContext() ([#&#8203;4416](https://togithub.com/grpc/grpc-go/issues/4416))

### New Features

-   xds: add GetServiceInfo to GRPCServer ([#&#8203;4507](https://togithub.com/grpc/grpc-go/issues/4507))
    -   Special Thanks: [@&#8203;amenzhinsky](https://togithub.com/amenzhinsky)
-   xds: add test-only injection of xds config to client and server ([#&#8203;4476](https://togithub.com/grpc/grpc-go/issues/4476))
-   server: allow PreparedMsgs to work for server streams ([#&#8203;3480](https://togithub.com/grpc/grpc-go/issues/3480))
    -   Special Thanks: [@&#8203;eafzali](https://togithub.com/eafzali)

### Performance Improvements

-   transport: remove decodeState from client & server to reduce allocations ([#&#8203;4423](https://togithub.com/grpc/grpc-go/issues/4423))
    -   Special Thanks: [@&#8203;JNProtzman](https://togithub.com/JNProtzman)

### Bug Fixes

-   server: return UNIMPLEMENTED on receipt of malformed method name ([#&#8203;4464](https://togithub.com/grpc/grpc-go/issues/4464))
-   xds/rds: use 100 as default weighted cluster totalWeight instead of 0 ([#&#8203;4439](https://togithub.com/grpc/grpc-go/issues/4439))
    -   Special Thanks: [@&#8203;alpha-baby](https://togithub.com/alpha-baby)
-   transport: unblock read throttling when controlbuf exits ([#&#8203;4447](https://togithub.com/grpc/grpc-go/issues/4447))
-   client: fix status code to return Unavailable for servers shutting down instead of Unknown ([#&#8203;4561](https://togithub.com/grpc/grpc-go/issues/4561))

### Documentation

-   doc: fix broken benchmark dashboard link in README.md ([#&#8203;4503](https://togithub.com/grpc/grpc-go/issues/4503))
    -   Special Thanks: [@&#8203;laststem](https://togithub.com/laststem)
-   example: improve hello world server with starting msg ([#&#8203;4468](https://togithub.com/grpc/grpc-go/issues/4468))
    -   Special Thanks: [@&#8203;dkkb](https://togithub.com/dkkb)
-   client: Clarify that WaitForReady will block for CONNECTING channels ([#&#8203;4477](https://togithub.com/grpc/grpc-go/issues/4477))
    -   Special Thanks: [@&#8203;evanj](https://togithub.com/evanj)

### [`v1.38.1`](https://togithub.com/grpc/grpc-go/releases/v1.38.1)

[Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.38.0...v1.38.1)

internal/transport: do not mask ConnectionError ([#&#8203;4561](https://togithub.com/grpc/grpc-go/issues/4561))

</details>

---

### Configuration

📅 **Schedule**: "before 3am on Monday" (UTC).

🚦 **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, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/go-genproto).
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
- Report views with table type VIEW in metadata queries.
- Allow applications to filter for VIEWs in metadata queries

Fixes googleapis#632
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
🤖 I have created a release \*beep\* \*boop\*
---
## [2.5.0](https://www.github.com/googleapis/java-spanner-jdbc/compare/v2.4.5...v2.5.0) (2021-10-25)


### Features

* support VIEW in metadata queries ([googleapis#633](https://www.github.com/googleapis/java-spanner-jdbc/issues/633)) ([b929191](https://www.github.com/googleapis/java-spanner-jdbc/commit/b929191a7b6699f9daf9a7c06097e9794c79ff8d)), closes [googleapis#632](https://www.github.com/googleapis/java-spanner-jdbc/issues/632)


### Bug Fixes

* **java:** java 17 dependency arguments ([googleapis#1266](https://www.github.com/googleapis/java-spanner-jdbc/issues/1266)) ([googleapis#645](https://www.github.com/googleapis/java-spanner-jdbc/issues/645)) ([0474502](https://www.github.com/googleapis/java-spanner-jdbc/commit/0474502936ff1a43244fcb830fecfc5f42895899))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.4.0 ([googleapis#641](https://www.github.com/googleapis/java-spanner-jdbc/issues/641)) ([ab26010](https://www.github.com/googleapis/java-spanner-jdbc/commit/ab26010ba107d4ba9591d661743ad542ae3b227f))
* update dependency com.google.cloud:google-cloud-spanner-bom to v6.13.0 ([googleapis#637](https://www.github.com/googleapis/java-spanner-jdbc/issues/637)) ([d981c8c](https://www.github.com/googleapis/java-spanner-jdbc/commit/d981c8c744829aa039b16df0b150caf49a99f1cc))
* update dependency com.google.cloud:google-cloud-spanner-bom to v6.14.0 ([googleapis#647](https://www.github.com/googleapis/java-spanner-jdbc/issues/647)) ([3cda837](https://www.github.com/googleapis/java-spanner-jdbc/commit/3cda83737c25c8878d19bee1727de84e086065b6))
* upgrade Mockito to support Java17 ([googleapis#635](https://www.github.com/googleapis/java-spanner-jdbc/issues/635)) ([d78792f](https://www.github.com/googleapis/java-spanner-jdbc/commit/d78792f7acdd2fdac8a655fba06789ba50457679))
---


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