Skip to content

v2.0.0: Allow guzzle 7 (#30)

Compare
Choose a tag to compare
@gmponos gmponos released this 05 Jul 12:40
· 7 commits to master since this release
7a42976

Changed

  • [BC] Changed the signature of HandlerInterface::log to allow Throwables. Now the signature is
HandlerInterface::log(
    LoggerInterface $logger,
    RequestInterface $request,
    ?ResponseInterface $response = null,
    ?Throwable $exception = null,
    ?TransferStats $stats = null,
    array $options = []
)
  • Allow guzzle 7