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.0compared with
Version Details
| 0.3.0 | 0.5.0 | |
|---|---|---|
| Release date | Apr 11, 2022 | Jun 14, 2022 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (8)
| 0.3.0 | 0.5.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.kohlschutter.junixsocket » junixsocket-common | - | 2.4.0 |
| + Added | com.kohlschutter.junixsocket » junixsocket-core | - | 2.4.0 |
| + Added | org.apache.maven » maven-model | - | 3.8.5 |
| ~ Updated | com.google.cloud » google-cloud-spanner | 6.21.0 | 6.25.5 |
| ~ Updated | commons-cli » commons-cli | 1.4 | 1.5.0 |
| ~ Updated | org.postgresql » postgresql | 42.3.1 | 42.3.6 |
| - Removed | net.java.dev.jna » jna | 5.10.0 | - |
| - Removed | org.json » json | 20210307 | - |
Test Changes (4)
| 0.3.0 | 0.5.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | net.java.dev.jna » jna | - | 5.11.0 |
| ~ Updated | com.google.api » gax-grpc | 2.12.2 | 2.18.1 |
| ~ Updated | com.google.cloud » google-cloud-spanner | 6.21.0 | 6.25.5 |
| ~ Updated | org.mockito » mockito-core | 4.3.1 | 4.5.1 |