GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
28 stars 7 forks source link

feat: add support for a custom user agent #233

Closed enocom closed 7 months ago

enocom commented 7 months ago

When callers initialize a Connector, they can now provide a space-separated list of custom user agents. This custom user agent will be appended to the existing user agent, e.g.,

alloydb-python-connect/v0.6.0 custom-agent/v1.0.0 other-agent/v2.0.0