Skip to content

v0.11.0

Compare
Choose a tag to compare
@hsbt hsbt released this 17 Nov 10:28
· 184 commits to master since this release
1619f71

What's Changed

  • Use Regexp#match? to avoid extra allocations by @stevenharman in #11
  • Fix markup in README by @tricknotes in #16
  • Upstream property checks and other diffs from JRuby by @headius in #18
  • Optimize URI#hostname and URI#hostname= by @lzap in #12
  • Only use UnboundMethod#bind_call if available by @jeremyevans in #20
  • remove comment about URI::escape as it is removed by @fawaf in #21
  • Fix to support Ruby 3.0 Ractor by @kvokka in #22
  • Add Ruby 3.0 to the GitHub Actions by @hsbt in #24
  • Add proper Ractor support to URI by @eregon in #26
  • Fix parsing of scheme that are invalid Ruby constant names by @byroot in #27
  • URI#HTTP#origin and URI#HTTP#authority by @HoneyryderChuck in #30

New Contributors

Full Changelog: v0.10.1...v0.11.0