Releases: hexpm/hex_core
Releases · hexpm/hex_core
v0.10.1
v0.10.0
-
Drop support for old OTP and Rebar versions.
hex_core
now requires OTP20+ and Rebar 3.15.1+. -
Add
hex_repo:get_docs/3
andhex_repo:get_public_key/1
.
v0.8.4
Add @doc
to hex_licenses
v0.7.0
- Fix compatibility with OTP 24
- Change
hex_tarball:create/2
error value from{error, too_big}
to{tarball, {too_big_compressed | too_big_uncompressed, Size}}
.
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_uri
when using newer OTP releases - Ensure
Role
is given as an atom inhex_api_organization_member:add/3
- Add
http_headers
to thehex_core:config()
type - Add default
http_headers
tohex_core:default_config/0
- Fix
hex_registry:decode_and_verify_signed/2
spec - Fix
hex_tarball:files/0
type
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