Releases: C2FO/vfs
Releases · C2FO/vfs
[6.10.0] - 2023-12-28
[6.9.1] - 2023-11-21
What's Changed
- Fix SFTP Backend to consider configured ports other than 22 by @dustin-schnee in #147
New Contributors
- @dustin-schnee made their first contribution in #147
Full Changelog: v6.9.0...v6.9.1
[6.9.0] - 2023-09-27
Security
- Update .gvmrc to 1.21.1. Fixes #143.
- Update go.mod min version to Go 1.20.
- Update actions to test only supported Go versions (1.20, 1.21)
- Updated dependencies (ie, Google Cloud, Azure, AWS sdks)
[6.8.0] - 2023-07-29
Added
- ftp backend to support connection via FTP, FTPS (implicit TLS), and FTPES (explicit TLS).
[6.7.0] - 2023-05-13
Security
- Update go.mod min version to Go 1.18. Fixes #139.
- Update actions to test only supported Go versions (1.19, 1.20)
- Updated dependencies (ie, Google Cloud, Azure, AWS sdks)
[6.6.0] - 2022-10-25
Fixed
- fixed #129(cdd4143) Resolve failing golangci-lint - elliotwutingfeng
- fixed #133 Replaced usage of deprecated ioutil functions with os and io equivalents.
Security
- Update go.mod min version to Go 1.18. Fixes #131.
- Update actions to test only supported Go versions (1.18, 1.19)
- Updated dependencies (ie, Google Cloud, Azure, AWS sdks)
v6.5.2
[6.5.1] - 2022-07-08
Fixed
- Fixed the azure deleteAllVersions to fetch versions using file path instead of location path
[6.5.0] - 2022-07-08
Added
- Add DeleteAllVersions option support for Azure to remove all versions of a file
Fixed
- Fixed golangci-lint issues
- Fixed #90 - integration were tests failing on move for mem-to-mem move and bad mutex unlock call when doing mem to non-mem move
[6.4.0] - 2022-06-27
Added
- Add DeleteAllVersions option support for S3 to remove all versions of a file
- Add DeleteAllVersions option support for GS to remove all versions of a file
Security
- Update dependencies
- Update .gvmrc