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.5.1compared with
Version Details
| 0.5.0 | 0.5.1 | |
|---|---|---|
| Release date | Jun 14, 2022 | Jun 23, 2022 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (5)
| 0.5.0 | 0.5.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.google.cloud » google-cloud-spanner | 6.25.5 | 6.25.6 |
| ~ Updated | com.kohlschutter.junixsocket » junixsocket-common | 2.4.0 | 2.5.0 |
| ~ Updated | com.kohlschutter.junixsocket » junixsocket-core | 2.4.0 | 2.5.0 |
| ~ Updated | org.apache.maven » maven-model | 3.8.5 | 3.8.6 |
| ~ Updated | org.postgresql » postgresql | 42.3.6 | 42.4.0 |
Test Changes (2)
| 0.5.0 | 0.5.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.google.cloud » google-cloud-spanner | 6.25.5 | 6.25.6 |
| ~ Updated | org.mockito » mockito-core | 4.5.1 | 4.6.1 |