2019-05-02 11:37:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-autobahn: updated to 19.3.3
19.3.3
fix: RegisterOptions should have details|bool parameter
new: WAMP callee disclosure
new: WAMP forward_for in more message types; expose forward_for in \
options/details types
new: expose underlying serializer modules on WAMP object serializers
fix: WAMP-cryptosign fix base64 encodings, add hex encoding
19.3.2
fix: import guards for flatbuffers (missed in CI as we run with "all deps \
installed" there)
19.3.1
new: add experimental support for WAMP-FlatBuffers serializer: EVENT and PUBLISH \
messages for now only
new: add FlatBuffers schema for WAMP messages
fix: improve serializer package preference behavior depending on CPy vs PyPy
fix: relax protocol violations: ignore unknown INTERRUPT and GOODBYE already \
sent; reduce log noise
fix: skipping Yield message if transport gets closed before success callback is \
called
fix: integer division in logging in py3
fix: Await tasks after they've been cancelled in \
autobahn.asycio.component.nicely_exit
|
2019-03-13 20:21:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autobahn: updated to 19.2.1
19.2.1
fix: set announced roles on appsession object
new: lower log noise on ApplicationErrors
new: allow explicit passing of tx endpoint and reactor
new: add attribute to forward applicationrunner to applicationsession via \
componentconfig
|
2019-01-11 11:10:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autobahn: updated to 19.1.1
19.1.1:
new: adding marshal on SessionDetails
|
2018-12-22 10:36:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autobahn: updated to 18.12.1
18.12.1
fix: return the wrapped function from component decorators
new: add proxy= support for Component transports
fix: Ticket1077 stop start
fix: cleanup cancel handling
|
2018-11-28 15:33:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autobahn: updated to 18.11.2
18.11.2:
fix: asyncio unregisterProducer raises exception
fix: URL is not required in RawSocket configuration items with WAMP component API
fix: revert https://github.com/crossbario/autobahn-python/pull/1075
|
2018-11-15 11:05:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autobahn: updated to 18.11.1
18.11.1
new: forward_for WAMP message attribute (for Crossbar.io Router-to-Router federation)
new: support RawSocket URLs (eg "rs://localhost:5000" or \
"rs://unix:/tmp/file.sock")
new: support WAMP-over-Unix sockets for WAMP components ("new API")
fix: use same WAMP serializer construction code for WAMP components ("new \
API") and ApplicationSession/Runner
fix: memory leak with Twisted/WebSocket, dropConnection and producer
|
2018-10-23 09:59:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autobahn: updated to 18.10.1
18.10.1
Don't eat Component.stop() request when crossbar not connected
handle async on_progress callbacks properly
fix attribute error when ConnectionResetError does not contain \
"reason" attribute
infer rawsocket host, port from URL
fix error on connection lost if no reason (reason = None)
fixed typo on class name
|
2018-10-12 13:51:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-autobahn: updated to 18.9.2
18.9.2
fix: TLS error logging
18.9.1
new: Interrupt has Options.reason to signal detailed origin of call cancelation \
(active cancel vs passive timeout)
fix: Cancel and Interrupt gets "killnowait" mode
new: Cancel and Interrupt no longer have ABORT/"abort"
18.8.2
new: WAMP call cancel support
fix: getting started documentation and general docs improvements
fix: WebSocket auto-reconnect on opening handshake failure
fix: more Python 3.7 compatibility and CI
fix: Docker image building using multi-arch, size optimizations and more
fix: asyncio failed to re-connect under some circumstances
|
2018-08-19 12:48:35 by Adam Ciarcinski | Files touched by this commit (2) | |
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")
|