Releases: tmenier/Flurl
Releases · tmenier/Flurl
Flurl.Http 3.2.3
- New feature:
HttpTest.SimulateException
(#554) - Update Flurl dependency
Flurl 3.0.5
- BUGFIX:
SetQueryParams
+IEnumerable
model prop (#672)
Flurl.Http 3.2.2
Updated Flurl dependency for bug fix (#669)
Flurl 3.0.4
Bug - SetQueryParams
using object with nullable properties (#669)
Flurl.Http 3.2.1
Flurl 3.0.3
Flurl.Http 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)
Flurl 3.0.2
Flurl.Http 3.0.1
StatusCode
(nullable int) property added toFlurlHttpException
(#565)- BUGFIX: Incorrect parsing of redirect URL when Location header has query params (#586)
- BUGFIX:
FlurlCall.Succeeded
error whenResponse
is null (#573) - BUGFIX: Error building
FlurlHttpException.Message
whenCall
is null (#579) - BUGFIX: URL-encoded query params messed up cookie processing in some scenarios (#585)
- BUGFIX: Don't clear multipart "Parts" collection after send (#580)