Skip to content

Releases: noisyboiler/wampy

wampy-1.1.0

05 Apr 11:54
Compare
Choose a tag to compare
  • 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

28 Aug 10:24
Compare
Choose a tag to compare
  • breaking change: replace Client init param message_handler with message_handler_cls
  • removes a weird testing pattern from the early days where a Router instance was modelled inside the Client.
  • fixes wampy run command not working
  • fixes noisy teardowns
  • fixes #100 , cannot send very long strings

wampy-0.9.21

12 Jan 05:42
Compare
Choose a tag to compare
  • bumps Eventlet, Six, Pytest and Crossbar
  • fixes #78 (expose call timeout to Client public API)
  • fixes #67 (double slash in paths)
  • fixes #88 (dependencies too strict)
  • fixes #86 (WebSocket client->server pings)
  • fixes GoodBye never received from the server
  • fixes WebSocket tests accidentally fixed

wampy-0.9.20

30 Dec 12:51
db9709d
Compare
Choose a tag to compare
  • exposes test utils to other apps
  • adds docs for flask integration

wampy-0.9.19

21 Dec 12:55
a5346d8
Compare
Choose a tag to compare

🐛 fix release

  • fixes eventlet sleep TypeError

wampy-0.9.18

20 Dec 15:53
Compare
Choose a tag to compare
  • 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

18 Mar 18:23
Compare
Choose a tag to compare
  • adds support for the websocket CLOSE message

wampy-0.9.16

17 Mar 17:54
Compare
Choose a tag to compare
  • 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

09 Mar 20:41
Compare
Choose a tag to compare
  • replace eventlet with gevent

wampy-0.9.14

10 Feb 13:30
8cb43f9
Compare
Choose a tag to compare
  • removes tenacity
  • fixes documentation errors
  • adds docs to wampy's wrapper around Crossbar
  • removes deprecated URL key from Crossbar config
  • flakes