@@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.8.0] - 2024-08-28
11
+
12
+ ### Added
13
+
14
+ - Add support for passing headers or a ` {module, :function_name} ` to ` :base_url ` .
15
+ The headers can be passed in the format ` {"URL", [{"header_key", "header_value"}]} ` .
16
+ This feature is useful for people that need to perform authentication before downloading
17
+ the artifacts.
18
+
19
+ - Add ` available_nifs/1 ` to replace ` available_nif_urls/1 ` that was deprecated.
20
+ The new function will return a list of tuples in the format: ` {"lib_name", {"base_url", [headers]}} ` .
21
+
22
+ - Add ` current_target_nifs/1 ` to replace ` current_target_nif_urls/1 ` that was deprecated.
23
+ The new function will return a list of tuples in the format: ` {"lib_name", {"base_url", [headers]}} ` .
24
+
25
+ ### Deprecated
26
+
27
+ - ` available_nif_urls/1 `
28
+ - ` current_target_nif_urls/1 `
29
+
30
+ ### Removed
31
+
32
+ - Remove support for Elixir 1.12.
33
+
10
34
## [ 0.7.3] - 2024-08-28
11
35
12
36
### Fixed
@@ -232,7 +256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232
256
233
257
- Add basic features to download and use the precompiled NIFs in a safe way.
234
258
235
- [ Unreleased ] : https://github.com/philss/rustler_precompiled/compare/v0.7.3...HEAD
259
+ [ Unreleased ] : https://github.com/philss/rustler_precompiled/compare/v0.8.0...HEAD
260
+ [ 0.8.0 ] : https://github.com/philss/rustler_precompiled/compare/v0.7.3...v0.8.0
236
261
[ 0.7.3 ] : https://github.com/philss/rustler_precompiled/compare/v0.7.2...v0.7.3
237
262
[ 0.7.2 ] : https://github.com/philss/rustler_precompiled/compare/v0.7.1...v0.7.2
238
263
[ 0.7.1 ] : https://github.com/philss/rustler_precompiled/compare/v0.7.0...v0.7.1
0 commit comments