Skip to content

Releases: tmenier/Flurl

Flurl.Http 3.2.3

25 Apr 22:10
Compare
Choose a tag to compare
  • New feature: HttpTest.SimulateException (#554)
  • Update Flurl dependency

Flurl 3.0.5

25 Apr 22:08
Compare
Choose a tag to compare
  • BUGFIX: SetQueryParams + IEnumerable model prop (#672)

Flurl.Http 3.2.2

27 Jan 02:05
Compare
Choose a tag to compare

Updated Flurl dependency for bug fix (#669)

Flurl 3.0.4

27 Jan 02:04
Compare
Choose a tag to compare

Bug - SetQueryParams using object with nullable properties (#669)

Flurl.Http 3.2.1

22 Jan 18:09
Compare
Choose a tag to compare
  • 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)

Flurl 3.0.3

22 Jan 17:55
Compare
Choose a tag to compare

Minor bug fixes for SetQueryParams (#641 & #632)

Flurl.Http 3.2.0

04 May 18:16
Compare
Choose a tag to compare

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

04 May 17:45
Compare
Choose a tag to compare
  • Trim whitespace from start and end of Url (#603)
  • net472 target to avoid unnecessary package dependency (#616)
  • BUGFIX: Appending "/" to Url (#609)
  • BUGFIX: Encoding inconsistency when string is cast to object (#620)

Flurl.Http 3.0.1

14 Dec 19:51
Compare
Choose a tag to compare
  • StatusCode (nullable int) property added to FlurlHttpException (#565)
  • BUGFIX: Incorrect parsing of redirect URL when Location header has query params (#586)
  • BUGFIX: FlurlCall.Succeeded error when Response is null (#573)
  • BUGFIX: Error building FlurlHttpException.Message when Call 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)

Flurl 3.0.1

14 Dec 19:31
Compare
Choose a tag to compare
  • BUGFIX: Parsing bug when host contains upper-case characters. (#574)
  • BUGFIX: Don't add leading slash to relative URL that doesn't contain one. (#568)
  • BUGFIX: Encode date (or any other non-string) after stringifying for query params. (#582)