1.12 Release
The newest version is available at gcr.io/cloudsql-docker/gce-proxy:1.12 and at the precompiled locations (see below)
Notable changes:
- Add TCP keep alive to client connections: #161
- Client proxy prefers
gcloud auth login
credentials (if available) over application default credentials: #198- Before this change, users would need to use
gcloud auth application-default login
, which was a source of confusion, and could result in hard to debug out of quota errors
- Before this change, users would need to use
- Allow specifying IP type preferences: #174
- Cloud SQL instances may have more than one associated IP. Setting the
--ip_address_types
flag allows you to specify your preference for what IP type to use.
- Cloud SQL instances may have more than one associated IP. Setting the
Other changes: Compiled with Go 1.11
The precompiled binaries can be found at the standard locations:
https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64
https://dl.google.com/cloudsql/cloud_sql_proxy.linux.386
https://dl.google.com/cloudsql/cloud_sql_proxy.darwin.amd64
https://dl.google.com/cloudsql/cloud_sql_proxy.darwin.386
https://dl.google.com/cloudsql/cloud_sql_proxy_x64.exe
https://dl.google.com/cloudsql/cloud_sql_proxy_x86.exe