HTTP v3.1.0 Release Notes

Release Date: 2018-04-22 // about 6 years ago
  • ๐Ÿ›  This version backports some of the fixes and improvements made to development ๐Ÿ”– version of the HTTP gem:

    • ๐Ÿ›  Fix for #readpartial to respect max length argument. ([@janko-m], [@marshall-lee])

    • ๐Ÿ›  Fix for HTTP::Request#headline to allow two leading slashes in path. ([@scarfacedeb])

    • ๐Ÿ›  Fix query string building for string with newlines. ([@mikegee])

    • Deallocate temporary strings in Response::Body#to_s. ([@janko-m])

    • โž• Add Request::Body#source. ([@janko-m])