wampy v1.0.0 Release Notes
Release Date: 2020-08-28 // over 4 years ago-
- ๐ฅ 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
- ๐ฅ breaking change: replace
Previous changes from v0.9.21
-
- โฌ๏ธ 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