All Versions
65
Latest Version
Avg Release Cycle
62 days
Latest Release
1095 days ago
Changelog History
Page 6
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
- โ Add task
-
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 removemix 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
andhttps_proxy
- ๐ Support both doc/ and docs/ as documentation directory
-
v0.6.1 Changes
December 11, 2014โจ Enhancements
- Convert config file to erlang term file