Releases: C2FO/vfs
Releases · C2FO/vfs
[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
[6.3.0] - 2022-05-16
Security
- Update go.mod min version to Go 1.17
- Update actions/setup-go action to v3
- Update actions/checkout action to v3
- Update golangci/golangci-lint-action action to v3
- Update actions to test only supported Go versions (1.17, 1.18)
- Updated dependencies (ie, Google Cloud, Azure, AWS sdks)
[6.2.0] - 2022-04-28
[6.1.0] - 2022-02-18
Added
- Added utils.PathToURI() func to change path to OS URI. resolves #112
[6.0.2] - 2021-12-03
Fixed
- fixed linting issues with missing godoc on exported functions and new build tag formatting.
- fixed #92 (broken by #72) where calling ListByPrefix() was fail from non-root locations when calling file-level prefixes.
- fixed azure helper func for vfssimple, ensuring it works on File URIs in addition to Location URIs
- fixed #97 by updating vfssimple logic to ensure the most specific registered backend that matches a url is used, not just the first one it comes across. Updated vfssimple docs.
- Added vfssimple tests. Zero to 100% coverage.
- Fix codecov validation which got lost when converting to github actions. Removed .travis.yml.