We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e01da commit ac757a7Copy full SHA for ac757a7
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## 1.3.0 - unreleased
+## 1.3.0 - 2022-02-11
4
5
- Do not log request when loggin response again, but use UID to identify request
6
that belongs to response.
@@ -9,6 +9,9 @@
9
info if any error is logged.
10
- Removed the request and response from the log context. They did not get
11
printed because they don't implement `__toString`.
12
+- Supporting the newly introduced message formatter method
13
+ `formatResponseForRequest` that allows more flexibility in the formatter.
14
+ See https://github.com/php-http/message/pull/146
15
16
## 1.2.2 - 2021-07-26
17
0 commit comments