Skip to content

Release v1.0.16

Compare
Choose a tag to compare
@kurtisvg kurtisvg released this 23 Apr 16:36
26830f1

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)