1.11 Release
The newest version is available at gcr.io/cloudsql-docker/gce-proxy:1.11 and at the precompiled locations (see below)
Notable changes:
- Add -max_connections flag: b4646d0
- Setting
-max_connections
will limit the maximum number of connections, the default value of 0 will have no limitation.
- Setting
- Add -refresh_config_throttle flag: ac3f4da
- Setting
-refresh_config_throttle
will set the period between API calls. Leave it empty to use the default value (1 min) unless absolutely needed.
- Setting
Other changes: Recompile for Go 1.9 to pick up performance gains
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