Changes for version 0.09 - 2018-08-01

  • Fix character encoding issues on Dispatcher::open_connection() due to Mojo::Transaction::WebSockets emitting JSON-decoded `message` events; listen on `text` events instead, which pass raw WS_TEXT frames for decoding via JSON::MaybeUTF8
  • Relax Mojolicious dependency to >= 7.29