Sha256: 10b1ffea78daa42f0894693fd80eeea8e956895b0d61714687daa84a5fc36192
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
## 0.5.0 (2016-11-26) * Require Ruby 2.2.6+ (earlier 2.2 versions had async I/O bugs) * Extract Socketry::SSL::Socket#accept into its own method * Simplify Socketry::SSL::Socket#from_socket API * Raise Socketry::SSL::CertificateVerifyError for certificate verification errors * Specs and bugfixes for Socketry::SSL::Server * Rename Socketry::UDP::Datagram accessors to `remote_host`, `remote_addr`, and `remote_port` * Update to RuboCop 0.45.0 ## 0.4.0 (2016-11-25) * Specs and bugfixes for SSL sockets * Specs and bugfixes for UDP sockets * Add Socketry::UDP::Datagram class * Add Socketry::AddressInUseError exception ## 0.3.0 (2016-09-24) * Implement Socketry::TCP::Socket#read and #write * Use StandardError as the base class for Socketry::Error * Add Socketry::ConnectionRefusedError * Parameterize SSL contexts ## 0.2.0 (2016-09-12) * Rename Socketry::TCP::Socket#connected? -> #closed? ## 0.1.0 (2016-09-11) * Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
socketry-0.5.0 | CHANGES.md |