File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.5 (2017-01-08)
4+
5+ * Feature: Add ` SecureServer ` for secure TLS connections
6+ (#55 by @clue )
7+
8+ * Add functional integration tests
9+ (#54 by @clue )
10+
311## 0.4.4 (2016-12-19)
412
513* Feature / Fix: ` ConnectionInterface ` should extend ` DuplexStreamInterface ` + documentation
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://secure.travis-ci.org/reactphp/socket.png?branch=master )] ( http://travis-ci.org/reactphp/socket )
44
5- Library for building an evented socket server.
5+ Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP
66
77The socket component provides a more usable interface for a socket-layer
8- server or client based on the [ ` EventLoop ` ] ( https://github.com/reactphp/event-loop )
8+ server based on the [ ` EventLoop ` ] ( https://github.com/reactphp/event-loop )
99and [ ` Stream ` ] ( https://github.com/reactphp/stream ) components.
1010
1111** Table of Contents**
@@ -201,7 +201,7 @@ The recommended way to install this library is [through Composer](http://getcomp
201201This will install the latest supported version:
202202
203203``` bash
204- $ composer require react/socket:^0.4.4
204+ $ composer require react/socket:^0.4.5
205205```
206206
207207More details about version upgrades can be found in the [ CHANGELOG] ( CHANGELOG.md ) .
Original file line number Diff line number Diff line change 11{
22 "name" : " react/socket" ,
3- "description" : " Library for building an evented socket server. " ,
3+ "description" : " Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP " ,
44 "keywords" : [" socket" ],
55 "license" : " MIT" ,
66 "require" : {
You can’t perform that action at this time.
0 commit comments