Rustler v0.24.0 Release Notes

Release Date: 2022-02-24 // about 2 years ago
  • ➕ Added

    • A NewBinary type to create binaries in Rust without going through OwnedBinary. This can improve performance. Thanks @dlesl!
    • TermType derives Eq and PartialEq.

    ⚡️ Updated

    • rustler_mix: Bumped required toml dependency to 0.6
    • ⬆️ Bumped rustler_sys dependency to ~2.2.

    🔄 Changed

    • ✅ Rustler supports the latest 3 versions of Elixir and OTP. Currently, those are Elixir => 1.11 and OTP >= 22.

    🛠 Fixed

    • Set library file extension based on the compile target, thanks @cocoa-xu!
    • 😌 Relaxed Jason version requirement to ~> 1.0
    • 📚 Various typos in the documentation, thanks @kianmeng!