v0.2.1.pre1
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
todebug
inNet::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
- @smaeda-ks made their first contribution in #26
- @olleolleolle made their first contribution in #33
- @k0kubun made their first contribution in #34
- @baweaver made their first contribution in #39
- @kares made their first contribution in #52
Full Changelog: v0.2.0...v0.2.1.pre1