Skip to content

fix(deps): update dependency http to v1#57

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/http-1.x
Open

fix(deps): update dependency http to v1#57
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/http-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Type Update Change
http (source) dependencies major ^0.13.4^1.0.0

Release Notes

dart-lang/http (http)

v1.6.0

  • Breaking Change the behavior of Request.body so that a charset
    parameter is only added for text and XML media types. This brings the
    behavior of package:http in line with RFC-8259.
  • On the web, fix cancellations for StreamSubscriptions of response bodies
    waiting for the next chunk.
  • Export MediaType from package:http_parser.
  • Added a section on testing to README.md.

v1.5.0

  • Fixed a bug in IOClient where the HttpClient's response stream was
    cancelled after the response stream was completed.
  • Added support for aborting requests before they complete.
  • Clarify that some header names may not be sent/received.

v1.4.0

  • Fixed default encoding for application/json without a charset
    to use utf8 instead of latin1, ensuring proper JSON decoding.
  • Avoid references to window in BrowserClient, restoring support for web
    workers and NodeJS.

v1.3.0

Compare Source

  • Fixed unintended HTML tags in doc comments.
  • Switched BrowserClient to use Fetch API instead of XMLHttpRequest.

v1.2.2

Compare Source

  • Require package web: '>=0.5.0 <2.0.0'.

v1.2.1

  • Require Dart ^3.3
  • Require package:web ^0.5.0.

v1.2.0

  • Add MockClient.pngResponse, which makes it easier to fake image responses.
  • Added the ability to fetch the URL of the response through BaseResponseWithUrl.
  • Add the ability to get headers as a Map<String, List<String> to
    BaseResponse.

v1.1.2

Compare Source

  • Allow web: '>=0.3.0 <0.5.0'.

v1.1.1

Compare Source

  • BrowserClient throws ClientException when the 'Content-Length' header
    is invalid.
  • IOClient trims trailing whitespace on header values.
  • Require Dart 3.2
  • Browser: support Wasm by using package:web.

v1.1.0

  • Add better error messages for SocketExceptions when using IOClient.
  • Make StreamedRequest.sink a StreamSink. This makes request.sink.close()
    return a Future instead of void, but the returned future should not be
    awaited. The Future returned from sink.close() may only complete after the
    request has been sent.

v1.0.0

  • Requires Dart 3.0 or later.
  • Add base, final, and interface modifiers to some classes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate renovate bot force-pushed the renovate/http-1.x branch from a80f001 to af0047d Compare August 7, 2025 22:39
@renovate renovate bot force-pushed the renovate/http-1.x branch from af0047d to d9f476a Compare October 27, 2025 10:41
@renovate renovate bot force-pushed the renovate/http-1.x branch from d9f476a to 324c94b Compare November 11, 2025 00:04
@renovate renovate bot force-pushed the renovate/http-1.x branch from 324c94b to a3129b5 Compare February 2, 2026 20:32
@renovate renovate bot force-pushed the renovate/http-1.x branch from a3129b5 to c9274d4 Compare February 12, 2026 10:05
@renovate renovate bot force-pushed the renovate/http-1.x branch from c9274d4 to 41955d3 Compare March 13, 2026 10:42
@renovate renovate bot force-pushed the renovate/http-1.x branch from 41955d3 to c3dabf2 Compare March 30, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants