Skip to content

Version 5.1.0

Compare
Choose a tag to compare
@tryptichon tryptichon released this 28 Jan 14:32
· 15 commits to master since this release
725f7e7
  • 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 the pool_maxsize.
  • Removed obsolete accept_all_certs().
  • Fixed pytest in Makefile target.
  • Added information about requests.Session and the pool_maxsize to documentation.