algolia / algoliasearch-client-python

⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/python/?language=python
MIT License
196 stars 67 forks source link

feat: closeable clients #492

Closed nunomaduro closed 4 years ago

nunomaduro commented 4 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Related Issue fixes https://github.com/algolia/algoliasearch-client-python/issues/419
Need Doc update no

Describe your change

This pull request adds the possibility of the developer to close open http sessions. It also fixes the warning detailed on the issue https://github.com/algolia/algoliasearch-client-python/issues/419.