Releases: noisyboiler/wampy
Releases · noisyboiler/wampy
wampy-1.1.0
- remove 3.6 compat in favour of Crossbar 21.3.1, which doesn't build on 3.6
- add support for python 3.9
wampy-1.0.0
- breaking change: replace
Client
init parammessage_handler
withmessage_handler_cls
- removes a weird testing pattern from the early days where a
Router
instance was modelled inside theClient
. - fixes wampy run command not working
- fixes noisy teardowns
- fixes #100 , cannot send very long strings
wampy-0.9.21
wampy-0.9.20
- exposes test utils to other apps
- adds docs for flask integration
wampy-0.9.19
🐛 fix release
- fixes eventlet sleep
TypeError
wampy-0.9.18
- fixes the forgotten
AppRunner
and adds test coverage - adds
ticket
authentication - Fixes RPC result args handling from Autobahn
- optional Eventlet for async networking
wampy-0.9.17
- adds support for the websocket CLOSE message
wampy-0.9.16
- refactors websocket implementation to better handle control and binary frames
- adds
FrameFactory
to process incoming bytes - adds a test case pattern to the websocket level using
gevent-websocket
- adds a
Ping
websocket frame
wampy-0.9.15
- replace
eventlet
withgevent
wampy-0.9.14
- removes tenacity
- fixes documentation errors
- adds docs to wampy's wrapper around Crossbar
- removes deprecated
URL
key from Crossbar config - flakes