update changelog; add test reports to README

This commit is contained in:
Tobias Oberstein 2015-09-06 11:24:51 +02:00
parent 303d289de4
commit a69e7048b8
2 changed files with 8 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Features
- implements `WebSocket compression <http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression>`__
- implements `WAMP <http://wamp.ws/>`__, the Web Application Messaging Protocol
- high-performance, fully asynchronous implementation
- best-in-class standards conformance (100% strict passes with `Autobahn Testsuite <http://autobahn.ws/testsuite>`__)
- best-in-class standards conformance (100% strict passes with `Autobahn Testsuite <http://autobahn.ws/testsuite>`__: `Server Test Report <http://autobahn.ws/python/testreport/servers/index.html>`__ / `Client Test Report <http://autobahn.ws/python/testreport/clients/index.html>`__)
- message-, frame- and streaming-APIs for WebSocket
- supports TLS (secure WebSocket) and proxies
- Open-source (`MIT license <https://github.com/tavendo/AutobahnPython/blob/master/LICENSE>`__)

View File

@ -5,6 +5,13 @@
Changelog
=========
0.10.7
------
`Published 2015-09-06 <https://pypi.python.org/pypi/autobahn/0.10.7>`__
* fixes a regression in 0.10.6
0.10.6
------