Skip to content

Releases: hexpm/hex_core

v0.10.1

11 Jun 18:16
Compare
Choose a tag to compare
  • Update hex_licenses module to reflect most recent list available from SPDX.

v0.10.0

09 May 07:47
Compare
Choose a tag to compare
  • Drop support for old OTP and Rebar versions. hex_core now requires OTP20+ and Rebar 3.15.1+.

  • Add hex_repo:get_docs/3 and hex_repo:get_public_key/1.

v0.8.4

20 Dec 21:00
Compare
Choose a tag to compare

Add @doc to hex_licenses

v0.7.0

20 Oct 10:11
Compare
Choose a tag to compare
  • 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

24 May 19:25
Compare
Choose a tag to compare
  • Add hex_api_release:publish/3

v0.6.8

04 Feb 00:13
730b5e2
Compare
Choose a tag to compare
  • Fix tarball file extraction through symlinks

v0.6.7

03 Feb 20:36
Compare
Choose a tag to compare
  • Fix compatibility with OTP 18 and 17

v0.6.6

03 Feb 15:57
5b7e2e6
Compare
Choose a tag to compare
  • Do not crash on empty tarballs
  • Fix directory traversal vulnerability for symlinks in tarballs

v0.6.5

14 Jan 14:15
Compare
Choose a tag to compare
  • Transition away from http_uri when using newer OTP releases
  • Ensure Role is given as an atom in hex_api_organization_member:add/3
  • Add http_headers to the hex_core:config() type
  • Add default http_headers to hex_core:default_config/0
  • Fix hex_registry:decode_and_verify_signed/2 spec
  • Fix hex_tarball:files/0 type

v0.6.3

16 Dec 08:09
Compare
Choose a tag to compare
  • 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