You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
-
# v0.17.0
1
+
# v0.18.0
2
+
3
+
- Add the WithClientCertSource option for mTLS (client TLS certificates), currently only supported for HTTP clients.
4
+
5
+
- Allow host:port for endpoint overrides, rather than requiring the full base URL (for google.golang.org/api clients).
2
6
7
+
- Make DialPool work with WithGRPCConn plus non-zero pool size [googleapis/google-cloud-go#1780](https://github.com/googleapis/google-cloud-go/issues/1780)
8
+
9
+
# v0.17.0
3
10
4
11
- Revert sqladmin package name back from sql to sqladmin. (#448)
0 commit comments