Skip to content

Releases: rusterlium/rustler

rustler-0.26.0

13 Sep 06:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rustler-0.25.0...rustler-0.26.0

rustler-0.25.0

13 Sep 06:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rustler-0.24.0...rustler-0.25.0

rustler-0.24.0

13 Sep 06:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rustler-0.23.0...rustler-0.24.0

rustler-0.23.0

13 Sep 06:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rustler-0.22.2...rustler-0.23.0

rustler-0.22.2

13 Sep 06:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rustler-0.22.1...rustler-0.22.2

rustler-0.22.1

13 Sep 06:27
Compare
Choose a tag to compare

What's Changed

  • Replace release.sh with prepare_release.sh by @evnu in #369
  • Fix clippy by @evnu in #372
  • Fix generic types for untagged enum codegen by @evnu in #371
  • Allow specifying a channel for the system rustc by @jflatow in #347
  • Fix project repo URL in error message by @ericlathrop in #373
  • Point to HexDocs base URL for Rustler in lib.rs by @brainsnail in #384
  • Extend rustler_mix to handle local dependencies with external_resources by @evnu in #386

New Contributors

Full Changelog: rustler-0.22.0...rustler-0.22.1

rustler-0.22.0

13 Sep 06:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rustler-0.21.2...rustler-0.22.0

v0.21.0

16 Oct 16:17
Compare
Choose a tag to compare

Added

  • Support for OTP22.
  • Rust linting with clippy.
  • Support for decoding IOLists as binaries, Term::decode_as_binary.

Changes

  • rustler_codegen is now reexported by the rustler crate. Depending on the rustler_codegen crate is deprecated.
  • erlang_nif-sys has been renamed to rustler_sys and vendored into the rustler repo.
  • Replaced the hand-rolled TOML parser in rustler_mix with the toml-elixir package.
  • Improve error messages for derived encoders/decoders.
  • Rust bool now corresponds only to booleans (false, true) in Elixir. Previously, nil and false were both decodable to
    bool. To use the previous behaviour, a Truthy newtype was introduced.

Release 0.13.0

03 Feb 14:17
Compare
Choose a tag to compare
rustler release 0.13.0