- Allow passing custom options to Net::HTTP.start (groe)
- Backport a fix for a bug in Ruby's http library
- Don't send the port number in the Host header if it's HTTPS and on port 443
- Handle relative redirects
- Use
frozen_string_literal
pragma in all ruby files - Handle new ruby 2.5 behavior when encountering newlines in header names
- Block newlines and carriage returns in header names/values
- 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
- Initial release