Skip to content

Commit 397d34f

Browse files
chore(main): release 1.7.0 (#412)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8792f4e commit 397d34f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.7.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.6.0...v1.7.0) (2025-01-14)
4+
5+
6+
### Features
7+
8+
* support native asyncpg connection pools ([#409](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/409)) ([ea2a524](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/ea2a524a533e528aa1d32a01959a288b6e5cd89a))
9+
10+
11+
### Bug Fixes
12+
13+
* Respect `google.api` namespace package. ([#411](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/411)) ([aa2dedb](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/aa2dedbe823713bf6f31acaf25e3bba4234d88b6))
14+
315
## [1.6.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.5.0...v1.6.0) (2024-12-10)
416

517

google/cloud/alloydb/connector/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.6.0"
15+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)