This release introduces the following changes and fixes:
- Added
Node::getLastPing
andNode::getFailedPings
for custom NodePool implementations with ping backoffs #35 - Add HTTP network exception as previous exception to
NoNodeAvailableException
for debugging #34 - Fixed PHP 7.4+ issue - "must not be accessed before initialization" in
getLastRequest()
andgetLastResponse()
#33 - Fixed missing response body with guzzle PSR-7 streams #30