1.1.3
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 fromContent-Length
HTTP response header, or fromfile.size()
when the stream source is the filesystem.- TAR paths are cleaned up on extraction