Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.83 KB

1.1.2 (9/11/2023)

  • Fix a bug introduced in 1.1.0 when reading non-streaming bodies from responses (mshibuya)
  • Test against ruby 3.2 (petergoldstein)
  • Fix a bug preventing DNS resolution in some cases (arkadiyt)
  • Add an option to not throw an exception if you hit the maximum number of redirects (elliterate)

1.1.1 (8/31/2022)

  • Fix network connection errors if you were making https requests while using net-http 2.2 or higher (arkadiyt)

1.1.0 (8/28/2022)

  • Add support for chunked responses (mrhaddad)

1.0.8 (8/3/2022)

1.0.7 (10/21/2019)

  • Allow passing custom options to Net::HTTP.start (groe)

1.0.6 (2/24/2018)

  • Backport a fix for a bug in Ruby's http library

1.0.5 (1/17/2018)

  • Don't send the port number in the Host header if it's HTTPS and on port 443

1.0.4 (1/17/2018)

  • Handle relative redirects

1.0.3 (12/4/2017)

  • Use frozen_string_literal pragma in all ruby files
  • Handle new ruby 2.5 behavior when encountering newlines in header names

1.0.2 (8/3/2017)

  • Block newlines and carriage returns in header names/values

1.0.1 (7/26/2017)

  • Fixed a bug in how ipv4-compatible and ipv4-mapped addresses were handled
  • Fixed a bug where the Host header did not include the port number

1.0.0 (7/24/2017)

  • Initial release