Release notes
*Sourced from [react/http's releases](https://github.com/reactphp/http/releases).*
> ## v0.8.4
> * Improvement: Internal refactoring to simplify response header logic ([#321](https://github-redirect.dependabot.com/reactphp/http/issues/321) by [**clue**](https://github.com/clue))
> * Improvement: Assign Content-Length response header automatically only when size is known ([#329](https://github-redirect.dependabot.com/reactphp/http/issues/329) by [**clue**](https://github.com/clue))
> * Improvement: Import global functions for better performance ([#330](https://github-redirect.dependabot.com/reactphp/http/issues/330) by [**WyriHaximus**](https://github.com/WyriHaximus))
Changelog
*Sourced from [react/http's changelog](https://github.com/reactphp/http/blob/master/CHANGELOG.md).*
> ## 0.8.4 (2019-01-16)
>
> * Improvement: Internal refactoring to simplify response header logic.
> ([#321](https://github-redirect.dependabot.com/reactphp/http/issues/321) by [**clue**](https://github.com/clue))
>
> * Improvement: Assign Content-Length response header automatically only when size is known.
> ([#329](https://github-redirect.dependabot.com/reactphp/http/issues/329) by [**clue**](https://github.com/clue))
>
> * Improvement: Import global functions for better performance.
> ([#330](https://github-redirect.dependabot.com/reactphp/http/issues/330) by [**WyriHaximus**](https://github.com/WyriHaximus))
Commits
- [`b29ab96`](https://github.com/reactphp/http/commit/b29ab96557ac5c53e738fcb26f73f631a3f81f1a) Prepare v0.8.4 release
- [`121abe0`](https://github.com/reactphp/http/commit/121abe0558465cc7f2cecdb3027dae959f348409) Merge pull request [#330](https://github-redirect.dependabot.com/reactphp/http/issues/330) from WyriHaximus-secret-labs/function-name-look-up-pe...
- [`9d6e4cd`](https://github.com/reactphp/http/commit/9d6e4cdb4ce3ed2fb4b59ca412dc21cfeed40eb3) Merge pull request [#329](https://github-redirect.dependabot.com/reactphp/http/issues/329) from clue-labs/size
- [`91e0200`](https://github.com/reactphp/http/commit/91e020042ced99dca49fa9a806d5baaa20f2aabb) Improve performance by prefixing all global functions calls with \ to skip th...
- [`b66ee6a`](https://github.com/reactphp/http/commit/b66ee6aed22020bece6f0588851b63e05345537b) Assign Content-Length response header automatically only when size known
- [`882242e`](https://github.com/reactphp/http/commit/882242eb06056039c6d835d32cc0198f5b5e6a37) Merge pull request [#321](https://github-redirect.dependabot.com/reactphp/http/issues/321) from clue-labs/response
- [`f5f3cc0`](https://github.com/reactphp/http/commit/f5f3cc0cd55727c686521673033da98ae368e7c0) Simplify assigning response headers by avoiding duplicate assignments
- [`5ea0858`](https://github.com/reactphp/http/commit/5ea0858692f32b8615f244358eaf367db68939de) Simplify sending error response for invalid requests
- See full diff in [compare view](https://github.com/reactphp/http/compare/v0.8.3...v0.8.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps react/http from 0.8.3 to 0.8.4.
Release notes
*Sourced from [react/http's releases](https://github.com/reactphp/http/releases).* > ## v0.8.4 > * Improvement: Internal refactoring to simplify response header logic ([#321](https://github-redirect.dependabot.com/reactphp/http/issues/321) by [**clue**](https://github.com/clue)) > * Improvement: Assign Content-Length response header automatically only when size is known ([#329](https://github-redirect.dependabot.com/reactphp/http/issues/329) by [**clue**](https://github.com/clue)) > * Improvement: Import global functions for better performance ([#330](https://github-redirect.dependabot.com/reactphp/http/issues/330) by [**WyriHaximus**](https://github.com/WyriHaximus))Changelog
*Sourced from [react/http's changelog](https://github.com/reactphp/http/blob/master/CHANGELOG.md).* > ## 0.8.4 (2019-01-16) > > * Improvement: Internal refactoring to simplify response header logic. > ([#321](https://github-redirect.dependabot.com/reactphp/http/issues/321) by [**clue**](https://github.com/clue)) > > * Improvement: Assign Content-Length response header automatically only when size is known. > ([#329](https://github-redirect.dependabot.com/reactphp/http/issues/329) by [**clue**](https://github.com/clue)) > > * Improvement: Import global functions for better performance. > ([#330](https://github-redirect.dependabot.com/reactphp/http/issues/330) by [**WyriHaximus**](https://github.com/WyriHaximus))Commits
- [`b29ab96`](https://github.com/reactphp/http/commit/b29ab96557ac5c53e738fcb26f73f631a3f81f1a) Prepare v0.8.4 release - [`121abe0`](https://github.com/reactphp/http/commit/121abe0558465cc7f2cecdb3027dae959f348409) Merge pull request [#330](https://github-redirect.dependabot.com/reactphp/http/issues/330) from WyriHaximus-secret-labs/function-name-look-up-pe... - [`9d6e4cd`](https://github.com/reactphp/http/commit/9d6e4cdb4ce3ed2fb4b59ca412dc21cfeed40eb3) Merge pull request [#329](https://github-redirect.dependabot.com/reactphp/http/issues/329) from clue-labs/size - [`91e0200`](https://github.com/reactphp/http/commit/91e020042ced99dca49fa9a806d5baaa20f2aabb) Improve performance by prefixing all global functions calls with \ to skip th... - [`b66ee6a`](https://github.com/reactphp/http/commit/b66ee6aed22020bece6f0588851b63e05345537b) Assign Content-Length response header automatically only when size known - [`882242e`](https://github.com/reactphp/http/commit/882242eb06056039c6d835d32cc0198f5b5e6a37) Merge pull request [#321](https://github-redirect.dependabot.com/reactphp/http/issues/321) from clue-labs/response - [`f5f3cc0`](https://github.com/reactphp/http/commit/f5f3cc0cd55727c686521673033da98ae368e7c0) Simplify assigning response headers by avoiding duplicate assignments - [`5ea0858`](https://github.com/reactphp/http/commit/5ea0858692f32b8615f244358eaf367db68939de) Simplify sending error response for invalid requests - See full diff in [compare view](https://github.com/reactphp/http/compare/v0.8.3...v0.8.4)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.