2018-08-19 12:48:35 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autobahn: updated to 18.8.1
18.8.1:
fix: Python 3.7 compatibility
fix: remove Python 2.6 support leftovers
new: getting started docker-based examples in matching with docs
18.7.1:
new: Python 3.7 supported and integrated into CI
new: WAMP-SCRAM examples
fix: glitches in WAMP-SCRAM
|
2018-07-27 10:46:58 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
py-autobahn: Update to 18.6.1.
Notably this version fixes the build with python37.
18.6.1
fix: implement abort argument for asyncio in
WebSocketAdapterProtocol._closeConnection (#1012)
18.5.2
fix: security (DoS amplification): a WebSocket server with permessage-deflate
turned on could be induced to waste extra memory through a \
"zip-bomb" style
attack. Setting a max-message-size will now stop deflating compressed data when
the max is reached (instead of consuming all compressed data first). This could
be used by a malicious client to make the server waste much more memory than
the bandwidth the client uses.
18.5.1
fix: asyncio/rawsocket buffer processing
fix: example failures due to pypy longer startup time (#996)
fix: add on_welcome for AuthWampCra (#992)
fix: make run() of multiple components work on Windows (#986)
new: max_retries now defaults to -1 ("try forever")
|
2018-04-14 11:10:46 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autobahn: updated to 18.4.1
18.4.1
new: WAMP-SCRAM authentication
new: native vector extensions
fix: improve choosereactor
new: lots of new and improved documentation, component API and more
new: Docker image tooling now in this repo
fix: "fatal errors" in Component
fix: AIO/Component: create a new loop if already closed
fix: kwarg keys sometimes are bytes on Python2
fix: various improvements to new component API
|
2018-04-03 19:54:00 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autobahn: updated to 18.3.1
18.3.1
fix: endpoint configuration error messages
fix: various improvements to the new components API (including retries)
fix: pass unregisterProducer through to twisted to complement \
WebSocketAdapterProtocol.registerProducer
|
2018-01-10 09:32:33 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autobahn: updated to 17.10.1
17.10.1
fix: proxy support
fix: ensure that a future is not done before rejecting it
fix: don't try to reject cancelled futures within pending requests when closing \
the session
|
2017-09-16 10:50:30 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-autobahn: follow redirect
|
2017-09-15 14:47:04 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
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-08 13:09:35 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
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-08-22 10:53:21 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
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-07-23 19:25:17 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
17.7.1
new: lots of improvements of components API, including asyncio support
|