Skip to content

Releases: MaplePHP/Http

v2.0.2

22 Feb 14:50
d6c7ec3

Choose a tag to compare

Fixed an issue where response headers were not properly forwarded to the response instance. The client now correctly attaches received headers, ensuring full PSR-7 compliance and making header-dependent logic work as expected.

v2.0.1

21 Feb 11:01
dde0c9f

Choose a tag to compare

Add a guard rewind in toString and prevent exceptions.

v2.0.0

12 Jan 18:14

Choose a tag to compare

This release focuses on internal quality and stability. It improves comparison semantics and immutability handling, adds minor functional enhancements, and includes general cleanup and refactoring to improve structure, consistency, and maintainability.

v1.2.3

25 Mar 19:23
4ce33b7

Choose a tag to compare

Add DTO v3.0.0 support

v1.2.2

14 Oct 19:23

Choose a tag to compare

Minor patch for the Uri class to correctly handle default port numbers.

v1.2.1

10 Oct 19:02
7f7de28

Choose a tag to compare

A minor server request patch to ensure correct instantiation of FileUploadInterface for handling file normalization.

v1.2.0

02 Oct 15:03

Choose a tag to compare

Added DTO V2 support.

v1.0.7

29 Sep 14:05

Choose a tag to compare

Code quality improvements.

v1.0.6

14 Mar 20:51

Choose a tag to compare

Extended the parse body support.

v1.0.5

09 Mar 13:07

Choose a tag to compare

Minor bug fixes.