Skip to content

fix(deps): update dependency http to ^0.13.0 #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2021

This PR contains the following updates:

Package Update Type Change Package file References
http (source) minor dependencies ^0.12.0+2 -> ^0.13.0 pubspec.yaml source

Release Notes

dart-lang/http (http)

v0.13.6

  • BrowserClient throws an exception if send is called after close.
  • If no_default_http_client=true is set in the environment then disk usage
    is reduced in some circumstances.
  • Require Dart 2.19

v0.13.5

  • Allow async callbacks in RetryClient.
  • In MockHttpClient use the callback returned Response.request instead of
    the argument value to give more control to the callback. This may be breaking
    for callbacks which return incomplete Responses and relied on the default.

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/http-0.x branch from 4b1afd3 to 263c55f Compare October 18, 2021 22:02
@renovate renovate bot changed the title fix(deps): update dependency http to v0.13.3 fix(deps): update dependency http to v0.13.4 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/http-0.x branch from 263c55f to 44bf346 Compare September 25, 2022 20:45
@renovate renovate bot changed the title fix(deps): update dependency http to v0.13.4 fix(deps): update dependency http to v0.13.5 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/http-0.x branch from 44bf346 to 9fddc3c Compare March 19, 2023 02:04
@renovate renovate bot changed the title fix(deps): update dependency http to v0.13.5 fix(deps): update dependency http to ^0.13.0 Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants