You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes
Several improvements to unix socket handling (#210):
Added support for new unixSocket property, which can be used to specify a path to a unix socket instead of connecting over TCP
Configuring with the CLOUD_SQL_FORCE_UNIX_SOCKET env var has been deprecated. Please set the unixSocket property to /cloudsql/INSTANCE_CONNECTION_NAME in your config instead.
Automatic enabling of use of the /cloudsql/ Unix domain socket when running in Google App Engine and Google Cloud Function environments has been disabled. The recommended way to connect is to continue to use TCP connections, but the behavior can be replicated using the unixSocket property listed above.
Added support for project ids that are using the legacy "domain-scoped" format (#209)