Bugfix
This release fixes new, better bug introduced in 0.7.2
Fixed Bugs
#97 - 414: url too long when connect
This bug was introduced in 0.7.2, after moving update of assigns cache to the connect token.
#94 Jason not found in production
Updated the applications list in mix.exs
New Features
Pass options for Phoenix.Channel
Set the list of options to pass to use Phoenix.Channel. For example, to turn off logging of each handle_in:
config :drab, :phoenix_channel_options, [log_handle_in: false]