Skip to content

1.1.3

Compare
Choose a tag to compare
@tobozo tobozo released this 09 Nov 14:25
· 65 commits to master since this release
b3a89c0

Fixes:

  • TAR archives containing ./ as the root path failed to expand when the output folder was not the root folder
  • setGzProgressCallback was ignored when using streams
  • stream example was failing since arduino-esp32-core 2.0.x

Improvements:

  • tarGzStreamExpander accepts an extra argument with stream size, the value can be either picked from Content-Length HTTP response header, or from file.size() when the stream source is the filesystem.
  • TAR paths are cleaned up on extraction