The PGAdapter server implements the PostgreSQL wire-protocol, but sends all received statements
to a Cloud Spanner database instead of a PostgreSQL database. The Cloud Spanner database must
have been created to use the PostgreSQL dialect. See https://cloud.google.com/spanner/docs/quickstart-console#postgresql
for more information on how to create PostgreSQL dialect databases on Cloud Spanner.
Version0.7.0compared with
Version Details
| 0.6.1 | 0.7.0 | |
|---|---|---|
| Release date | Jul 13, 2022 | Sep 10, 2022 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (3)
| 0.6.1 | 0.7.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.bouncycastle » bcpkix-jdk15on | - | 1.70 |
| ~ Updated | com.google.cloud » google-cloud-spanner | 6.25.7 | 6.28.0 |
| ~ Updated | org.postgresql » postgresql | 42.4.0 | 42.5.0 |
Test Changes (2)
| 0.6.1 | 0.7.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.google.cloud » google-cloud-spanner | 6.25.7 | 6.28.0 |
| ~ Updated | org.mockito » mockito-core | 4.6.1 | 4.8.0 |