Skip to content

v0.2.1.pre1

Compare
Choose a tag to compare
@hsbt hsbt released this 17 Nov 09:22
· 184 commits to master since this release
0017cc6

What's Changed

  • Fix a typo and deprecate old constants by @nobu in #32
  • Reset keep_alive timer on new connection by @rhenium in #21
  • Send Accept-Encoding header on HEAD method by @smaeda-ks in #26
  • gemspec: Drop unused directive "executables" by @olleolleolle in #33
  • s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #34
  • Handle invalid use of IP addresses in SNI by @jeremyevans in #35
  • Use omit instead of skip for test-unit by @hsbt in #37
  • Fix unescaped . in Regexp by @znz in #38
  • Rename D to debug in Net::HTTP by @baweaver in #39
  • Remove redundant MJIT condition by @znz in #40
  • Add ruby 3.1 to CI by @znz in #41
  • Do not set SNI hostname if connecting to IP address by @jeremyevans in #36
  • Update actions by @hsbt in #46
  • Added dependabot.yml for actions by @hsbt in #47
  • Update the content-length heading when decoding bodies by @jeremyevans in #16
  • Add HTTP#force_response_body_encoding for forcing response body encoding by @jeremyevans in #17
  • Update the content-length heading when decoding bodies by @jeremyevans in #51
  • Add ignore_eof access to HTTP and HTTPResponse by @jeremyevans in #15
  • feature detect to make net/http usable with JRuby by @kares in #52

New Contributors

Full Changelog: v0.2.0...v0.2.1.pre1