Skip to content

1.0.0

Choose a tag to compare

@gueff gueff released this 19 Jun 08:57
· 1 commit to 1.0.x since this release

added

  • check the request content body type "json"
  • try/catch blocks with error logs
  • \OpenApi\Model\Validate::request: parameter $sYamlFileAbs may now be either a file or an URL; If URL, it will be cached locally according to iDeleteAfterMinutes Cache Settings or 1440 min if no Cache settings exists

changed

  • check the request content type if there is any content body
  • \OpenApi\Model\Validate::request: if $sYamlFileAbs is URL, its content is downloaded to cache as file

fixed

  • OpenApi/Model/Validate.php, Line: 118, Message: Call to a member function getContent() on null
  • \OpenApi\Model\Validate::request: if $sYamlSource is url its source is not properly saved to cache
  • \OpenApi\Model\Validate::request: if $sYamlFileAbs is url it fails