Closed elena-kolevska closed 1 year ago
Attention: 41 lines
in your changes are missing coverage. Please review.
Comparison is base (
6171b67
) 86.40% compared to head (59b4e42
) 86.13%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @berndverst. Good catch, I was using those prints to generate the matrix in this proposal. Fixed in https://github.com/dapr/python-sdk/pull/633
Description
This PR updates the python-sdk so it satisfies the requirements for gRPC endpoint parsing added in https://github.com/dapr/proposals/pull/40.
It also adds support for all URIs that the gRPC name resolution document defines, including dns links with authority, unix paths with absolute and relative sockets, unix-abstract and virtual sockets.
Backwards compatibility has been maintained for endpoints where tls was inferred based on the scheme
https
.Issue reference
https://github.com/dapr/python-sdk/issues/619
Checklist