Skip to content

Commit eaa73f1

Browse files
committed
docs: add changelog
1 parent 3a448e8 commit eaa73f1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,19 @@ Others
5858
Interface Changes
5959
=================
6060

61+
OutgoingRequestInterface
62+
------------------------
63+
64+
- Added new ``OutgoingRequestInterface`` that represents an outgoing request.
65+
- Added new ``OutgoingRequest`` class that implements ``OutgoingRequestInterface``.
66+
- Now ``RequestInterface`` extends ``OutgoingRequestInterface``.
67+
- Now ``CURLRequest`` extends ``OutgoingRequest``.
68+
- Now ``Request`` extends ``OutgoingRequest``.
69+
70+
Others
71+
------
72+
6173
- Added missing ``getProtocolVersion()``, ``getBody()``, ``hasHeader()`` and ``getHeaderLine()`` method in ``MessageInterface``.
62-
- Now ``RequestInterface`` extends ``MessageInterface``.
6374
- Now ``ResponseInterface`` extends ``MessageInterface``.
6475
- Added missing ``ResponseInterface::getCSP()`` (and ``Response::getCSP()``), ``ResponseInterface::getReasonPhrase()`` and ``ResponseInterface::getCookieStore()`` methods.
6576
- See also `Validation Changes`_.

0 commit comments

Comments
 (0)