Skip to content

Releases: C2FO/vfs

[6.7.0] - 2023-05-13

13 May 19:40
073899a
Compare
Choose a tag to compare

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

25 Oct 17:50
Compare
Choose a tag to compare

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

19 Aug 20:31
Compare
Choose a tag to compare

[6.5.2] - 2022-07-08

Fixed

  • fixed edge cases where in-memory files either weren't found when they should be, or didn't reset state on new writes

[6.5.1] - 2022-07-08

08 Jul 19:56
48d02b9
Compare
Choose a tag to compare

Fixed

  • Fixed the azure deleteAllVersions to fetch versions using file path instead of location path

[6.5.0] - 2022-07-08

08 Jul 15:18
Compare
Choose a tag to compare

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

28 Jun 04:39
Compare
Choose a tag to compare

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

16 May 21:34
c2562a4
Compare
Choose a tag to compare

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

28 Apr 06:50
395da23
Compare
Choose a tag to compare

Added

  • Add S3 option ForcePathStyle. Fixes #96
  • Add S3 option DisableServerSideEncryption. Fixes #98

[6.1.0] - 2022-02-18

18 Feb 20:33
4b704f6
Compare
Choose a tag to compare

Added

  • Added utils.PathToURI() func to change path to OS URI. resolves #112

[6.0.2] - 2021-12-03

03 Dec 19:33
3f11b72
Compare
Choose a tag to compare

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.