Bump Flurl from 2.8.2 to 4.0.0#536
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
--- 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>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Flurl from 2.8.2 to 4.0.0.
Release notes
Sourced from Flurl's releases.
4.0.0
AppendQueryParamsmethod/overloads (#688), thx @Marusyk!SetQueryParamswith collection, duplicate keys should append not overwrite (#370)Url.IsValid(#462)4.0.0-pre7
AllowHttpStatusnow takesintinstead ofHttpStatusCodeargs (#785)Full Changelog: tmenier/Flurl@Flurl.Http.Newtonsoft.0.9.0-pre2...Flurl.Http.4.0.0-pre7
4.0.0-pre6
Full Changelog: tmenier/Flurl@Flurl.Http.4.0.0-pre5...Flurl.Http.4.0.0-pre6
4.0.0-pre5
SocketsHttpHandleron supported platforms (#769)Full Changelog: tmenier/Flurl@Flurl.4.0.0-pre4...Flurl.Http.4.0.0-pre5
4.0.0-pre4
AppendQueryParamsmethod/overloads (#688), thx @Marusyk!SetQueryParamswith collection, duplicate keys should append not overwrite (#370)Full Changelog: tmenier/Flurl@Flurl.3.0.7...Flurl.4.0.0-pre4
4.0.0-pre3
ShouldHaveCalledfalse negative with URL ending with?(#721)4.0.0-pre2
GetStreamAsyncto unbuffered behavior (#630, breaking)WithClientextension methods (#590, breaking)ConnectionLeaseTimeoutsetting (#703, breaking)CancellationTokento last arg everywhere that it isn't (#702, breaking)4.0.0-pre1
dynamic-returning JSON methods (#699)*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
RespondWith(#606)3.2.3
HttpTest.SimulateException(#554)3.2.2
Updated Flurl dependency for bug fix (#669)
3.2.1
CapturedMultipartContentctor allowing custom boundary (#611)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.
net472target to avoid unnecessary package dependency (#616)3.0.7
?or#if specified in original string (#734)3.0.6
3.0.5
SetQueryParams+IEnumerablemodel prop (#672)3.0.4
Bug -
SetQueryParamsusing object with nullable properties (#669)3.0.3
Minor bug fixes for
SetQueryParams(#641 & #632)3.0.2
net472target to avoid unnecessary package dependency (#616)3.0.1
3.0
Flurl 3.0 contains a major rewrite of the URL building/parsing engine. It brings
Flurl.Url's feature set more in line withSystem.Uri, while also addressing some of its quirks.New Features
New
Urlproperties (#440)Scheme(read/write)UserInfo(read/write)Host(read/write)Port(read/write)Authority(read-only,UserInfo+Host+Port)Root(read-only,Scheme+Authority)PathSegments(modifiable)IsRelative(read-only)IsSecureScheme(read-only, true for https or wss)All URL-building extension methods currently on
stringnow available onSystem.Uri(#489)New fluent builder methods on
Flurl.Url,System.Uri, andstring:RemovePathSegment()(removes the last segment)RemovePath()RemoveQuery()Reset()(restoresUrlto its original state as constructed, NOT available onstring)Support for relative URLs (#407)
Parameterless constructor for
Url(#518)New static utility method:
Url.ParsePathSegments(string)(assumes entire string is the path portion of a URL)Breaking Changes from 2.x
Url.QueryParams(#555)Url.Pathchanged to be more in line with the formal definition. Previously it included everything (scheme, host, etc.) up to the query string. It now starts after the host/port, including the leading/if present.Url.IsValid()instance method was removed. It was confusing in the case of relative URLs since arguably any string could be considered a valid relative URL. Check theIsRelativeproperty instead. (StaticUrl.IsValid(string)method is still available but, same a before, returns true only for valid absolute URLs.)Bug fixes:
Url.ToUri()now works for relative URLs (#407)Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)