File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
google/cloud/sql/connector Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.8.0] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.7.0...v1.8.0 ) (2024-03-12)
4
+
5
+
6
+ ### Features
7
+
8
+ * support ` ip_type ` as str ([ #1029 ] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1029 ) ) ([ e087704] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/e08770422f05c96b1349d1505aab511b15ed1885 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update create_async_connector args ([ #1016 ] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1016 ) ) ([ c3f51a2] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/c3f51a24f0fa055fc3459c9170557c6ff15424f5 ) )
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * Update dependency cryptography to v42.0.5 ([ #1015 ] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1015 ) ) ([ b47dfef] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b47dfef36e11edd17def5a3b61714256d534ac62 ) )
19
+ * Update dependency google-auth to v2.28.2 ([ #1034 ] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1034 ) ) ([ bf20bbc] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/bf20bbc3694066e6905b77771ca044421fc3c92f ) )
20
+ * Update dependency pg8000 to v1.30.5 ([ #1026 ] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1026 ) ) ([ e66f4e3] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/e66f4e36235bf09d2a7de20f1a4c1e7158f97a40 ) )
21
+
3
22
## [ 1.7.0] ( https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.6.0...v1.7.0 ) (2024-02-13)
4
23
5
24
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "1.7 .0"
15
+ __version__ = "1.8 .0"
You can’t perform that action at this time.
0 commit comments