Drab v0.7.4 Release Notes

  • 🛠 This is a bugfix release.

    🛠 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]