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