Skip to content

Bump Flurl from 3.0.7 to 4.0.0#25

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/BililiveRecorder.Core/Flurl-4.0.0
Open

Bump Flurl from 3.0.7 to 4.0.0#25
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/BililiveRecorder.Core/Flurl-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 9, 2026

Copy link
Copy Markdown

Updated Flurl from 3.0.7 to 4.0.0.

Release notes

Sourced from Flurl's releases.

4.0.0

  • AppendQueryParams method/overloads (#​688), thx @​Marusyk!
  • BUGFIX: SetQueryParams with collection, duplicate keys should append not overwrite (#​370)
  • BUGFIX: False negatives with Url.IsValid (#​462)

4.0.0-pre7

  • BREAKING: Event handler changes (#​784)
  • BREAKING: AllowHttpStatus now takes int instead of HttpStatusCode args (#​785)
  • BUGFIX: User-Agent header didn't copy over from HttpClient correctly (#​778)

Full Changelog: tmenier/Flurl@Flurl.Http.Newtonsoft.0.9.0-pre2...Flurl.Http.4.0.0-pre7

4.0.0-pre6

  • Additional configuration enhancements for #​770 (description updated).
  • BREAKING: Refactored a shared interface (#​773)

Full Changelog: tmenier/Flurl@Flurl.Http.4.0.0-pre5...Flurl.Http.4.0.0-pre6

4.0.0-pre5

  • BREAKING: Complete overhaul of Flurl's configuration system (#​770)
  • Use SocketsHttpHandler on supported platforms (#​769)

Full Changelog: tmenier/Flurl@Flurl.4.0.0-pre4...Flurl.Http.4.0.0-pre5

4.0.0-pre4

  • AppendQueryParams method/overloads (#​688), thx @​Marusyk!
  • BUGFIX: SetQueryParams with collection, duplicate keys should append not overwrite (#​370)
  • BUGFIX: False negatives with Url.IsValid (#​462)

Full Changelog: tmenier/Flurl@Flurl.3.0.7...Flurl.4.0.0-pre4

4.0.0-pre3

  • JSON deserialization case-insensitive by default (#​719)
  • Removed circular redirect detection (#​714)
  • Fixed ShouldHaveCalled false negative with URL ending with ? (#​721)

4.0.0-pre2

  • Default GetStreamAsync to unbuffered behavior (#​630, breaking)
  • Drop WithClient extension methods (#​590, breaking)
  • Drop ConnectionLeaseTimeout setting (#​703, breaking)
  • Move CancellationToken to last arg everywhere that it isn't (#​702, breaking)

4.0.0-pre1

  • Drop dependency on Newtonsoft.Json in favor of System.Text.Json (#​517)*
  • Drop non-generic dynamic-returning JSON methods (#​699)
  • Update target frameworks (#​544 )

*WARNING: Your code may fail in subtle ways after upgrading if it depends on things like serialization attributes or global settings from the Newtonsoft library. To continue to use Newtonsoft with Flurl.Http 4.0 and later, add and register this Newtonsoft serializer in your code.

3.2.4

  • Create symbols package for upload to nuget.org (#​601, thx @​gitfool)
  • BUGFIX: NullRefEx when no body specified in RespondWith (#​606)
  • Trim leading/trailing whitespace from header values (#​623)

3.2.3

  • New feature: HttpTest.SimulateException (#​554)
  • Update Flurl dependency

3.2.2

Updated Flurl dependency for bug fix (#​669)

3.2.1

  • Deserialize to different type in callbacks (#​571)
  • CapturedMultipartContent ctor allowing custom boundary (#​611)
  • Better thread safety with headers and query params (#​642)
  • IntelliSense fail - incorrect doc file name (#​636)

3.2.0

Note: This was supposed to be released as 3.1 but mistakenly released as 3.2 and published, at which point it's basically too late. Oh well.

  • Do not URL-encode cookie values (#​594, potentially breaking)
  • Opt-in header forwarding on redirect (#​608, potentially breaking)
  • Test setups/asserts more forgiving about ignoring query strings (#​596, potentially breaking)
  • net472 target to avoid unnecessary package dependency (#​616)
  • BUGFIX: Sending cookies on redirect (#​602)
  • BUGFIX: Redircts where Location excludes scheme (#​595)
  • BUGFIX: Exception on .NET Framework if content headers are forwarded on redirect GET (#​583)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 9, 2026
---
updated-dependencies:
- dependency-name: Flurl
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/BililiveRecorder.Core/Flurl-4.0.0 branch from 795b5df to 06cd924 Compare February 10, 2026 01:30
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants