Hex v0.15.0 Release Notes

Release Date: 2016-12-24 // over 7 years ago
  • ๐Ÿ“ฆ Package retirement

    ๐Ÿš€ With this new release you can mark versions of your packages as retired when you no longer recommend its use. This can be because the release has a serious security flaw, something went wrong with the release so that it's unusable or because the package has been renamed or deprecated. A retired version is still usable and fetchable but it will show as retired on hex.pm and when resolved Hex will show a warning to the user with the retirement message.

    โœจ Enhancements

    • โž• Add --module flag to hex.docs task
    • โšก๏ธ Changed hex.outdated task to show if a dependency can be updated
    • โž• Add hex.retire task for package retirement
    • ๐Ÿ“ฆ Warn when resolving retired packages
    • 0๏ธโƒฃ Restrict number of default SSL ciphers

    ๐Ÿ› Bug fixes

    • Do not make conditional HTTP request if file is missing
    • Ensure cache file is saved when Hex exits