aboutsummaryrefslogtreecommitdiff
path: root/google
AgeCommit message (Expand)Author
2021-06-16chore: blacken (#206)Tres Seaver
2021-06-09feat: add ServiceUnavailable exception to polling retries (#184)hoonji
2021-06-08chore: release 1.30.0 (#201)release-please[bot]
2021-06-08feat: add iterator capability to paged iterators (#200)Peter Lamut
2021-06-03chore: release 1.29.0 (#199)release-please[bot]
2021-06-02feat: HTTPIterator now accepts a page_size parameter to control page … (#197)Jim Fulton
2021-05-20chore: release 1.28.0 (#193)release-please[bot]
2021-05-20fix: require google-auth>=1.25.0 (#190)Bu Sun Kim
2021-05-17chore: release 1.27.0 (#179)release-please[bot]
2021-05-17feat: Add support for `rest/` token in `x-goog-api-client` header (#189)Vadym Matsishevskyi
2021-05-03feat: retry google.auth TransportError and requests ConnectionError (#178)Anthonios Partheniou
2021-03-31Fix retry.with_delay multiplier parameter handling (#164)Quentin Sommer
2021-03-29chore: release 1.26.3 (#158)release-please[bot]
2021-03-25fix: skip empty policy bindings in `len()` and `iter()` (#159)Bu Sun Kim
2021-03-23chore: release 1.26.2 (#156)release-please[bot]
2021-03-23fix: save empty IAM policy bindings (#155)Bu Sun Kim
2021-03-01chore: release 1.26.1 (#148)release-please[bot]
2021-02-12fix: add operation name to x-goog-request-params in async client (#137)Bu Sun Kim
2021-02-08chore: release 1.26.0 (#142)release-please[bot]
2021-02-05feat: allow default_host and default_scopes to be passed to create_channel (#...Bu Sun Kim
2021-01-25chore: release 1.25.1 (#132)release-please[bot]
2021-01-25fix: add operation name to x-goog-request-params (#133)Bu Sun Kim
2021-01-15docs: fix spelling errors in retry (#131)Juncheng LIU
2021-01-14chore: release 1.25.0 (#128)release-please[bot]
2021-01-14feat: allow gRPC metadata to be passed to operations client (#127)Bu Sun Kim
2020-12-16chore: release 1.24.1 (#116)release-please[bot]
2020-12-14fix: support 'retry' for ops built from HTTP/gRPC responses (#115)Tres Seaver
2020-12-14chore: release 1.24.0 (#113)release-please[bot]
2020-10-20chore: release 1.23.0 (#96)release-please[bot]
2020-10-16feat(api-core): pass retry from result() to done() (#9)Ilya Gurov
2020-10-09fix: update out-of-date comment in exceptions.py (#93)Andrew Gorcester
2020-10-06fix: map LRO errors to library exception types (#86)Bu Sun Kim
2020-10-05chore: release 1.22.4 (#84)release-please[bot]
2020-10-05fix: use version.py instead of pkg_resources.get_distribution (#80)Christopher Wilcox
2020-09-03fix: only add quota project id if supported (#75)arithmetic1728
2020-08-12docs: fix spelling errors for amount in retry (#69)Vanessasaurus
2020-07-21fix: _determine_timeout problem handling float type timeout (#64)arithmetic1728
2020-07-20feat: allow quota project to be passed to create_channel (#58)Bu Sun Kim
2020-06-23docs: change the documentation for using 'six.moves.collections_abc.Mapping' ...Pavel Kiselev
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-06-04feat(client_options): add new client options 'quota_project_id', 'scopes', an...Dov Shlachter
2020-06-04feat: third batch of AsyncIO integration (#29)Lidi Zheng
2020-06-02feat: AsyncIO Integration [Part 2] (#28)Lidi Zheng
2020-05-28feat: [CBT-6 helper] Exposing Retry._deadline as a property (#20)MF2199
2020-05-27feat: add client_encryped_cert_source to ClientOptions (#31)arithmetic1728
2020-05-26feat: First batch of AIO integration (#26)Lidi Zheng
2020-04-14feat(api-core): add client_cert_source to ClientOptions (#17)arithmetic1728
2020-01-30fix: consume part of StreamingResponseIterator to support failure while under...Christopher Wilcox
2020-01-24feat(api_core): add retry param into PollingFuture() and it's inheritors (#9923)Gurov Ilya