stomp-rs v0.8.0 Release Notes

Release Date: 2015-02-08 // about 9 years ago
    • Created a ToFrameBody trait to reduce noise at the Session::message callsite.
    • Removed the Session::send_text and Session::send_bytes methods as well as their counterparts in Transaction
    • mime_type is no longer a required parameter for Session::message. A ContentType can now be specified as an OptionSetter if desired.
    • 🔦 Exposed the MessageBuilder API from Transaction.