All Versions
11
Latest Version
Avg Release Cycle
103 days
Latest Release
1660 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0 Changes
August 28, 2020- ๐ฅ 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
-
v0.9.21 Changes
January 12, 2019- โฌ๏ธ 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
-
v0.9.20 Changes
December 30, 2018- ๐ฆ exposes test utils to other apps
- โ adds docs for flask integration
-
v0.9.19 Changes
December 21, 2018๐ ๐ fix release
- ๐ fixes eventlet sleep
TypeError
- ๐ fixes eventlet sleep
-
v0.9.18 Changes
December 20, 2018- ๐ fixes the forgotten
AppRunner
and adds test coverage - โ adds
ticket
authentication - ๐ Fixes RPC result args handling from Autobahn
- optional Eventlet for async networking
- ๐ fixes the forgotten
-
v0.9.17 Changes
March 18, 2018- โ adds support for the websocket CLOSE message
-
v0.9.16 Changes
March 17, 2018- ๐จ 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
-
v0.9.15 Changes
March 09, 2018- replace
eventlet
withgevent
- replace
-
v0.9.14 Changes
February 10, 2018- โ removes tenacity
- ๐ fixes documentation errors
- โ adds docs to wampy's wrapper around Crossbar
- โ removes deprecated
URL
key from Crossbar config - flakes
-
v0.9.13 Changes
November 25, 2017- โ adds support for websocket Pings to wampy clients
- โ adds a bare-bones style guide to build upon