All Versions
11
Latest Version
Avg Release Cycle
103 days
Latest Release
1335 days ago

Changelog History
Page 1

  • v1.0.0 Changes

    August 28, 2020
    • 💥 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
  • 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
  • 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
  • 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 with gevent
  • 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