2f92c68 Add timeouts to tls Handshake (Erik Dubbelboer)
123f6a8 Fix memory reusage bug with auth (Erik Dubbelboer)
v1.13.0
This release of fasthttp contains 3 backwards incompatible changes.
A HostClient can now only be used for a single protocol. If the HostClient is redirected to a different protocol it will return an error. Use Client instead if you need this functionality (dacd035).
ServeFile now return a redirect for directories without trailing slash instead of serving the directory listing (5bd1b0c)
ASCII control character are not allowed in URLs anymore (079f39b)
Commits:
339ad36 Add Brotli support (Erik Dubbelboer)
dacd035 HostClient can't switch between protocols (Erik Dubbelboer)
5bd1b0c Make FS return a redirect for directories without trailing slash (#802) (Moritz Marquardt)
05d4602 Fix race condition in test (Erik Dubbelboer)
9507d7c Don't wrap conn with a TLS Client if it's already a TLS Conn (Erik Dubbelboer)
dc6b9db Copy to the req.Header.userAgent from the defaultUserAgent (#796) (Julian Junxiang Zhou)
3294097 allow the expect 100 continue workflow to deny requests (#787) (Mike MacDermaid)
446e1a6 Fix .travis.yml (Erik Dubbelboer)
079f39b Don't allow ASCII control character in URLs (#790) (Erik Dubbelboer)
3e27d8e Fix integer overflow handling in parseUintBuf() (#789) (Ivan Mironov)
571315f Only base64 the proxy auth once (Erik Dubbelboer)
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.
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps github.com/valyala/fasthttp from 1.12.0 to 1.13.1.
Release notes
Sourced from github.com/valyala/fasthttp's releases.
Commits
2f92c68
Add timeouts to tls Handshake123f6a8
Fix memory reusage bug with auth24410e5
Merge pull request #810 from valyala/brotlid22782d
HostClient can't switch between protocols (#800)5bd1b0c
Make FS return a redirect for directories without trailing slash (#802)05d4602
Fix race condition in test339ad36
Add Brotli support9507d7c
Don't wrap conn with a TLS Client if it's already a TLS Conndacd035
HostClient can't switch between protocolsdc6b9db
Copy to the req.Header.userAgent from the defaultUserAgent (#796)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
.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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)