Eno Compton
Eno Compton
See https://github.com/GoogleCloudPlatform/cloud-sql-proxy/pull/2371 for reference.
The oauth2 package is no longer the preferred choice for token sources. Instead, we should use: https://pkg.go.dev/cloud.google.com/go/auth#Credentials This means adding a new API option, replacing the internals with auth.Credentials, and...
In https://github.com/GoogleCloudPlatform/alloydb-go-connector/pull/664, we added support for system metrics with a built-in exporter. In https://github.com/GoogleCloudPlatform/alloydb-go-connector/pull/665, we added support disabling the metric export. This is tracking issue for adding the same built-in...
https://docs.astral.sh/uv/ We can move our requirements.txt and requirements-test.text into pyproject.toml test sections and delete those files for a better user experience. We can also delete nox. We'll also need to...
Cloud SQL recently got a PR to do this. Seems like a good change to bring here. https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/pull/1289
https://victoriametrics.com/blog/go-graceful-shutdown/index.html
https://jarosz.dev/code/benchmarking-what-you-cannot-miss-in-go-1.24/
https://www.bwplotka.dev/2024/go-microbenchmarks-benchstat/