Update uri: 0.10.1 → 0.11.0 (major) #43
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ uri (0.10.1 → 0.11.0) · Repo
Commits
See the full diff on Github. The new version differs by 27 commits:
Bump up uri version to 0.11.0
URI#HTTP#origin and URI#HTTP#authority (#30)
Fix parsing of scheme that are invalid Ruby constant names
Fix test failure for parallel testing
Added missing require for URI::WS class
Merge pull request #26 from eregon/fix-ractor-support
User assert_ractor for test case of Ractor
Add proper Ractor support to URI
Revert "Fix to support Ruby 3.0 Ractor"
Merge pull request #24 from ruby/ruby-3-0
Rename Actions name
Added status badge of GitHub Actions
Added 3.0 to GitHub ACtions
Merge pull request #22 from kvokka/ractor-fix
Fix to support Ruby 3.0 Ractor
Enclose the code that was accidentally a link in "tt"
Merge pull request #21 from fawaf/patch-1
remove comment about URI::escape as it is removed
Don't need to install bundler manually
Use stable version of actions/checkout
Set required_ruby_version to 2.4 in gemspec
Only use UnboundMethod#bind_call if it is available
Add tests for URI::RFC{2396,3986}_Parser#inspect
Optimize URI#hostname and URI#hostname=
Upstream Java proxy property checks from JRuby
Fix markup in README
Merge pull request #11 from stevenharman/prefer_match_to_avoid_object_allocations
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands