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: RELEASE_NOTES.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,15 @@
12
12
13
13
- The `parse_grpc_uri` function (and `BaseApiClient` constructor) now enables SSL by default (`ssl=false` should be passed to disable it).
14
14
15
-
- The `parse_grpc_uri` function now accepts an optional `default_ssl` parameter to set the default value for the `ssl` parameter when not present in the URI.
15
+
- The `parse_grpc_uri`and `BaseApiClient`function now accepts a set of defaults to use when the URI does not specify a value for a given option.
16
16
17
17
## New Features
18
18
19
-
- The connection URI can now have a new `ssl_root_certificates_path` option to specify the path to the root certificates file to use when SSL is enabled.
19
+
- The connection URI can now have a few new SSL options:
20
+
21
+
*`ssl_root_certificates_path` to specify the path to the root certificates file.
22
+
*`ssl_private_key_path` to specify the path to the private key file.
23
+
*`ssl_certificate_chain_path` to specify the path to the certificate chain file.
0 commit comments