Releases: noisyboiler/wampy
Releases · noisyboiler/wampy
wampy-0.7.7
- promote Crossbar test fixture to main project
- pass tls certificate into Router before starting a Session
wampy-0.7.6
- alpha TLS support
- add subscription example to README
wampy-0.7.5
- pluggable message handler
- procedure registration factory
wampy-0.7.4.1
bug fix: pass through all values following a subscription event
wampy-0.7.4
- TopicConsumer takes a list of topics
- More sensible subscription map on a session
wampy-0.7.3
- handle missing messages better
- TopicSubscriber now takes a callback
wampy-0.7.2
- base Routers only now require
host
andport
wampy-0.7.1
TopicConsumer
client- decouple registering and subscribing from the all purpose client
wampy-0.7.0
- session object which now owns the connection
- transport object
- router object
- remove WebApplication concept
- pytest plugins for shared fixtures
- remove test requirements file in favour of setup.py
- remove client "name" in favour of an ID
- remove networking namespace and
Connection
class
wampy-0.6.0
- simple service runner
- updated docs