v0.224.0
·
260 commits
to master
since this release
0.224.0 (2023-06-26)
Breaking Changes
- tools: upgreade sgcloudsqlproxy to 2.3.0 (breaking change) (8a0ad75)
Beaking change as one will need to replace the cmd parameter from
'cloud_sql_proxy -instances=myproject:myregion:myinstance=tcp:5432 --enable_iam_login'
to:
'cloud-sql-proxy myproject:myregion:myinstance --port 5432 --auto-iam-authn'