Skip to content

1.33.0

Latest

Choose a tag to compare

@koriym koriym released this 20 Jun 22:09
· 10 commits to 1.x since this release

Added

  • HttpRequestException for HTTP transport and response parsing failures
  • JsonSchemaException::getErrors() returning typed JsonSchemaError / ConstraintViolation DTOs through a JsonSchemaErrors collection (#364)
  • JsonSchemaRequestException / JsonSchemaResponseException subclasses for source discrimination at catch sites (#369)

Changed

  • Set default cURL timeouts for HTTP resource requests: 5 seconds to connect and 30 seconds overall

Fixed

  • Remove invalid Psalm taint-source annotation from AbstractRequest::__invoke()