Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 24, 2022
1 parent d351797 commit d58f681
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion user_guide_src/source/changelogs/v4.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,19 @@ Others
Interface Changes
=================

OutgoingRequestInterface
------------------------

- Added new ``OutgoingRequestInterface`` that represents an outgoing request.
- Added new ``OutgoingRequest`` class that implements ``OutgoingRequestInterface``.
- Now ``RequestInterface`` extends ``OutgoingRequestInterface``.
- Now ``CURLRequest`` extends ``OutgoingRequest``.
- Now ``Request`` extends ``OutgoingRequest``.

Others
------

- Added missing ``getProtocolVersion()``, ``getBody()``, ``hasHeader()`` and ``getHeaderLine()`` method in ``MessageInterface``.
- Now ``RequestInterface`` extends ``MessageInterface``.
- Now ``ResponseInterface`` extends ``MessageInterface``.
- Added missing ``ResponseInterface::getCSP()`` (and ``Response::getCSP()``), ``ResponseInterface::getReasonPhrase()`` and ``ResponseInterface::getCookieStore()`` methods.
- See also `Validation Changes`_.
Expand Down

0 comments on commit d58f681

Please sign in to comment.