Skip to content

Commit f76a4cd

Browse files
committed
Added Bug #19266, Bug #20795 and net-http changes about removing deprecated constants to NEWS
1 parent c0454ab commit f76a4cd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

NEWS.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,39 @@ Note: We're only listing outstanding class updates.
112112

113113
## Stdlib updates
114114

115+
* Net::HTTP
116+
117+
* Removed the following deprecated constans:
118+
Net::HTTP::ProxyMod
119+
Net::NetPrivate::HTTPRequest
120+
Net::HTTPInformationCode
121+
Net::HTTPSuccessCode
122+
Net::HTTPRedirectionCode
123+
Net::HTTPRetriableCode
124+
Net::HTTPClientErrorCode
125+
Net::HTTPFatalErrorCode
126+
Net::HTTPServerErrorCode
127+
Net::HTTPResponseReceiver
128+
Net::HTTPResponceReceiver
129+
130+
These constants were deprecated from 2012.
131+
115132
* Tempfile
116133

117134
* The keyword argument `anonymous: true` is implemented for Tempfile.create.
118135
`Tempfile.create(anonymous: true)` removes the created temporary file immediately.
119136
So applications don't need to remove the file.
120137
[[Feature #20497]]
121138
139+
* Timeout
140+
141+
* Reject negative values for Timeout.timeout. [[Bug #20795]]
142+
143+
* URI
144+
145+
* Switched default parser to RFC 3986 compliant from RFC 2396 compliant.
146+
[[Bug #19266]]
147+
122148
* win32/sspi.rb
123149
124150
* This library is now extracted from the Ruby repository to [ruby/net-http-sspi].
@@ -319,6 +345,7 @@ details of the default gems or bundled gems.
319345
[Feature #18980]: https://bugs.ruby-lang.org/issues/18980
320346
[Misc #18984]: https://bugs.ruby-lang.org/issues/18984
321347
[Feature #19117]: https://bugs.ruby-lang.org/issues/19117
348+
[Bug #19266]: https://bugs.ruby-lang.org/issues/19266
322349
[Feature #19236]: https://bugs.ruby-lang.org/issues/19236
323350
[Feature #19714]: https://bugs.ruby-lang.org/issues/19714
324351
[Bug #19918]: https://bugs.ruby-lang.org/issues/19918
@@ -345,6 +372,7 @@ details of the default gems or bundled gems.
345372
[Feature #20715]: https://bugs.ruby-lang.org/issues/20715
346373
[Feature #20775]: https://bugs.ruby-lang.org/issues/20775
347374
[Feature #20782]: https://bugs.ruby-lang.org/issues/20782
375+
[Bug #20795]: https://bugs.ruby-lang.org/issues/20795
348376
[Feature #20811]: https://bugs.ruby-lang.org/issues/20811
349377
[Feature #20860]: https://bugs.ruby-lang.org/issues/20860
350378
[Feature #20876]: https://bugs.ruby-lang.org/issues/20876

0 commit comments

Comments
 (0)