Skip to content

Commit

Permalink
Prepare v2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Feb 26, 2020
1 parent 817faa3 commit ca9537c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.7.0 (2020-02-26)

* Feature: Add backpressure support and support throttling for streaming outgoing chunked request body.
(#148 by @clue)

* Feature: Start sending outgoing request even when streaming body doesn't emit any data yet.
(#150 by @clue)

* Feature: Only start request timeout timer after streaming request body has been sent (exclude upload time).
(#151 and #152 by @clue)

* Feature: Reject request when streaming request body emits error or closes unexpectedly.
(#153 by @clue)

* Improve download benchmarking script and add new upload benchmark.
(#149 by @clue)

## 2.6.1 (2020-01-14)

* Improve test suite by testing against PHP 7.4 and simplify test setup and test matrix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/buzz-react:^2.6.1
$ composer require clue/buzz-react:^2.7
```

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

0 comments on commit ca9537c

Please sign in to comment.