vfs v5.5.6 Release Notes

Release Date: 2021-02-07 // about 3 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  fixed failing test due to CI asking for mod tidy.
    • ๐Ÿ›  fixed ineffectual assignment failures keeping vfs from achieving 100% in goreportcard.
    • ๐Ÿ›  fixed #48 bug where 'invalid cross-device link' error occurs when renaming os files that are found on different devices/volumes including temp dirs.
    • ๐Ÿ›  fixed #53 bug where s3 file tests were failing due to a deferred removal of a temp file.

    ๐Ÿ”’ Security

    • โฌ†๏ธ Upgraded dependencies. Required regen of S3 API mock due to a couple new methods. SSH returns a different error text since Go 1.14 (only affects 1 test).