All Versions
65
Latest Version
Avg Release Cycle
62 days
Latest Release
1095 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