Commit graph

9 commits

Author SHA1 Message Date
wiz
7e25dfc00f py-autobahn: follow redirect 2017-09-16 08:50:30 +00:00
adam
4f8769987e py-autobahn: update to 17.9.2
17.9.2
new: allow setting correlation URI and anchor flag in WAMP messages from user code
fix: WebSocket proxy connect on Python 3 (unicode vs bytes bug)
2017-09-15 12:47:04 +00:00
adam
891cde26b9 17.9.1:
new: allow setting correlation ID in WAMP messages from user code
fix: distribute LICENSE file in all distribution formats (using setup.cfg metadata)
2017-09-08 11:09:35 +00:00
adam
397406f2c3 17.8.1
new: prefix= kwarg now available on ApplicationSession.register for runtime method names
new: @wamp.register(None) will use the function-name as the URI
new: correlation and uri attributes for WAMP message tracing
2017-08-22 08:53:21 +00:00
adam
3a5a5237e9 17.7.1
new: lots of improvements of components API, including asyncio support
2017-07-23 17:25:17 +00:00
adam
29e722f016 17.6.2:
new: force register option when joining realms
fix: TLS options in components API
2017-06-25 08:26:26 +00:00
adam
8e7a3afa32 17.6.1
new: allow components to pass WebSocket/RawSocket options
fix: register/subscribe decorators support different URI syntax from what session.register and session.subscribe support
new: allow for standard Crossbar a.c..d style pattern URIs to be used with Pattern
new: dynamic authorizer example
new: configurable log level in ApplicationRunner.run for asyncio
fix: forward reason of hard dropping WebSocket connection in wasNotCleanReason
2017-06-21 18:42:21 +00:00
adam
410aa242d8 Changes 0.18.1:
Bug fixes.
2017-04-08 21:44:55 +00:00
wiz
df2db0f9ed Import py-autobahn-0.17.1 as www/py-autobahn.
Autobahn|Python is a subproject of Autobahn and provides open-source
implementations of

    The WebSocket Protocol
    The Web Application Messaging Protocol (WAMP)

for Python 2 and 3, and running on Twisted and asyncio.

You can use Autobahn|Python to create clients and servers in Python
speaking just plain WebSocket or WAMP.

WebSocket allows bidirectional real-time messaging on the Web and
beyond, while WAMP adds real-time application communication on top
of WebSocket.

WAMP provides asynchronous Remote Procedure Calls and Publish &
Subscribe for applications in one protocol running over WebSocket.
WAMP is a routed protocol, so you need a WAMP Router to connect
your Autobahn|Python based clients. We provide Crossbar.io, but
there are other options as well.
2017-02-22 13:19:07 +00:00