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
feat: Support Developer Edition connections (#2610)
* feat: Support AI Developer Edition connections through the Cloud SQL Auth Proxy
Cloud SQL AI Developer Edition instances allow connections through the SqlDataService.
With this change and the corresponding chagnes in the Cloud SQL Go Connector, the Auth
Proxy will allow users to connect to AIDE instances. Set the --sql-data flag to enable
this support.
* Internal changes to skip fuse on Kokoro tests.
* fix: force tcp4/tcp6 based on IP address type
This avoids binding to IPv6 wildcard [::] when 0.0.0.0 is requested, which can cause connection refused errors for IPv4 loopback (127.0.0.1) clients in environments where bindv6only is enabled.
* fix: add -buildvcs=false to go build in build.sh
* Update cloud-sql-go-connector to v1.22.0 and add --sql-data-endpoint alias
Update cloud-sql-go-connector dependency to v1.22.0 in go.mod.
Create --sql-data-endpoint as a hidden alias for --sqldata-api-endpoint,
supporting both CLI flags and environment variables.
TAG=agy
CONV=9333d162-5ca9-4d37-8cf4-47ce7a321b70
* Fix code review issues.
0 commit comments