Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@bramvdbogaerde bramvdbogaerde released this 27 Dec 13:01
· 49 commits to master since this release

Changes:

[DOCS] Use CopyFromFile instead of CopyFile in the README.md which introduced memory issues, as the entire file is loaded into memory to determine its size. CopyFromFile instead determine the size of the file by reading it from the file system (using stat())
[BREAKING] All copy methods now include a "context" parameter, which can be used as generic mechanism to add a timeout, or to embed the library into larger applications which are passing contexts around already.