Releases: hexpm/hex_core
Releases · hexpm/hex_core
v0.6.1
- Fix bug when publishing with configuration that does not have
repo_organization
key set
v0.5.1
Fix bug when publishing with configuration that does not have repo_organization
key set
v0.6.0
- Backwards-incompatible: Change successful return value of
hex_tarball:create/2
from
{ok, {Tarball, Checksum}}
to{ok, Map}
. Currently,Map
hastarball
,inner_tarball
,
andouter_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
- 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 withapi_organization
andapi_repository
keys - Add
repo_organization
config key vendor.sh
: Add missinghex_pb_*.erl
filesvendor.sh
: Fix replacinghex_core
v0.4.0
- Revert swich from proto2 to proto3
- Verify authenticity of signed payload
- Add repo_verify_origin config option
v0.3.0
- Swich from proto2 to proto3
- Fix
hex_http:body
type - Fix
hex_http:request
spec