Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Type Update Change
http (source) dependencies minor 1.2.2 -> 1.5.0

Release Notes

dart-lang/http (http)

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.

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 added the dependencies Pull requests that update a dependency file label Jan 21, 2025
@renovate renovate bot requested a review from hoc081098 January 21, 2025 02:02
@codecov
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.30%. Comparing base (ed5ad73) to head (189ff78).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage   93.33%   94.30%   +0.97%     
==========================================
  Files          48       48              
  Lines         870      861       -9     
==========================================
  Hits          812      812              
+ Misses         58       49       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title Update dependency http to v1.3.0 Update dependency http to v1.4.0 May 6, 2025
@renovate renovate bot force-pushed the renovate/http-1.x branch from 734d72f to 6e2ec87 Compare May 6, 2025 00:44
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| dart       | http    | 1.2.2 | 1.5.0 |
@renovate renovate bot changed the title Update dependency http to v1.4.0 Update dependency http to v1.5.0 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/http-1.x branch from 6e2ec87 to 189ff78 Compare August 8, 2025 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants