hex rustler_precompiled 0.8.0
v0.8.0
on Hex

latest release: 0.8.1
21 days ago

Added

  • Add support for passing headers or a {module, :function_name} to :base_url.
    The headers can be passed in the format {"URL", [{"header_key", "header_value"}]}.
    This feature is useful for people that need to perform authentication before downloading
    the artifacts.

  • Add available_nifs/1 to replace available_nif_urls/1 that was deprecated.
    The new function will return a list of tuples in the format: {"lib_name", {"base_url", [headers]}}.

  • Add current_target_nifs/1 to replace current_target_nif_urls/1 that was deprecated.
    The new function will return a list of tuples in the format: {"lib_name", {"base_url", [headers]}}.

Deprecated

  • available_nif_urls/1
  • current_target_nif_urls/1

Removed

  • Remove support for Elixir 1.12.

Pull requests

  • Add support for headers and dynamic base URL (#65) by @sliiser in #77

New contributors

Full Changelog: v0.7.3...v0.8.0

Don't miss a new rustler_precompiled release

NewReleases is sending notifications on new releases.