You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [v7.15.0] - 2026-03-06
9
10
### Added
10
11
- Added AGENTS.md with comprehensive guidelines for AI agents, including development standards, testing requirements, CHANGELOG/PR process, Go version policy, GitHub Actions maintenance, and module management.
11
12
- Added `.windsurf/rules/standards.md`, `.cursor/rules`, and `.claude/CLAUDE.md` files to reference AGENTS.md guidelines for AI coding assistants.
@@ -22,12 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
23
-`github/codeql-action` from v4.32.0 to v4.32.4
23
24
- Updated test matrix in go.yml to test Go 1.25 and 1.26 (latest-1 and latest minor versions) per VFS compatibility policy.
24
25
25
-
## [v7.14.0] - 2025-01-30
26
+
## [v7.14.0] - 2026-01-30
26
27
### Added
27
28
- Updated .mockery.yml with contrib/backend entry
28
29
- Generated missing mocks/Options.go.
29
30
30
-
## [v7.13.0] - 2025-01-26
31
+
## [v7.13.0] - 2026-01-26
31
32
### Added
32
33
- Exported conformance test functions from `backend/testsuite` package for use by any backend implementation. Fixes #311.
33
34
- Added `conformance_test.go` to each core backend (s3, gs, azure, os, mem, sftp, ftp) for running conformance tests independently.
@@ -42,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
43
- Avoid type assert and type convert where possible. (https://github.com/C2FO/vfs/pull/303)
0 commit comments