diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-01 17:28:08 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-01 17:34:55 +0100 |
| commit | 6f50447917f3af4ab6611d0fdf7eb9bb67ee32c5 (patch) | |
| tree | cf7f9744b77de01aba573302645d108a0b9fe2e5 /RELEASE_NOTES.rst | |
| parent | 2e2a78da9e3910bceb30bd9ac9e574b8b1425d05 (diff) | |
| download | gitlab-6f50447917f3af4ab6611d0fdf7eb9bb67ee32c5.tar.gz | |
Respect content of REQUESTS_CA_BUNDLE and *_proxy envvars
Explicitly call the requests session.merge_environment_settings()
method, which will use some environment variables to setup the session
properly.
Closes #352
Diffstat (limited to 'RELEASE_NOTES.rst')
| -rw-r--r-- | RELEASE_NOTES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index a9008f7..707b90d 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -7,6 +7,8 @@ This page describes important changes between python-gitlab releases. Changes from 1.1 to 1.2 ======================= +* python-gitlab now respects the ``*_proxy``, ``REQUESTS_CA_BUNDLE`` and + ``CURL_CA_BUNDLE`` environment variables (#352) * The following deprecated methods and objects have been removed: * gitlab.v3.object ``Key`` and ``KeyManager`` objects: use ``DeployKey`` and |
