Releases: ruby/uri
Releases · ruby/uri
v1.1.1
v1.1.0
What's Changed
- Update to use the latest version of setup-ruby and bump up to Ruby 3.4 by @hsbt in #158
- Fix the mention to removed
URI.escape/URI::Escapeby @y-yagi in #146 - Use a fully qualified name in warning messages by @y-yagi in #150
- Support
Ractor#valueby @hsbt in #163 - Removed unnecessary workaround by @hsbt in #164
- Escape reserved characters in scheme name by @nobu in #148
- [DOC] State that uri library is needed to call Kernel#URI by @nobu in #167
- Prefer dedicated assertion methods by @nobu in #169
- Fix the message for unexpected argument by @nobu in #171
- Make URI::regexp schemes case sensitive (#38) by @nobu in #170
- The local part should not contain leading or trailing dots in the EMAIL_REGEXP by @nlevchuk in #124
- More checks in
EMAIL_REGEXPby @nobu in #172 - Do not allow empty host names, as they are not allowed by RFC 3986 by @jeremyevans in #116
- Improve performance of
URI::MailTo::EMAIL_REGEXPby @nobu in #173 - Performance test stability by @nobu in #174
- Update documents that used
URI::Parserby @nobu in #175 - Add a workflow to sync commits to ruby/ruby by @k0kubun in #183
- Add
irbto the Gemfile to fix the warning by @y-yagi in #182 - Replace reference to the obsolete URI.escape with URI::RFC2396_PARSER.escape by @vivshaw in #166
- Switch a parsing behavior completely when switching a parser by @y-yagi in #161
- improve error message by @soda92 in #130
- Use generic version number to VERSION by @hsbt in #187
New Contributors
- @y-yagi made their first contribution in #146
- @nlevchuk made their first contribution in #124
- @vivshaw made their first contribution in #166
- @soda92 made their first contribution in #130
Full Changelog: v1.0.4...v1.1.0
v1.0.4
v0.13.3
v0.12.5
v1.0.3
What's Changed
- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #136
- Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #137
- Prevent a warning: URI::REGEXP is obsolete by @mame in #138
- Revisit deprecated test by @hsbt in #139
- Suppress deprecate warning of test class (retry) by @mame in #140
- Fix README by @hsbt in #142
- Bump rubygems/release-gem from 1.1.0 to 1.1.1 by @dependabot in #143
- Bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in #144
- Bump step-security/harden-runner from 2.10.3 to 2.10.4 by @dependabot in #145
- Make documentation 100% by @nobu in #147
- Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in #153
- Remove userinfo by @hsbt in #154
New Contributors
Full Changelog: v1.0.2...v1.0.3
v0.13.2
v0.12.4
v0.11.3
v1.0.2
What's Changed
- Fix minor typo from 9997c1a by @jrafanie in #127
- Don't use bundle exec by @hsbt in #133
- Remove unused files from the gem package by @orien in #129
- Restore constants like URI::REGEXP::PATTERN::IPV6ADDR by @hsbt in #132
- Check existence constants only URI module by @hsbt in #135
New Contributors
Full Changelog: v1.0.1...v1.0.2