Skip to content

v0.4.0

Compare
Choose a tag to compare
@philvarner philvarner released this 14 Feb 17:20
· 44 commits to main since this release
1e505b7

Fixed

  • (#86) Guard cleanup of workdir to ensure task was actually created.

Added

  • (#72) Given that _get_file is part of the AsyncFileSystem spec, this
    adds the synchronous get_file as a way to retrieve files if _get_file is
    not found.
  • (#77) Added option keep_original_filenames to download routines to
    support legacy applications dependent on filename specifics.