--------
This is a minor release with bug fixes and an output change.
- We no longer support Python 3.6, only 3.7 and up.
- "utils.extract_tar" function now behaves correctly with links and return
either a list of error message strings (the previous default) but with updated
messages or a list of ExtractEvent to better track extraction errors and warnings.
The behavious is driven by the "as_events" argument.
- In all places where extract is callable (Image, Layer) there is a new
"skip_symlinks" argument defaulting to True. If True, we skip symlinks and links.
The same applies with the "as_events" available in these places as these
functions now return a list (rather than nothing before).