All Versions
23
Latest Version
Avg Release Cycle
40 days
Latest Release
629 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.9.0 Changes
September 07, 2021โ Added
- โ Add support (and tests) for Go 1.17. Updated dependencies.
- โก๏ธ Updated golanci.yml config. ### ๐ Fixed
- ๐ fixed broken backend integration test.
-
v5.8.0 Changes
August 24, 2021๐ Fixed
- ๐ fixed #82 Return error when CopyTo/MoveTo functions are called when Seek offset is not (0,0) for all backends, not just GCS.
- ๐ fixed #84 where sftp connections were never disconnected in a long-lived app. Added Close to sftp backend Client interface. Close client automatically 10 seconds (configurable in Options) after connecting unless reset by calling some server request action. ### ๐ Deprecated
- ๐ Deprecating utils.TouchCopy (#89). ### โ Added
- โ Added utils.TouchCopyBuffered(#89). TouchCopyBuffered uses a min buffer size of 256MB and allows for a custom buffer size to be set with filesystem options. Improves large file transfer with negligible impact on smaller file transfers.
-
v5.7.0 Changes
July 23, 2021โ Added
- โ Add support of keyexchanges algorithm as a sftp option
-
v5.6.0 Changes
July 19, 2021๐ Fixed
- ๐ fixed #71 Listing a Google Cloud Storage bucket does not return things in the root of the bucket
- ๐ fixed #78 Return error when CopyTo/MoveTo functions are called when Seek offset is not (0,0) for GS ### ๐ Performance
- ๐ fixed #74 utils.TouchCopy() unnecessarily calls file.Size()
-
v5.5.7 Changes
May 12, 2021๐ Fixed
- ๐ fixed: do not offset number of bytes read for memfs (#70) Jeffrey Larson [email protected]
- ๐ fixed S3 VFS backend throws an error when you open then close a file. shivanigaurh-c2fo
- ๐ fixed minor markdown doc formatting of type headers ### โ Added
- โ Add Azure Blob Storage backend. Dusty McIlvain [email protected]
- โ Add github actions for testing and linting (golangci-lint)
-
v5.5.6 Changes
February 07, 2021๐ 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).
-
v5.5.5 Changes
December 11, 2020 -
v5.5.4 Changes
July 06, 2020[5.5.4] - 2020-07-06
๐ Fixed
- ๐ fixes #21 - OS file.Location().ChangeDir(something/) should not affect location
- ๐ fixes #44 - make S3 waitUntilFileExists Exists error more descriptive of root error
- ๐ fixes #45 - fix ASCII diagram alignment for SFTP doc
โ Added
- ๐ Improved test coverage for os.FileSystem
-
v5.5.3 Changes
May 11, 2020[5.5.3] - 2020-05-11
๐ Fixed
- โ Addresses an issue where writes/touch calls on the vfs.File backend did not work properly on AWS-hosted SFTP environments. (See https://github.com/pkg/sftp/pull/310/files)
-
v5.5.2 Changes
April 23, 2020