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 replaceavailable_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 replacecurrent_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
New contributors
Full Changelog: v0.7.3...v0.8.0