Skip to content

v1.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@AdamMagaluk AdamMagaluk released this 20 Jan 18:28
· 48 commits to master since this release

New Features

  • Multiplex Websockets: Add support for application level pings. #282 Docs
  • Support TLS options on http/spdy server. #283 Docs
  • Expose .available() on VirtualDevice. #285

Bug Fixes

  • Extended character support #272
  • Decode hub names correctly when spaces are present. #274
  • Efficiently pipe request/response to peer instead of buffering response. #275
  • Multiplexed Websockets: Properly return 405 when message type is unrecognized. #281
  • VirtualDevice: properly update state from logs event stream. #284