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.13.0compared with
Version Details
| 0.12.0 | 0.13.0 | |
|---|---|---|
| Release date | Nov 02, 2022 | Dec 08, 2022 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (3)
| 0.12.0 | 0.13.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.google.auto.value » auto-value-annotations | - | 1.10.1 |
| ~ Updated | com.google.cloud » google-cloud-spanner | 6.31.2 | 6.33.0 |
| ~ Updated | org.postgresql » postgresql | 42.5.0 | 42.5.1 |
Test Changes (2)
| 0.12.0 | 0.13.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.google.cloud » google-cloud-spanner | 6.31.2 | 6.33.0 |
| ~ Updated | org.mockito » mockito-core | 4.8.1 | 4.9.0 |