Raxx v0.15.2 Release Notes

Release Date: 2018-04-28 // almost 6 years ago
  • ➕ Added

    • Raxx.Server.handle/2 to be used by server implemenations when executing a Raxx.Server module. Add better error messages in cases of bad responses.

    🔄 Changed

    • The type of Raxx.body and Raxx.Data.data is now binary instead of String.t() to indicate it may not be an actual string.
    • Generate request_id without using external uuid dependency.