Skip to content

Commit f4a2623

Browse files
chore(main): release 1.9.0 (#437)
* chore(main): release 1.9.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: rhatgadkar-goog <[email protected]>
1 parent 944d478 commit f4a2623

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.8.0...v1.9.0) (2025-05-13)
4+
5+
6+
### Features
7+
8+
* create alias alloydbconnector package ([#451](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/451)) ([14509e8](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/14509e87300b87d57d376097130cd5ae2003d573))
9+
10+
11+
### Bug Fixes
12+
13+
* Modify AlloyDBClient to use sync transport for sync connector ([#442](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/442)) ([984dd80](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/984dd800bbaa4c64c3c3e423c770cb623be4df0b))
14+
* support verify-full mode ([#446](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/446)) ([524c115](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/524c115dcf8abec47d12bd424df34741f1f60325))
15+
* throw exception when connecting to closed Connector ([#436](https://github.com/GoogleCloudPlatform/alloydb-python-connector/issues/436)) ([1043a1f](https://github.com/GoogleCloudPlatform/alloydb-python-connector/commit/1043a1f5a6cbd33b39ba6521ca695d6ab1c132c9))
16+
317
## [1.8.0](https://github.com/GoogleCloudPlatform/alloydb-python-connector/compare/v1.7.0...v1.8.0) (2025-04-16)
418

519

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.8.0"
15+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)