Skip to content

Releases: paragonie/halite

Version 4.5.2

11 Feb 17:13
v4.5.2
Compare
Choose a tag to compare
  • Fixed #116. If the output file
    doesn't exist, it will be created. If it cannot be created, an exception will
    still be thrown.

Version 4.5.1

08 Jan 15:49
v4.5.1
Compare
Choose a tag to compare
  • Use class_alias() for ParagonIE\Halite\HiddenString to the outsourced library.
    This is deprecated and will be removed in version 5.

Version 4.5.0

03 Jan 21:18
v4.5.0
Compare
Choose a tag to compare

Version 4.4.2

27 Mar 14:55
v4.4.2
cbda59b
Compare
Choose a tag to compare
  • Updated Psalm version from ^0|^1 to ^1.
  • Type-safety and documentation fixes.
  • Miscellaneous boyscouting. No bugs were found since 4.4.1.

Version 3.4.1 (Final Final v3 Release)

27 Mar 14:18
v3.4.1
Compare
Choose a tag to compare

Fixes #105.

Please upgrade to Halite 4 as soon as possible. We are not providing support for older versions of Halite any more. See https://github.com/paragonie/halite/releases/tag/v3.4.0

Version 4.4.1

27 Feb 17:29
v4.4.1
Compare
Choose a tag to compare
  • Fixed #97, set the minimum chunk size to 1.

Version 4.4.0

04 Feb 16:50
v4.4.0
Compare
Choose a tag to compare
  • Fixed #90:
    • Introduced WeakReadOnlyFile, an alternative to ReadOnlyFile that allows file modes other than rb. The TOCTOU security guarantees are therefore slightly weaker with this class (hence the "Weak" part of the name).
    • Updated File to allow stream objects (ReadOnlyFile and MutableFile) to be passed direclty instead of strings (for filenames) and resources (for open file handles).

Version 4.3.1

30 Jan 13:28
v4.3.1
Compare
Choose a tag to compare
  • Updated the Halite::VERSION constant which was previously still 4.2.0.
  • Documentation and unit testing improvements.

Version 4.0.3

30 Jan 13:41
v4.0.3
Compare
Choose a tag to compare

#72: Fixed forward-compatibility with libsodium 1.0.15.

Version 3.4.0 (Final v3 Release)

29 Jan 15:44
v3.4.0
Compare
Choose a tag to compare
  • Fixes #89. Please upgrade to v4.3.0 or higher as soon as possible.
    We will no longer be supporting Halite version 3.x or older for free.
    If you need ongoing support for a legacy version of Halite, please
    get in contact with Paragon Initiative Enterprises about purchasing
    a long-term support contract.