Skip to content

Release 0.9

Compare
Choose a tag to compare
@brentscheffler brentscheffler released this 09 Oct 15:25
· 95 commits to master since this release

Breaking changes

  • Removed Response::isSuccessful() - method is not listed in interface and "success" is too subjective.
  • FileStream::getMetadata() no longer throws a RuntimeException if a meta data key is not found. Instead, as detailed in interface, it will return null.
  • StreamInterface implementations now throw RuntimeException if the underlying resource cannot be read, written, or seek a position.