Skip to content

Commit 2d7cf2f

Browse files
chore(main): release 1.12.0
1 parent 4d6a958 commit 2d7cf2f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.11.0...v1.12.0) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* add support for specifying separate credentials for authenticating with DB ([#510](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/510)) ([4d6a958](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/4d6a958ca6429a69afebaf8be369a81c143f47de))
9+
10+
11+
### Bug Fixes
12+
13+
* run credential refresh in thread ([#508](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/508)) ([8f7bae7](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/8f7bae74f936061b8330d19e2fdf8dfc31da8146)), closes [#245](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/245)
14+
315
## [1.11.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.10.0...v1.11.0) (2025-12-08)
416

517

google/cloud/alloydbconnector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.11.0"
15+
__version__ = "1.12.0"

0 commit comments

Comments
 (0)