All Versions
65
Latest Version
Avg Release Cycle
62 days
Latest Release
1128 days ago

Changelog History
Page 6

  • v0.8.1 Changes

    July 12, 2015

    ✨ Enhancements

    • Warn if registry file is missing when loading deps

    🐛 Bug fixes

    • Consider new optional requirements for already activated dependency
    • ➕ Add multiple build tools to metadata
  • v0.8.0 Changes

    May 19, 2015

    ✨ Enhancements

    • Warn if using insecure SSL because of old OTP version
    • ✅ Use yellow test for warning text
    • 🚀 Include build_tools in release metadata
    • 📇 Print more metadata when publishing

    🐛 Bug fixes

    • 🛠 Fix an error when printing an http status codes
    • Always fetch new registry if it's older than 7 days
  • v0.7.5 Changes

    April 12, 2015

    ✨ Enhancements

    • ➕ Add task hex.user test for testing user authentication.
    • ➕ Add task hex.outdated for listing outdated packages compared to the registry.
    • ⚡️ Update CA store as of April 3.
    • Inform user if authentication failed because they did not confirm email.
    • 👌 Improve error message for unsupported tarball version.

    🐛 Bug fixes

    • 🛠 Fix a bug where overriding a Hex dependency with a non-Hex dependency was ignored when the overriding at least two levels deep in the dependency tree
  • v0.7.4 Changes

    March 16, 2015

    🐛 Bug fixes

    • Include all conflicting requirements in backtrack message
    • 🛠 Fix a bug where backtrack message failed on optional requests
  • v0.7.3 Changes

    March 04, 2015

    🐛 Bug fixes

    • 🛠 Fix an error when merging locked and optional dependencies
  • v0.7.2 Changes

    March 04, 2015

    ✨ Enhancements

    • 🖨 Print messages on backtracks if dependency resolution failed, this is intended to help users resolve conflicts

    🐛 Bug fixes

    • 🛠 Fix a bug where a dependency converged in mix did not consider all its requirements
    • 🛠 Fix a bug where dependencies in the lock was considered even if they weren't requested
  • v0.7.1 Changes

    February 15, 2015

    🐛 Bug fixes

    • 🛠 Fix updating the registry
  • v0.7.0 Changes

    February 15, 2015

    ✨ Enhancements

    • 🖨 Print proxy options on startup
    • ➕ Add mix hex.user password reset and remove mix hex.user update
    • 📇 Create version 3 tarballs with erlang term encoded metadata

    🐛 Bug fixes

    • 👌 Verify peer certificate against CA certificate public key in partial_chain
    • 🛠 Fix a bug where overriding a Hex dependency with a non-Hex dependency was ignored when the overriding happened in a sub-dependency
    • Create hex directory before writing registry
  • v0.6.2 Changes

    January 02, 2015

    ✨ Enhancements

    • ➕ Add PKIX hostname verification according to RFC6125
    • 👌 Improve error messages from HTTP error codes
    • 👌 Improve HTTP performance
    • Add config options api_url, cdn_url, http_proxy and https_proxy
    • 👌 Support both doc/ and docs/ as documentation directory
  • v0.6.1 Changes

    December 11, 2014

    ✨ Enhancements

    • Convert config file to erlang term file