Releases: hexpm/hex_core
Releases · hexpm/hex_core
v0.6.9
- Add
hex_api_release:publish/3
v0.6.8
v0.6.7
- Fix compatibility with OTP 18 and 17
v0.6.6
v0.6.5
- Transition away from
http_uriwhen using newer OTP releases - Ensure
Roleis given as an atom inhex_api_organization_member:add/3 - Add
http_headersto thehex_core:config()type - Add default
http_headerstohex_core:default_config/0 - Fix
hex_registry:decode_and_verify_signed/2spec - Fix
hex_tarball:files/0type
v0.6.3
- Add organization API
- Add level and transfer params to add owner API
- Add
hex_tarball:unpack_docs/2 - Add
hex_api_auth:test_key/3
v0.6.1
- Fix bug when publishing with configuration that does not have
repo_organizationkey 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/2from
{ok, {Tarball, Checksum}}to{ok, Map}. Currently,Maphastarball,inner_tarball,
andouter_tarballkeys - 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_apimodule private - Backwards-incompatible:
organizationconfig key has been replaced withapi_organization
andapi_repositorykeys - Add
repo_organizationconfig key vendor.sh: Add missinghex_pb_*.erlfilesvendor.sh: Fix replacinghex_core