All Versions
79
Latest Version
Avg Release Cycle
99 days
Latest Release
38 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.20.6 Changes
October 20, 2020๐ Bug fixes
- ๐ Fix compatibility with OTP 24
-
v0.20.5 Changes
February 05, 2020โจ Enhancements
- โ Add timestamps to entries in registry cache for easier debugging
- โฌ๏ธ Bump registry cache version to invalidate old caches
- Warn if fetching registry without outer checksum
๐ Bug fixes
- ๐ Do not require that the registry supports outer checksums
- Missing outer checksum is not a mismatch, this will fix "out of date" errors when the manifest is newer than the lockfile
-
v0.20.4 Changes
February 04, 2020๐ Bug fixes
- ๐ Fix tarball file extraction through symlinks
-
v0.20.3 Changes
February 03, 2020โจ Enhancements
- ๐ Fetch the latest non-prerelease version of a package in
mix hex.docs
๐ Bug fixes
- Correctly handle old manifest files without crashing
- ๐ Fetch the latest non-prerelease version of a package in
-
v0.20.2 Changes
February 03, 2020โจ Enhancements
- โ Add
--outputoption tomix hex.package fetchtask - โ Add
cacerts_pathconfiguration for custom CA certificate files - ๐ Improve output in
mix hex.publishto make it more clear to what repository you are publishing - Explain red colors in hex.outdated
๐ Bug fixes
- ๐ Fix HTTP timeout config
- ๐ฆ Do not allow creating empty packages
๐ Security fixes
- ๐ Fix for directory traversal vulnerability for symlinks in tarballs
- โก๏ธ Update package checksum to include the entire tarball instead of specific files inside it
- โ Add
-
v0.20.1 Changes
June 10, 2019๐ Bug fixes
- ๐จ Do not print transfer message when not transferring ownership
-
v0.20.0 Changes
June 09, 2019โจ Enhancements
- โ Add per-project Hex configuration. Configure Hex under the
:hexkey inside your project configuration inmix.exs - ๐ Show location of package after running
mix hex.build - List all available Hex tasks when running
mix hex - List subtasks when running
mix hex - โ Remove tarball if it is invalid to avoid it being as cache in the future
- ๐ Show umbrella children
mix.exslocation inmix hex.outdated - โ Add
mix hex.owner transfertask - ๐ Show improved error message on invalid configs
- โ Add
mix hex.package fetchtask - โ Add
mix hex.package difftask
๐ Bug fixes
- ๐ Fix
mirror_urlconfig - ๐ Fix
api_urlconfig - ๐ฆ Do no try to remove docs after reverting package โ docs are already automatically removed
- โ Add per-project Hex configuration. Configure Hex under the
-
v0.19.0 Changes
January 15, 2019โจ Enhancements
- ๐ Improve output of
mix hex.config - ๐ฆ Print publisher in
mix hex.info PACKAGE VERSION - โ Add organization flag to dependency config in
mix hex.info PACKAGE
๐ Bug fixes
- Don't follow symlinks when adding files to tarballs
- ๐ Error with a descriptive msg when building a package with git dependencies
- ๐ Improve listing of incompatible package versions when displaying backtrack error message
- ๐ Improve resolver performance when it needs to do a lot of backtracking
๐ Security fixes
- Verify authenticity of registry records. This fixes a vulnerability that would allow a malicious mirror to serve modified versions of Hex packages. A new check has been introduced that requires the latest registry record version, if you are using a repository or mirror that has not been updated yet you can disable this check by setting the environment variable
HEX_NO_VERIFY_REPO_ORIGIN=1. Further clarification of this issue will come at a later stage.
- ๐ Improve output of
-
v0.18.2 Changes
November 08, 2018โจ Enhancements
- โ Add checks before publishing docs
- โก๏ธ Update generated protobuf files for Registry with OTP 21 compatibility
- No longer list tasks in
mix hextask - ๐ Use hexdocs organization URLs
- โ Adds
--dry-runoption to publish tasks - ๐จ Do not print "Unchanged" dependencies on mix deps.get in green
- Validate hex config keys
- โ Add
c_src/andMakefileto default package files - ๐ Publish Mix task docs on https://hexdocs.pm/hex
- โ Add recommendation when retiring and require
--messageflag
๐ Bug fixes
- ๐ Use rebar3, not rebar, when guessing build tool
- ๐ Fix issue saving write key when reseting local password
-
v0.18.1 Changes
July 06, 2018๐ Bug fixes
- ๐ Fix normalization of repo paths when authenticating organization