Skip to content

v2.4.0

Choose a tag to compare

@ElGigi ElGigi released this 12 May 11:56
· 8 commits to 2.x since this release

Added

  • New history option: Options::$history to define max size of history
  • New property History::$size to define the retention of history
  • Berlioz\Http\Client\Discovery\BerliozDiscovery discovery class for php-http/discovery package
  • New class HarFactory to manage HAR files

Removed

  • psr/log-implementation composer entry

Deprecated

  • Session::createFromHar(), use HarFactory::createSession() instead
  • Session::createFromHarFile(), use HarFactory::createSessionFromFile() instead
  • Session::getHar(), use HarFactory::createHarFromSession() instead
  • Session::writeHar(), use HarFactory::writeHarFromSession() instead