All Versions
45
Latest Version
Avg Release Cycle
96 days
Latest Release
-

Changelog History
Page 2

  • v1.4.12 Changes

    April 26, 2020
    • Add support for multiple raw query strings (#151)
    • Add netstandard1.2 target
    • README improvements
  • v1.4.11 Changes

    April 04, 2020
    • Add extended formats for property headers and header params (#123)
    • Make RequestInfo available to the RequestModifier (#133)
    • Add Nullable Reference Type annotations
    • README improvements (#127, #129, #132, #135, #138)
  • v1.4.10 Changes

    July 27, 2019
    • Add [BasePath] (#113)
  • v1.4.9 Changes

    April 28, 2019
    • Support custom path parameter/property serialization (thanks to @sharparam). This is useful for enums (#95)
    • Support setting HttpRequestMessage.Proprties through properties and parameters (thanks to @Husqvik) (#116)
    • Allow request body headers to be sent, if the body is null (#109)
  • v1.4.8 Changes

    April 24, 2019
    • Avoid deadlock in ModifyingHttpClientHandler (#115)
    • Avoid crash if a user's HttpClientHandler returns a HttpResponseMessage with a null body (#108)
    • Add assembly name to generated type name, to avoid conflicts when two assemblies both use the same interface (#108)
    • Improve README (#107, #111)
  • v1.4.7 Changes

    August 13, 2018
    • Fix crash introduced by (#98) when a method has a non-primitive struct type with a default value
  • v1.4.6 Changes

    August 12, 2018
    • Fixed ignored QueryAttribute.Name when set using property setter ([Query(Name = "customName"))(#94)
    • If type creation fails, make sure all subsequent attempts throw the same exception (#93)
    • Support byte[] bodies (#91)
    • Support generic methods (as well as generic interfaces) (#92)
    • Support netstandard2.0 as a separate target (reduces dependencies for netstandard2.0+ projects) (#88)
    • Reflect optional parameters in implementation for IronPython (#98)
  • v1.4.5 Changes

    March 09, 2018
    • Fix memory leak (#74)
    • Allow a custom class to be used to control query param serialization (#61)
    • Make sure HttpResponseMessage is properly disposed (this wasn't causing a memory leak) (#82)
    • Add query properties (#70)
  • v1.4.4 Changes

    September 19, 2017
    • Ensure that methods which return Task properly dispose of the underlying HttpResponseMessage (#65)
  • v1.4.3 Changes

    August 20, 2017
    • Add support for Task<Stream> responses (#56)
    • Various README improvements (#53, #55, #58, #59)