aboutsummaryrefslogtreecommitdiff
path: root/noxfile.py
AgeCommit message (Collapse)Author
2020-07-23feat(packaging): add support for Python 3.8 (#569)Tres Seaver
Release-As: 1.20.0 Closes #568
2020-03-20feat: add mTLS ADC support for HTTP (#457)arithmetic1728
feat: add mTLS ADC support for HTTP
2020-02-13fix: compute engine id token credentials "with_target_audience" method (#438)Brent Shaffer
Co-authored-by: Lorenzo Migliorino <50544028+lmiglio@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
2019-12-11feat: add timeout parameter to `AuthorizedSession.request()` (#406)Peter Lamut
* feat: add timeout to AuthorisedSession.request() * Add suport for timeout as a tuple to timeout guard The `request.Request` class also accepts a timeout as a pair (connect_timeout, read_timeout), and some downstream libraries use this form. This commit makes sure that the timeout logic correctly handles timeouts as a two-tuple. See also: https://2.python-requests.org/en/master/user/advanced/#timeouts
2019-12-09fix: revert "feat: add timeout to AuthorizedSession.request() (#397)" (#401)Bu Sun Kim
This reverts commit 381dd400911d29926ffbf04e0f2ba53ef7bb997e.
2019-12-09feat: add timeout to AuthorizedSession.request() (#397)Peter Lamut
2019-10-25build: fix system tests, move to Kokoro (#372)Bu Sun Kim