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 20, 2022
1 parent 0751231 commit eda2615
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 @@ -53,8 +53,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.

Expand Down

0 comments on commit eda2615

Please sign in to comment.