wampy v1.0.0 Release Notes

Release Date: 2020-08-28 // over 3 years ago
    • ๐Ÿ’ฅ 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

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