v0.8.0
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/1to replaceavailable_nif_urls/1that was deprecated. The new function will return a list of tuples in the format:{"lib_name", {"base_url", [headers]}}. -
Add
current_target_nifs/1to replacecurrent_target_nif_urls/1that was deprecated. The new function will return a list of tuples in the format:{"lib_name", {"base_url", [headers]}}.
Deprecated
available_nif_urls/1current_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 https://github.com/philss/rustler_precompiled/pull/77
New contributors
- @sliiser made their first contribution in https://github.com/philss/rustler_precompiled/pull/77
Full Changelog: https://github.com/philss/rustler_precompiled/compare/v0.7.3...v0.8.0