Version 5.1.0
- Use connection pooling via requests.Session.
- Set
pool_connections=1
,pool_maxsize=10
by default (the latter can be changed). - Option
pool_block
to block any connections that would exceed thepool_maxsize
.
- Set
- Removed obsolete
accept_all_certs()
. - Fixed pytest in Makefile target.
- Added information about
requests.Session
and thepool_maxsize
to documentation.