[src/api] Update net-http 0.4.1 → 0.5.0 (major) #17073
Merged
+2
−2
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?
Release Notes
0.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 44 commits:
Bump up v0.5.0
Enabled trusted publisher for rubygems.org
Merge pull request #185 from mame/prevent-warnings
Prevent warnings
Wait for server threads to finish
Merge pull request #182 from ruby/remove-null-writer
Removed needless NullWriter class
To avoid fd leak with fetch request for SSL server
Fixed fd leak from TCPServer
* append newline at EOF. [ci skip]
Use fixture certificates to fix test failure with RHEL9.
Merge pull request #55 from evgeni/ssl-proxies
Merge pull request #177 from fatkodima/ability-to-set-defaults
Merge pull request #178 from MSP-Greg/00-session-expire
Merge pull request #164 from MSP-Greg/00-derive-ssl_ivnames
net/http.rb - derive SSL_IVNAMES from SSL_ATTRIBUTES
implement talking SSL to the proxy too
Merge pull request #181 from ruby/test-windows
Try to test with Windows platform
Merge pull request #180 from ruby/remove-webrick
Commented out unfinished chunked test
Removed needless warning
Split POST test because new dummy server can't handle continuouse POST request
Write log after server start, not handling request
Split test class because TCPServer couldn't accept localhost and 127.0.0.1 both
Support chunked data and fixed test failure with multipart/form-data
Removed server-side log test
Fix wrong hostname with test_max_version test
Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLServer
test_https.rb - fix test_session_reuse_but_expire
Merge pull request #140 from baweaver/baweaver/performance/header-capitalize-regex-replacement
Update lib/net/http/header.rb
Replace Regexp in for headers for perf
Update license files with ruby/ruby
Merge pull request #175 from Zopolis4/betty
Add ability to configure default settings for new connections
Add Net::HTTP.put method
Skip test_session_reuse_but_expire with OpenSSL 3.3
Merge pull request #166 from MSP-Greg/00-ietf-docs
Fix test session reuse but expire (#9824)
Show OpenSSL version in the error message of assert_equal
Merge pull request #171 from BurdetteLamar/doc
Tweak to Net::HTTP What's Here
Don't invoke response block more than once due to retry
Release Notes
1.0.1
1.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
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