Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Comments

Update dependency http to v1#67

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

Update dependency http to v1#67
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/http-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 22, 2023

This PR contains the following updates:

Package Type Update Change
http (source) dependencies major ^0.13.51.6.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

Compare Source

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

v1.2.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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: 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
Copy link
Contributor Author

renovate bot commented May 22, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/wutsi/sdui":"/mnt/renovate/gh/wutsi/sdui" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/wutsi/sdui" ghcr.io/containerbase/sidecar bash -l -c "install-tool flutter 3.10.1 && flutter pub upgrade http"
Downloading Linux x64 Dart SDK from Flutter engine b4fb11214dd2dda6ce012dd98ea498e9e8b91262...
Building flutter tool...
Because flutter_link_previewer >=3.2.1 depends on http ^0.13.6 and no versions of flutter_link_previewer match >3.2.0 <3.2.1, flutter_link_previewer >3.2.0 requires http ^0.13.6.
And because flutter_link_previewer 3.2.0 depends on http ^0.13.5, flutter_link_previewer >=3.2.0 requires http ^0.13.5.
So, because sdui depends on both flutter_link_previewer ^3.2.0 and http ^1.0.0, version solving failed.

@renovate renovate bot force-pushed the renovate/http-1.x branch from e8c14e8 to 8205d42 Compare August 8, 2025 00:40
@renovate renovate bot force-pushed the renovate/http-1.x branch from 8205d42 to 1499953 Compare October 27, 2025 17:40
@renovate renovate bot force-pushed the renovate/http-1.x branch from 1499953 to af6f156 Compare November 10, 2025 21:32
@renovate renovate bot force-pushed the renovate/http-1.x branch from af6f156 to 6edaeb1 Compare February 2, 2026 19:55
@renovate renovate bot force-pushed the renovate/http-1.x branch from 6edaeb1 to 0a7338d Compare February 12, 2026 16:38
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