resty v2.2.0 Release Notes

Release Date: 2020-02-24 // about 4 years ago
  • ๐Ÿš€ Release Notes

    โœจ Enhancements

    • โž• Added Request.Send() method to execute Request as-is PR #286 @dan-rising
    • Applied debugBodySizeLimit to Request debug logger PR #297 @viennadd
    • โž• Added SetRootCertificateFromString method to read cert from string PR #313 @dzaytsev91

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed - Trace context overrides request context if EnableTrace #285, PR #284 @xixinjie
    • ๐Ÿ›  Fixed - Failing first request and successfully retrying carries error from first #289, PR #290 @phillc
    • ๐Ÿ›  Fixed - Panic When Calling TraceInfo But Tracing Has Not Been Enabled #293, PR #296 @JonnyPillar

    ๐Ÿ“š Documentation