Skip to content

Releases: C2FO/vfs

[6.23.0] - 2024-12-06

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

Security

  • updated dependencies

[v6.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.

[6.17.0] - 2024-09-10

10 Sep 20:56
8b7451b
Compare
Choose a tag to compare

Added

  • Added additionally-supported HostKeyAlgorithms for SFTP backend. Resolves #198.

[6.16.0] - 2024-08-24

26 Aug 15:42
27839d3
Compare
Choose a tag to compare

Security

  • Fixes #196 - Update to latest go and dependencies
    • Update .gvmrc to 1.23.0.
    • Update go.mod min version to Go 1.23.
    • Update actions to test only supported Go versions (1.22, 1.23).
    • Updated dependencies.
    • Update golangci-lint.yml for latest golang-ci-lint version.

[6.15.1] - 2024-06-18

18 Jun 20:02
535704f
Compare
Choose a tag to compare

Fixed

  • Fixed #193 - Correct method signature for EncodeAuthority to not return an error.

Security

  • Updated dependencies.

[6.15.0] - 2024-06-18

18 Jun 14:59
61cd0b1
Compare
Choose a tag to compare

Added

  • Fixed #191 - Add a util functions to encode authority strictly following RFC 3986.