Skip to content

v3

Choose a tag to compare

@bugdea1er bugdea1er released this 16 Mar 22:08
· 83 commits to main since this release

Breaking changes

  • Removed file::path() method (#176). As discussed in #165, here and here, using a temporary file path instead of its handle can lead to security vulnerabilities
  • Removed tmp::filebuf (#178)

Other changes

  • Replaced directory labels with prefixes (#171)
  • Added file::native_handle for C++17 mode (#172)

Full changelog: v2.1...v3