Tatiane Tosta
Tatiane Tosta
Add support for Trusted Partner Cloud (TPC) environments through `cloudSqlUniverseDomain` property. Example: ``` Properties connProps = new Properties(); connProps.setProperty("cloudSqlUniverseDomain", "test-universe.test"); ``` Fixes #1894
Add support for configuring TPC universe domain.
Add support for optional debug logging. Presently, we will log the following: ### Logging for refresh operations - When a refresh operation starts - Before the rate limiter is acquired...
Currently we run `unit + e2e tests` across all OSs for different Java versions ([link](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/actions/runs/8197676090/job/22419990614)). We should follow the [AlloyDB Java Connector](https://github.com/GoogleCloudPlatform/alloydb-java-connector/actions/runs/8197717854) approach: all the units across all OSs and...
We are renaming the Maven artifacts to establish a consistent and memorable naming convention for our libraries, making it easier for customers to remember and associate with our libraries. Example:...
Refactor how the URI is parsed in [SocketFactory.java](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/jdbc/sqlserver/src/main/java/com/google/cloud/sql/sqlserver/SocketFactory.java#L49)
Currently the doc [r2dbc.md](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/docs/r2dbc.md) does not specify that the options can be added to the URL. However it can and works. Example: `r2dbc:gcp:mysql://:@/?TARGET_PRINCIPAL=` To make the connection property names match...
Verify PSC DNS name is present as a SAN in the server certificate. It means removing the existing workaround to check the private IP address instead of the DNS name...
### Feature Description Publish v1 Proxy via Homebrew like it was done for `cloud-sql-proxy`: Issue: https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/95 PR: https://github.com/Homebrew/homebrew-core/pull/140782