Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: philss/rustler_precompiled
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.4
Choose a base ref
...
head repository: philss/rustler_precompiled
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 24, 2026

  1. Support IPv6 proxies and respect NO_PROXY (#101)

    * Support IPv6 proxies and respect NO_PROXY
    
    * Make ipfamily configurable via RUSTLER_PRECOMPILED_IPFAMILY
    
    * Document RUSTLER_PRECOMPILED_IPFAMILY env var
    john-walter authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    5696244 View commit details
    Browse the repository at this point in the history
  2. Update rustler to v0.37.3

    philss committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    66c26ab View commit details
    Browse the repository at this point in the history
  3. Update castore to v1.0.18

    philss committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    f9100dc View commit details
    Browse the repository at this point in the history
  4. Update ex_doc to v0.40.1

    philss committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    92a0c5a View commit details
    Browse the repository at this point in the history
  5. Changes for v0.9 (#100)

    * Drop support for Elixir 1.13 and 1.14
    
    * Rely on cert stores provided by Erlang/OTP +25
    
    Apply changes from #86
    
    * Update README and versions used by our CI workflow
    
    * Fix warning message and exclude fixture from test suite
    
    * Add NO_PROXY to the docs and document the newer changes
    
    * Document the change related to cert stores
    
    * Castore is not needed anymore, since we don't use it
    philss authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    2545e0d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Improve guide and add a troubleshooting document (#102)

    * Improve guide and add a troubleshooting document
    
    The idea is to simplify the guide and extract the "nif versions" section
    to the new TROUBLESHOOTING.md document.
    
    This should close #89
    
    * Improve the guide - some copy changes and additions
    
    * Use only document name for the troubleshooting path
    philss authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    5db24a3 View commit details
    Browse the repository at this point in the history
  2. Release v0.9.0

    philss committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    cbd7750 View commit details
    Browse the repository at this point in the history
Loading