Releases: php-http/multipart-stream-builder
Releases · php-http/multipart-stream-builder
1.4.1
- Fix phpdoc for addResource options to make the options not required.
1.4.0
- No longer automatically add a
Content-Length
header for each part in MultipartStreamBuilder class to comply with RFC 7578 section 4.8.
1.3.1
- Added missing mimetype for
.webp
images.
1.3.0
- Removed unnecessary dependency on deprecated
php-http/message-factory
- Allow
psr/http-message
2.*
- Also skip setting filename if URI starts with
data://
1.2.0
- Refactored MultipartStreamBuilder to clean up and allow injecting data without a filename
- Dynamically use memory or temp file to buffer the stream content.
1.1.1
- Fixed mistake in PHPDoc type.