Skip to content

Releases: php-http/multipart-stream-builder

1.3.1

10 Jun 14:52
@dbu dbu
1.3.1
Compare
Choose a tag to compare
  • Added missing mimetype for .webp images.

1.3.0

28 Apr 14:12
@dbu dbu
1.3.0
Compare
Choose a tag to compare
  • 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

21 May 08:34
@dbu dbu
1.2.0
Compare
Choose a tag to compare
  • 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.2

13 Jul 15:50
@dbu dbu
1.1.2
121299c
Compare
Choose a tag to compare

1.1.2 - 2020-07-13

  • Support PHP 8.0

1.1.1

04 Jul 09:31
@dbu dbu
1.1.1
9baa0fb
Compare
Choose a tag to compare
  • Fixed mistake in PHPDoc type.

Release 1.1.0

22 Aug 14:17
5d73ada
Compare
Choose a tag to compare

Allow support for PSR-17

First stable release

21 May 17:46
Compare
Choose a tag to compare

No changes since 0.2.0.

Release 0.2.0

20 Feb 15:37
Compare
Choose a tag to compare

You may do a BC update to version 0.2.0 if you are sure that you are not adding multiple resources with the same name to the Builder.

Fixed

  • Make sure one can add resources with same name without overwrite.

Release 0.1.6

16 Feb 08:53
Compare
Choose a tag to compare

Use uniqid('', true) for performance reasons

Release 0.1.5

14 Feb 09:42
Compare
Choose a tag to compare

Make sure we support non-seekable streams