<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/open-uri.rb, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<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] Support 308 status redirect</title>
<updated>2022-10-06T21:58:37+00:00</updated>
<author>
<name>Janko Marohnić</name>
<email>janko.marohnic@gmail.com</email>
</author>
<published>2022-10-06T18:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fa2e1b67e548cb5653b66909a2bc3d6b9eae98e3'/>
<id>fa2e1b67e548cb5653b66909a2bc3d6b9eae98e3</id>
<content type='text'>
https://github.com/ruby/open-uri/commit/d8899ae4ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/open-uri/commit/d8899ae4ac
</pre>
</div>
</content>
</entry>
<entry>
<title>* remove trailing spaces. [ci skip]</title>
<updated>2022-10-06T09:01:08+00:00</updated>
<author>
<name>git</name>
<email>svn-admin@ruby-lang.org</email>
</author>
<published>2022-10-06T09:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4e1086f903030534db636b1417beefeafcfef3b7'/>
<id>4e1086f903030534db636b1417beefeafcfef3b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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] 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>
<entry>
<title>[ruby/open-uri] [DOC] Fix markup for `URI.open`</title>
<updated>2022-06-06T15:06:56+00:00</updated>
<author>
<name>Alexander Ilyin</name>
<email>alexander.ilyin11@gmail.com</email>
</author>
<published>2022-06-06T14:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6fc16e748ee3a95d0134c180c6f33d947163f3d7'/>
<id>6fc16e748ee3a95d0134c180c6f33d947163f3d7</id>
<content type='text'>
* Add missing slash.

https://github.com/ruby/open-uri/commit/40023e63da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add missing slash.

https://github.com/ruby/open-uri/commit/40023e63da
</pre>
</div>
</content>
</entry>
<entry>
<title>Guard for the ftp protocol feature of OpenURI</title>
<updated>2021-05-27T05:42:11+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-05-26T11:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=350bc29107e96871030ccffaf334c3e0a9d80f5f'/>
<id>350bc29107e96871030ccffaf334c3e0a9d80f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the deprecated override of Kernel#open in open-uri</title>
<updated>2020-08-16T14:41:40+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2020-07-30T19:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a73b5cc556bd131fe924ed6bb02b3c5bdf1593e8'/>
<id>a73b5cc556bd131fe924ed6bb02b3c5bdf1593e8</id>
<content type='text'>
This was deprecated in 2.7 to resolve [Misc #15893].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was deprecated in 2.7 to resolve [Misc #15893].
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] get rid of parsing as TIDYLINK unintentionally</title>
<updated>2020-04-07T04:59:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-04-07T04:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bc646e6715bc0113e800f4d7f4dec7bb34123cc1'/>
<id>bc646e6715bc0113e800f4d7f4dec7bb34123cc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `URI#open` to warning message</title>
<updated>2019-12-19T16:40:00+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-12-19T16:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3816cd945d68eac7ca8fecbc9d71f878ff3e7b3d'/>
<id>3816cd945d68eac7ca8fecbc9d71f878ff3e7b3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
