Skip to content

Releases: Brendan-Blanchard/ws-mock

v0.2.1

14 Oct 11:16
Compare
Choose a tag to compare

v0.2.1

  • Update tokio-tungstenite to v0.24.0
  • Other minor version bumps

v0.2.0

28 Jul 11:30
Compare
Choose a tag to compare

v0.2.0

  • Update tokio-tungstenite to v0.23.1
  • Update tokio to 1.39.2
  • Update serde-with to 3.9.0

v0.1.1

21 May 23:38
3e550eb
Compare
Choose a tag to compare

Allow calling respond_with() multiple times to add messages that will be released sequentially upon a matched incoming message.

v0.1.0

05 May 19:08
Compare
Choose a tag to compare

First stable version.

  • Converted to using Message::Text(...) instead of String, allowing other usages like Message::Binary(Vec<u8>), etc