Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.16. #214

Merged
merged 1 commit into from
Apr 23, 2020
Merged

Release v1.0.16. #214

merged 1 commit into from
Apr 23, 2020

Conversation

kurtisvg
Copy link
Contributor

@kurtisvg kurtisvg commented Apr 23, 2020

Release notes

  • Several improvements to unix socket handling (Improve handling of connections through unix domain sockets.  #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 (Add support for legacy domain-scoped projects. #209)

@kurtisvg kurtisvg requested a review from shubha-rajan April 23, 2020 16:22
@kurtisvg kurtisvg merged commit 26830f1 into master Apr 23, 2020
@kurtisvg kurtisvg deleted the release branch April 23, 2020 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants