0.26.0
-
Enabled TCP keepalive on socket level and support for setting socket options
when creating the connection. The supported options are:TCP_KEEPIDLE(overridingnet.ipv4.tcp_keepalive_time)TCP_KEEPINTVL(overridingnet.ipv4.tcp_keepalive_intvl)TCP_KEEPCNT(overridingnet.ipv4.tcp_keepalive_probes)
-
Propagate connect parameter
pool_sizeto urllib3 asmaxsizeparameter
in order to make the connection pool size configurable.
Full Changelog: 0.25.0...0.26.0