summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-06-26 11:14:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-06-27 11:15:17 +0900
commit8bba087ae567421cd574b5b5772fd3039ff39b4d (patch)
tree19bb0f24b589d5133904cddab06d1f3919906a03
parentcf3acead9d737be59f0da38cd041ed5cb17df866 (diff)
Added entry `open_timeout` feature of `Socket.tcp` to NEWS.md
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 5a140217f1..c6dc961360 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -47,6 +47,11 @@ Note: We're only listing outstanding class updates.
* `IO.select` accepts +Float::INFINITY+ as a timeout argument.
[[Feature #20610]]
+* Socket
+
+ * `Socket.tcp` accepts `open_timeout` as a keyword argument to specify
+ the timeout for the initial connection. [[Feature #21347]]
+
* Ractor
* `Ractor::Port` class was added for a new synchronization mechanism
@@ -227,3 +232,4 @@ The following bundled gems are updated.
[Feature #21258]: https://bugs.ruby-lang.org/issues/21258
[Feature #21262]: https://bugs.ruby-lang.org/issues/21262
[Feature #21287]: https://bugs.ruby-lang.org/issues/21287
+[Feature #21347]: https://bugs.ruby-lang.org/issues/21347