Skip to content

Releases: hexpm/hex_core

v0.6.1

30 Jul 12:02
Compare
Choose a tag to compare
  • Fix bug when publishing with configuration that does not have repo_organization key set

v0.5.1

30 Jul 12:00
Compare
Choose a tag to compare

Fix bug when publishing with configuration that does not have repo_organization key set

v0.6.0

30 Jul 12:01
Compare
Choose a tag to compare
  • Backwards-incompatible: Change successful return value of hex_tarball:create/2 from
    {ok, {Tarball, Checksum}} to {ok, Map}. Currently, Map has tarball, inner_tarball,
    and outer_tarball keys
  • Rename existing tarball checksum to inner checksum and deprecate it
  • Add tarball outer checksum
  • Do not allow comments in safe_erl_term
  • Forward compatible tarball contents by not failing on unknown files

v0.5.0

26 Feb 19:56
Compare
Choose a tag to compare
  • Fetch package data from proper repository organization and don't verify origin if configured
  • Backwards-incompatible: Make hex_api module private
  • Backwards-incompatible: organization config key has been replaced with api_organization
    and api_repository keys
  • Add repo_organization config key
  • vendor.sh: Add missing hex_pb_*.erl files
  • vendor.sh: Fix replacing hex_core

v0.4.0

30 Dec 12:33
Compare
Choose a tag to compare
  • Revert swich from proto2 to proto3
  • Verify authenticity of signed payload
  • Add repo_verify_origin config option

v0.3.0

14 Dec 11:37
Compare
Choose a tag to compare
  • Swich from proto2 to proto3
  • Fix hex_http:body type
  • Fix hex_http:request spec