<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/open-uri, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/open-uri] Set default for max_redirects and add exception class</title>
<updated>2023-12-07T07:00:54+00:00</updated>
<author>
<name>Andrew Kane</name>
<email>andrew@ankane.org</email>
</author>
<published>2023-11-09T23:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=41c00bc97ebf237fd04ce740d0dfd0681f4a28c7'/>
<id>41c00bc97ebf237fd04ce740d0dfd0681f4a28c7</id>
<content type='text'>
https://github.com/ruby/open-uri/commit/dcdcb885cc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/open-uri/commit/dcdcb885cc
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/open-uri] Add :max_redirects option</title>
<updated>2023-12-07T07:00:53+00:00</updated>
<author>
<name>Andrew Kane</name>
<email>andrew@ankane.org</email>
</author>
<published>2023-01-14T04:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d97479f9c966bd2c9d52c8be28aca9431760c610'/>
<id>d97479f9c966bd2c9d52c8be28aca9431760c610</id>
<content type='text'>
https://github.com/ruby/open-uri/commit/7fd5ea09a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/open-uri/commit/7fd5ea09a7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/open-uri] Close leaked files</title>
<updated>2023-08-24T05:14:56+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-08-24T05:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fbe7962b54096d52d15d31756db80cf5cca5ea98'/>
<id>fbe7962b54096d52d15d31756db80cf5cca5ea98</id>
<content type='text'>
https://github.com/ruby/open-uri/commit/c52ee9e430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/open-uri/commit/c52ee9e430
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/open-uri] Make URI.open pass keywords</title>
<updated>2023-08-23T21:30:16+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2023-05-10T03:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=43c2c1ed4814c6e1f0d0d0ec88641e12bf5aa290'/>
<id>43c2c1ed4814c6e1f0d0d0ec88641e12bf5aa290</id>
<content type='text'>
Fixes [Bug #19238]

https://github.com/ruby/open-uri/commit/f636d01b85
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes [Bug #19238]

https://github.com/ruby/open-uri/commit/f636d01b85
</pre>
</div>
</content>
</entry>
<entry>
<title>Add :ssl_min_version and :ssl_max_version options</title>
<updated>2022-10-12T01:36:51+00:00</updated>
<author>
<name>Kazuki Yamaguchi</name>
<email>k@rhe.jp</email>
</author>
<published>2022-10-07T16:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4e29ca0c4093133838eda852879b23ed4fad56b5'/>
<id>4e29ca0c4093133838eda852879b23ed4fad56b5</id>
<content type='text'>
Replace :ssl_version option with these two new options. These provide
access to OpenSSL::SSL::SSLContext#{min,max}_version=, which is the
recommended way to specify SSL/TLS protocol versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace :ssl_version option with these two new options. These provide
access to OpenSSL::SSL::SSLContext#{min,max}_version=, which is the
recommended way to specify SSL/TLS protocol versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/open-uri] fix: added test case that validates that bad TLS version is silently ignored</title>
<updated>2022-10-06T09:00:58+00:00</updated>
<author>
<name>Nishant Patel</name>
<email>91441876+nishantactivepipe@users.noreply.github.com</email>
</author>
<published>2022-02-16T05:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=43e925090b6cf33b889904f8b795f4583b20a59b'/>
<id>43e925090b6cf33b889904f8b795f4583b20a59b</id>
<content type='text'>
https://github.com/ruby/open-uri/commit/4b91b11730
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/open-uri/commit/4b91b11730
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/open-uri] feat: allow option to pass version of SSL / TLS to use during communication. Allow versions are OpenSSL::SSL::SSLContext::METHODS</title>
<updated>2022-10-06T09:00:57+00:00</updated>
<author>
<name>Nishant Patel</name>
<email>91441876+nishantactivepipe@users.noreply.github.com</email>
</author>
<published>2022-02-05T03:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cdbaac3f4b6349907fe744f5eafab982b45e53e2'/>
<id>cdbaac3f4b6349907fe744f5eafab982b45e53e2</id>
<content type='text'>
https://github.com/ruby/open-uri/commit/8729858517
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/open-uri/commit/8729858517
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/open-uri] Use omit instead of skip for test-unit</title>
<updated>2022-10-06T08:15:27+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-10-06T08:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7f80ec47c3e6a1ac4f8c3e626d51ef6598d65b1c'/>
<id>7f80ec47c3e6a1ac4f8c3e626d51ef6598d65b1c</id>
<content type='text'>
https://github.com/ruby/open-uri/commit/63f466d6ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/open-uri/commit/63f466d6ed
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/open-uri] Run global constant count test only under Ruby 3.2</title>
<updated>2022-10-06T08:15:26+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-10-06T08:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cc5313ceab756887e5dcddcb3b293a842a01fbac'/>
<id>cc5313ceab756887e5dcddcb3b293a842a01fbac</id>
<content type='text'>
https://github.com/ruby/open-uri/commit/a8f1605ae9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/open-uri/commit/a8f1605ae9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/open-uri] Avoid busting the global constant cache</title>
<updated>2022-10-06T07:55:44+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2022-02-18T08:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d15b38d944c27cb627741206d8adf285153a4df2'/>
<id>d15b38d944c27cb627741206d8adf285153a4df2</id>
<content type='text'>
`Object#extend(mod)` bump the global constant cache if the module
has constants of its own.

So by moving these constants outside of `Meta` we avoid bumping
the cache.

https://github.com/ruby/open-uri/commit/363c399bac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Object#extend(mod)` bump the global constant cache if the module
has constants of its own.

So by moving these constants outside of `Meta` we avoid bumping
the cache.

https://github.com/ruby/open-uri/commit/363c399bac
</pre>
</div>
</content>
</entry>
</feed>
