Skip to content

v0.99.48

Compare
Choose a tag to compare
@lkrms lkrms released this 06 Sep 09:45
· 383 commits to main since this release
v0.99.48
a461a13

Added

Container

  • Add application method getHarFilename()

Changed

Container

  • In application method exportHar():
    • Defer creation of HAR file until first Curler request
    • Allow $uuid to be given via callback (e.g. to match Sync::getRunUuid())

Curler

  • Add optional $event parameter to CurlerHarRecorder::start()

Fixed

Http

  • Fix OAuth2Client issue where a stale JWKS may not be refreshed
  • Fix HttpHeaders issue where getLines() returns unsorted headers after the collection is sorted or reversed
  • Add and implement HttpHeadersInterface::canonicalize() to resolve issue where HttpHeaders::getLines() may return headers in an order not compliant with [RFC7230]