Skip to content

Commit 9ffbd64

Browse files
committed
Add release notes.
1 parent ce98621 commit 9ffbd64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

releases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## Unreleased
4+
5+
- Introduce `class IO::Stream::ConnectionResetError < Errno::ECONNRESET` to standardize connection reset error handling across different IO types.
6+
- `OpenSSL::SSL::SSLSocket` raises `OpenSSL::SSL::SSLError` on connection reset, while other IO types raise `Errno::ECONNRESET`. `SSLError` is now rescued and re-raised as `IO::Stream::ConnectionResetError` for consistency.
7+
38
## v0.10.0
49

510
- Rename `done?` to `finished?` for clarity and consistency.

0 commit comments

Comments
 (0)