Breaking changes
- Minimum Ruby version raised to 2.7 along with the raise of minimum
urigem version (0.11.1)
What's Changed
- [DOC] Fix too stopped documentations by @nobu in #244
- Replace Timeout.timeout with TCPSocket.open(open_timeout:) when available by @osyoyu in #224
- Replace Ruby 3.5 with Ruby 4.0 by @yahonda in #246
- Fix handling of IPv6 literal hosts in
Net::HTTPGenericRequestby @taketo1113 in #237- This fixes compatibility issue with
urigem 1.1.0+, which made relevant validations strict.
- This fixes compatibility issue with
New Contributors
- @yahonda made their first contribution in #246
- @taketo1113 made their first contribution in #237
Full Changelog: v0.7.0...v0.8.0