Skip to content

v0.11.0

Compare
Choose a tag to compare
@ericmj ericmj released this 16 Jan 14:15
· 990 commits to main since this release

Enhancements

  • Append the OTP version to the user_agent function
  • Improve output of http request timeout errors
  • Warn if :manager or :compile is set on dependencies when publishing
  • Add --pre flag to hex.outdated
  • Use erlang binary term encoding for API instead of elixir encoding
  • Pull package name from correct source when publish docs
  • Pass canonical url to ex_doc task
  • Change hexdocs links to use https
  • Add hex.outdated APP to list all requirements on given dependency
  • Do not allow pre-releases for dependencies unless the requirement uses a pre-release version
  • Optimize version cache memory usage

Bug fixes

  • Fix incorrect build version check for dev versions of Elixir
  • Fix loop when backtracking in resolver
  • Fix timeout errors on slow systems