Skip to content

Version 4.4.0

Choose a tag to compare

@paragonie-scott paragonie-scott released this 04 Feb 16:50
· 258 commits to master since this release
v4.4.0
  • 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).