Releases: ruby/uri
Releases · ruby/uri
v0.10.0.1
Full Changelog: v0.10.0...v0.10.0.1
v0.12.0
What's Changed
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #31
- Update actions by @hsbt in #35
- Added dependabot.yml for actions by @hsbt in #36
- Test against Ruby 3.1 on CI by @okuramasafumi in #34
- Feat: Support WSS by @okuramasafumi in #33
- Include RFC2396_REGEXP module directly by @peterzhu2118 in #39
- Document requirement that path be escaped by @frankus in #32
- Add URI::Generic#decoded_#{user,password} by @jeremyevans in #17
- Improve URI.register_scheme tests and automatically upcase the given scheme by @eregon in #28
- Fix spliting relative URI by @nobu in #45
- URI.parse should set empty string in host instead of nil 81263c9
New Contributors
- @k0kubun made their first contribution in #31
- @okuramasafumi made their first contribution in #34
- @peterzhu2118 made their first contribution in #39
- @frankus made their first contribution in #32
- @nobu made their first contribution in #45
Full Changelog: v0.11.0...v0.12.0
v0.11.0
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
- @stevenharman made their first contribution in #11
- @tricknotes made their first contribution in #16
- @headius made their first contribution in #18
- @lzap made their first contribution in #12
- @fawaf made their first contribution in #21
- @kvokka made their first contribution in #22
- @byroot made their first contribution in #27
- @HoneyryderChuck made their first contribution in #30
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Prefer
require_relative
for loading internal code by @deivid-rodriguez in #1 - Simplify construction of URI instances using parser interface. by @ioquatix in #2
- Add support for WebSockets by @mullermp in #3
- Remove RCS keywords by @deivid-rodriguez in #4
- Use GitHub Actions instead of Travis CI by @hsbt in #5
- Updated readme link by @ankane in #6
- Remove deprecated URI.escape/URI.unescape by @jeremyevans in #9
New Contributors
- @deivid-rodriguez made their first contribution in #1
- @ioquatix made their first contribution in #2
- @mullermp made their first contribution in #3
- @ankane made their first contribution in #6
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Full Changelog: https://github.com/ruby/uri/commits/v0.10.0