Skip to content

Commit 69c2939

Browse files
chore(main): release 1.12.0 (GoogleCloudPlatform#509)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d1e5f21 commit 69c2939

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [1.12.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.11.0...v1.12.0) (2026-01-12)
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+
15+
16+
### Documentation
17+
18+
* update pg8000 link to new repository location ([#513](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/513)) ([314edc0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/314edc0dfb7608aaa3ddd1dd9559166bf793a41b))
19+
320
## [1.11.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.10.0...v1.11.0) (2025-12-08)
421

522

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)