Skip to content

Commit 754b0c1

Browse files
committed
Prepare v1.1.0 release
1 parent a5f48fd commit 754b0c1

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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+
320
## 1.0.0 (2020-07-11)
421

522
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:
84101

85102
This improves default concurrency to 1024 requests and caps the default request buffer at 64K.
86103
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.
88105

89106
* Feature: Expose ReactPHP in `User-Agent` client-side request header and in `Server` server-side response header.
90107
(#374 by @clue)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ This project follows [SemVer](https://semver.org/).
27322732
This will install the latest supported version:
27332733

27342734
```bash
2735-
$ composer require react/http:^1.0
2735+
$ composer require react/http:^1.1
27362736
```
27372737

27382738
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)