Skip to content

Releases: C2FO/vfs

[contrib/vfsevents/v1.1.1] - 2025-11-13

13 Nov 16:17
7fec523

Choose a tag to compare

Fixed

  • Updated logic to correctly evaluate the S3 event name to determine the event type

[v7.10.0] - 2025-10-07

08 Oct 17:19
f7a03c4

Choose a tag to compare

Security

  • Updated dependencies.
  • Updated go v1.23 to v1.24.
  • Updated gh action versions.

Fixed

  • Fixed Authority tests broken by stricter parsing of IPv6 address by go 1.24.

[contrib/vfsevents/v1.1.0] - 2025-10-07

08 Oct 17:18
f7a03c4

Choose a tag to compare

[contrib/vfsevents/v1.1.0] - 2025-10-07

Security

  • Updated to go 1.24.7
  • Updated dependcies

Fixed

  • Fixed lint issues where t.Context() shoudl be used and pubsub v1 is deprecated, so updated.

[contrib/lockfile/v1.1.0] - 2025-10-07

08 Oct 17:17
f7a03c4

Choose a tag to compare

Security

  • Update go form 1.23 to 1.24
  • Update dependencies

Fixed

  • lockfile_test.go was using its own package namespace which required importing lockfile (and did so incorrectly reference v7 (which doesn't apply to contrib packages).

[v7.9.0] - 2025-10-07

07 Oct 21:20
57df2c3

Choose a tag to compare

Added

  • Added ConnectTimeout option (default 30s) to sftp backend configurable via WithOption or WithConnectTimeout.

[v7.8.3] - 2025-10-02

03 Oct 05:19
9c78b18

Choose a tag to compare

Fixed

  • Fixes #289. Inverted logic in SFTP connTimerStart causing premature connection closes

[v7.8.2] - 2025-09-16

16 Sep 20:51
76fbf1d

Choose a tag to compare

Fixed

  • Use Mockery for Azure unit tests.
  • Use more appropriate unit test assertion patterns where possible.
  • More reliable mock expectation assertions in unit tests.
  • Minor whitespace cleanup.
  • General spelling and grammar corrections.
  • Enable testifylint in golangci-lint and fix associated issues.
  • Check vfsintegration tests for lint issues.
  • Remove unnecessary mockery types and regenerate with the latest version.
  • Use the shared utils.Ptr func everywhere.
  • Fix typed nil pointer bug in sftp backend. Fixes #287.

[contrib/vfsevents/v1.0.2] - 2025-09-16

16 Sep 20:53
76fbf1d

Choose a tag to compare

Fixed

  • Use more appropriate unit test assertion patterns where possible.
  • Minor whitespace cleanup.
  • General spelling and grammar corrections.
  • Regenerate mockery types with the latest version.
  • More reliable mock expectation assertions in unit tests.
  • Use the shared utils.Ptr func everywhere.
  • Enable testifylint in golangci-lint and fix associated issues.

[contrib/lockfile/v1.0.1] - 2025-09-16

16 Sep 20:52
76fbf1d

Choose a tag to compare

Fixed

  • Use more appropriate unit test assertion patterns where possible.
  • Minor whitespace cleanup.

[v7.8.1] - 2025-08-07

07 Aug 20:15
6edd449

Choose a tag to compare

Fixed

  • Fixed typed nil pointer bug in sftp backend. Fixes #274.