Update readme and changelog for upcoming release
This commit is contained in:
parent
3541db2dc7
commit
9f83763a07
11
CHANGELOG.md
11
CHANGELOG.md
@ -8,6 +8,17 @@ CHANGELOG
|
||||
|
||||
---
|
||||
|
||||
* 0.4 (2016-)
|
||||
|
||||
* BC: $conn->WebSocket->request replaced with $conn->httpRequest which is a PSR-7 object
|
||||
* Binary messages now supported via Ratchet\WebSocket\MessageComponentInterface
|
||||
* Added heartbeat support via ping/pong in WsServer
|
||||
* BC: No longer support old (and insecure) Hixie76 and Hybi protocols
|
||||
* BC: No longer support disabling UTF-8 checks
|
||||
* BC: The Session component implements HttpServerInterface instead of WsServerInterface
|
||||
* BC: PHP 5.3 no longer supported
|
||||
* Significant performance enhancements
|
||||
|
||||
* 0.3.4 (2015-12-23)
|
||||
|
||||
* BF: Edge case where version check wasn't run on message coalesce
|
||||
|
@ -1,17 +1,12 @@
|
||||
#Ratchet
|
||||
|
||||
[](http://travis-ci.org/ratchetphp/Ratchet)
|
||||
[](http://socketo.me/reports/ab/)
|
||||
[](https://packagist.org/packages/cboden/ratchet)
|
||||
|
||||
A PHP 5.4 library for asynchronously serving WebSockets.
|
||||
Build up your application through simple interfaces and re-use your application without changing any of its code just by combining different components.
|
||||
|
||||
##WebSocket Compliance
|
||||
|
||||
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
|
||||
* Tested on Chrome 13+, Firefox 6+, Safari 5+, iOS 4.2+, IE 8+
|
||||
* Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages)
|
||||
|
||||
##Requirements
|
||||
|
||||
Shell access is required and root access is recommended.
|
||||
|
Loading…
Reference in New Issue
Block a user