Skip to content

Releases: noisyboiler/wampy

wampy-0.7.7

10 Feb 23:48
Compare
Choose a tag to compare
  • promote Crossbar test fixture to main project
  • pass tls certificate into Router before starting a Session

wampy-0.7.6

10 Feb 15:28
Compare
Choose a tag to compare
  • alpha TLS support
  • add subscription example to README

wampy-0.7.5

09 Feb 18:00
Compare
Choose a tag to compare
  • pluggable message handler
  • procedure registration factory

wampy-0.7.4.1

27 Jan 17:12
Compare
Choose a tag to compare

bug fix: pass through all values following a subscription event

wampy-0.7.4

26 Jan 20:49
Compare
Choose a tag to compare
  • TopicConsumer takes a list of topics
  • More sensible subscription map on a session

wampy-0.7.3

21 Jan 17:46
Compare
Choose a tag to compare
  • handle missing messages better
  • TopicSubscriber now takes a callback

wampy-0.7.2

15 Jan 17:11
Compare
Choose a tag to compare
  • base Routers only now require host and port

wampy-0.7.1

15 Jan 16:47
Compare
Choose a tag to compare
  • TopicConsumer client
  • decouple registering and subscribing from the all purpose client

wampy-0.7.0

09 Jan 17:45
Compare
Choose a tag to compare
  • 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

02 Dec 17:18
Compare
Choose a tag to compare
  • simple service runner
  • updated docs