Releases: ruby/net-http
Releases · ruby/net-http
v0.2.0
What's Changed
- WEBrick is no longer bundled since ruby 3.0 by @nobu in #8
- Replace "iff" with "if and only if" by @gmcgibbon in #11
- We don't need "require 'uri'" after "require 'net/http'". by @nobu in #12
- Fix a warning by @nobu in #13
- Initialize OpenSSL early before creating TCPSocket by @jeremyevans in #4
- Replace Timeout.timeout in Net:HTTP#connect by @mohamedhafez in #10
- Decode user and password from env configured proxy by @leipert in #5
- Fix the regexp used to clean the host by @casperisfine in #18
- Do not require stringio by @rhenium in #22
- Fix heading by @znz in #23
- Enforce write timeout when body_stream is used by @miguelfteixeira in #27
New Contributors
- @gmcgibbon made their first contribution in #11
- @mohamedhafez made their first contribution in #10
- @leipert made their first contribution in #5
- @casperisfine made their first contribution in #18
- @miguelfteixeira made their first contribution in #27
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Fix SSL session reuse test with LibreSSL 3.2+ by @jeremyevans in #3
- Switch invalid server name format by @jeremyevans in #2
Full Changelog: v0.1.0...v0.1.1