Update dependency http to v0.13.4 #68

Open
renovate wants to merge 1 commits from renovate/http-0.x into master
Member

This PR contains the following updates:

Package Type Update Change
http dependencies minor 0.12.0+3 -> 0.13.4

Release Notes

dart-lang/http

v0.13.4

Compare Source

  • Throw a more useful error when a client is used after it has been closed.
  • Require Dart 2.14.

v0.13.3

Compare Source

  • Validate that the method parameter of BaseRequest is a valid "token".

v0.13.2

  • Add package:http/retry.dart with RetryClient. This is the same
    implementation as package:http_retry which will be discontinued.

v0.13.1

  • Fix code samples in README to pass a Uri instance.

v0.13.0

Compare Source

  • Migrate to null safety.
  • Add const constructor to ByteStream.
  • Migrate BrowserClient from blob to arraybuffer.
  • Breaking All APIs which previously allowed a String or Uri to be
    passed now require a Uri.
  • Breaking Added a body and encoding argument to Client.delete. This
    is only breaking for implementations which override that method.

v0.12.2

Compare Source

  • Fix error handler callback type for response stream errors to avoid masking
    root causes.

v0.12.1

Compare Source

  • Add IOStreamedResponse which includes the ability to detach the socket.
    When sending a request with an IOClient the response will be an
    IOStreamedResponse.
  • Remove dependency on package:async.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [http](https://github.com/dart-lang/http) | dependencies | minor | `0.12.0+3` -> `0.13.4` | --- ### Release Notes <details> <summary>dart-lang/http</summary> ### [`v0.13.4`](https://github.com/dart-lang/http/blob/master/CHANGELOG.md#&#8203;0134) [Compare Source](https://github.com/dart-lang/http/compare/0.13.3...0.13.4) - Throw a more useful error when a client is used after it has been closed. - Require Dart 2.14. ### [`v0.13.3`](https://github.com/dart-lang/http/blob/master/CHANGELOG.md#&#8203;0133) [Compare Source](https://github.com/dart-lang/http/compare/0.13.2...0.13.3) - Validate that the `method` parameter of BaseRequest is a valid "token". ### [`v0.13.2`](https://github.com/dart-lang/http/blob/master/CHANGELOG.md#&#8203;0132) - Add `package:http/retry.dart` with `RetryClient`. This is the same implementation as `package:http_retry` which will be discontinued. ### [`v0.13.1`](https://github.com/dart-lang/http/blob/master/CHANGELOG.md#&#8203;0131) - Fix code samples in `README` to pass a `Uri` instance. ### [`v0.13.0`](https://github.com/dart-lang/http/blob/master/CHANGELOG.md#&#8203;0130) [Compare Source](https://github.com/dart-lang/http/compare/0.12.2...0.13.0) - Migrate to null safety. - Add `const` constructor to `ByteStream`. - Migrate `BrowserClient` from `blob` to `arraybuffer`. - **Breaking** All APIs which previously allowed a `String` or `Uri` to be passed now require a `Uri`. - **Breaking** Added a `body` and `encoding` argument to `Client.delete`. This is only breaking for implementations which override that method. ### [`v0.12.2`](https://github.com/dart-lang/http/blob/master/CHANGELOG.md#&#8203;0122) [Compare Source](https://github.com/dart-lang/http/compare/0.12.1...0.12.2) - Fix error handler callback type for response stream errors to avoid masking root causes. ### [`v0.12.1`](https://github.com/dart-lang/http/blob/master/CHANGELOG.md#&#8203;0121) [Compare Source](https://github.com/dart-lang/http/compare/0.12.0+4...0.12.1) - Add `IOStreamedResponse` which includes the ability to detach the socket. When sending a request with an `IOClient` the response will be an `IOStreamedResponse`. - Remove dependency on `package:async`. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added 1 commit 2021-05-19 14:00:54 +00:00
continuous-integration/drone/pr Build was killed Details
8110773824
Update dependency http to v0.13.3
renovate changed title from Update dependency http to v0.13.3 to Update dependency http to v0.13.4 2021-10-15 20:02:01 +00:00
renovate force-pushed renovate/http-0.x from 8110773824 to 9d44454a5e 2021-10-15 20:02:01 +00:00 Compare
This repo is archived. You cannot comment on pull requests.
No description provided.