aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test_grpc_helpers.py
AgeCommit message (Expand)Author
2021-05-20fix: require google-auth>=1.25.0 (#190)Bu Sun Kim
2021-02-05feat: allow default_host and default_scopes to be passed to create_channel (#...Bu Sun Kim
2020-09-03fix: only add quota project id if supported (#75)arithmetic1728
2020-07-20feat: allow quota project to be passed to create_channel (#58)Bu Sun Kim
2020-06-18feat: allow credentials files to be passed for channel creation (#50)Bu Sun Kim
2020-06-09feat: allow disabling response stream pre-fetch (#30)Peter Lamut
2020-01-30fix: consume part of StreamingResponseIterator to support failure while under...Christopher Wilcox
2018-11-29blacken api_core and core (#6668)Christopher Wilcox
2018-07-27Add support for gRPC connection management (available when using optional grp...Weiran Fang
2018-05-16Fix tests after grpcio update (#5333)Christopher Wilcox
2018-03-06Use a class to wrap grpc streaming errors instead of monkey-patching (#4995)Jon Wayne Parrott
2018-01-05api_core: Add ChannelStub to grpc_helpers (#4705)Jon Wayne Parrott
2017-12-15Apply scopes to explicitly provided credentials if needed (#4594)Jon Wayne Parrott
2017-10-31Switch copyright holder to "Google LLC" (#4287)Luke Sneeringer
2017-10-18Add api_core package (#4210)Jon Wayne Parrott