Skip to content

Releases: C2FO/vfs

[v6.26.0] - 2025-02-19

20 Feb 02:58
7eaeec4
Compare
Choose a tag to compare

Added

  • Add support for role based authentication in s3 backend.

Security

  • Update dependencies.
  • Update go from 1.22 to 1.23 (since 1.24 is out now).

Documentation

  • Update README.md with go version policy.

[6.25.1] - 2025-01-09

09 Jan 18:55
be7e744
Compare
Choose a tag to compare

Fixed

  • The intersection of features #208 and #213 was missed (during rebase).

[6.25.0] - 2025-01-08

08 Jan 18:23
7a10f16
Compare
Choose a tag to compare

Added

  • Added NewFile option for Content-Type.
  • Windows support in the os backend.

Fixed

  • Ability to run all unit tests on Windows.
  • Deprecated delete.WithDeleteAllVersions in favor of delete.WithAllVersions.

Security

  • Switched to new Azure SDK (from deprecated github.com/Azure/azure-storage-blob-go)
  • Updated dependencies

[6.24.0] - 2024-12-16

08 Jan 18:03
09bfd45
Compare
Choose a tag to compare

Security

  • updated dependencies

[6.23.0] - 2024-12-06

06 Dec 19:46
826afd0
Compare
Choose a tag to compare

Security

  • updated dependencies

[6.22.0] - 2024-11-06

06 Nov 17:48
b7d1a07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.21.0...v6.22.0

[6.21.0] - 2024-11-04

04 Nov 19:48
ee1b14f
Compare
Choose a tag to compare

Fixed

  • Unit Test improvements: report underlying unit tests errors, always run test cases in a sub-test, always use test suite functions, use more specific assert functions where possible.
  • General spelling and grammar corrections everywhere.
  • Normalize whitespace: Removed trailing whitespace and superfluous new lines.
  • Ensure all mocked types are included in mockery configuration and regenerate.

[6.20.0] - 2024-10-15

16 Oct 18:15
f5ad8dc
Compare
Choose a tag to compare

Added

  • Add IncludeInsecureCiphers option to FTP backend. Fixes #204.

[6.19.0] - 2024-09-13

16 Sep 18:42
a405c69
Compare
Choose a tag to compare

Added

  • Add ability to set file permissions after writing an SFTP file. Resolves #202.

[6.18.0] - 2024-09-12

12 Sep 19:27
5ba83da
Compare
Choose a tag to compare

Added

  • Updated mocks to use mockery Expecter. Resolves #200.