Skip to content

Commit 9427007

Browse files
chore(main): release 1.7.0 (#429)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 15d3bdc commit 9427007

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.6.1...v1.7.0) (2025-03-21)
4+
5+
6+
### Features
7+
8+
* Configure the connector using a DNS name. ([#422](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/422)) ([b94cc98](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/b94cc9851668d2ce7e24ade4143e03a5b844a549))
9+
* Refresh the connector if the domain name is changed to point to a new instance. ([#427](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/427)) ([cb1716e](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/cb1716ea1ea29281fe1aabb54acbd990b276c238)), closes [#421](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/421)
10+
* Use standard TLS hostname validation for instances with DNS names ([#428](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/428)) ([15d3bdc](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/commit/15d3bdc1aace998e5cfb752f2865605f028a8abd))
11+
312
## [1.6.1](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/compare/v1.6.0...v1.6.1) (2025-02-19)
413

514

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/cloud-sql-connector",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "A JavaScript library for connecting securely to your Cloud SQL instances",
55
"author": "Google Inc.",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)