github GoogleCloudPlatform/cloud-sql-proxy v1.12.0
1.12 Release

latest releases: v2.11.0, v1.35.1, v1.35.0...
5 years ago

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
  • 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.

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

Don't miss a new cloud-sql-proxy release

NewReleases is sending notifications on new releases.