* Bugfix for how ``requests`` library is used. Now reuses session.
3.5.2
-----
* Bugfix for construction of ``request_kwargs`` within HTTPProvider
3.5.1
-----
* Allow ``HTTPProvider`` to be imported from ``web3`` module. * make ``HTTPProvider`` accessible as a property of ``web3`` instances.
3.5.0
-----
* Deprecate ``web3.providers.rpc.RPCProvider`` * Deprecate ``web3.providers.rpc.KeepAliveRPCProvider`` * Add new ``web3.providers.rpc.HTTPProvider`` * Remove hard dependency on gevent.
3.4.4
-----
* Bugfix for ``web3.eth.getTransaction`` when the hash is unknown.
3.4.3
-----
* Bugfix for event log data decoding to properly handle dynamic sized values. * New ``web3.tester`` module to access extra RPC functionality from ``eth-testrpc``