Commit 754b0c1 1 parent a5f48fd commit 754b0c1 Copy full SHA for 754b0c1
File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.0 (2020-09-11)
4
+
5
+ * Feature: Support upcoming PHP 8 release, update to reactphp/socket v1.6 and adjust type checks for invalid chunk headers.
6
+ (#391 by @clue )
7
+
8
+ * Feature: Consistently resolve base URL according to HTTP specs.
9
+ (#379 by @clue )
10
+
11
+ * Feature / Fix: Expose ` Transfer-Encoding: chunked ` response header and fix chunked responses for ` HEAD ` requests.
12
+ (#381 by @clue )
13
+
14
+ * Internal refactoring to remove unneeded ` MessageFactory ` and ` Response ` classes.
15
+ (#380 and #389 by @clue )
16
+
17
+ * Minor documentation improvements and improve test suite, update to support PHPUnit 9.3.
18
+ (#385 by @clue and #393 by @SimonFrings )
19
+
3
20
## 1.0.0 (2020-07-11)
4
21
5
22
A major new feature release, see [ ** release announcement** ] ( https://clue.engineering/2020/announcing-reactphp-http ) .
@@ -84,7 +101,7 @@ minutes. See below for more details:
84
101
85
102
This improves default concurrency to 1024 requests and caps the default request buffer at 64K.
86
103
The previous defaults resulted in just 4 concurrent requests with a request buffer of 8M.
87
- See [`Server`](../ README.md#server) for details on how to override these defaults.
104
+ See [`Server`](README.md#server) for details on how to override these defaults.
88
105
89
106
* Feature: Expose ReactPHP in `User-Agent` client-side request header and in `Server` server-side response header.
90
107
(#374 by @clue)
Original file line number Diff line number Diff line change @@ -2732,7 +2732,7 @@ This project follows [SemVer](https://semver.org/).
2732
2732
This will install the latest supported version:
2733
2733
2734
2734
``` bash
2735
- $ composer require react/http:^1.0
2735
+ $ composer require react/http:^1.1
2736
2736
```
2737
2737
2738
2738
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments