5.0.0 Beta 15
Pre-release
Pre-release
What's Changed
- Fixed
Invalid request phase transition from Connect to RequestHeaders(#347) - Replace
connect*andtls*events onEventListenerwith newconnectionAcquiredevent. Timings are exposed via methods onConnectionnow. - Added
EventListener::push()to indicate pushed responses to theEventListenerand copy event listeners to pushed requests from the parent request to ensure they're called. - Changed
EventListener::requestFailedto accept anyThrowable - Added clone support for
Request - Fixed retries, which didn't clone requests before
- Remove
UnprocessedRequestExceptionby @kelunik in #349, useRequest::isUnprocessed()instead. - Remove
Request::isStarted()
Full Changelog: v5.0.0-beta.14...v5.0.0-beta.15