All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v3.5.0 - 2021-09-23
- feat: Add cross build support (#72)
- RFC-78: Unify Path Behavior (#78)
- ci: Enable auto merge for dependabot
- ci: Fix file not generated
- ci: Upgrade Xuanwo/fetch-metadata
- ci: Sync github actions (#80)
- docs: Update README (#76)
- fix: File not generated
- fix: Use eavlSymlinks to replace filepath.EvalSymlinks (#84)
v3.4.0 - 2021-08-19
- feat: Implement CreateLink and setup linker test in go-service-fs (#63)
- feat: Add EvalSymlinks to fix link related tests (#64)
- ci: Allow every one run integration tests (#61)
- ci: Fix pull_request not triggered tests
- Fix writeAppend will truncate data if file exists (#60)
- fix: Fixed workDir not matching when workDir is a symbolic link (#66)
- fix: List could return duplicated files on unix platform (#69)
v3.3.0 - 2021-07-21
- ci: Add gofmt action (#50)
- ci: Add diff check action (#53)
- ci: Add dependabot auto build support (#54)
- ci: Fix auto-build not work correctly
- storage: Fix copy and move behavior (#57)
v3.2.0 - 2021-06-29
- *: Implement GSP-109 Redesign Features (#48)
- *: Implement GSP-117 Rename Service to System as the Opposite to Global (#48)
v3.1.0 - 2021-06-11
- *: Implement GSP-87 Feature Gates (#44)
- storage: Create dir (#45)
v3.0.0 - 2021-05-24
- storage: Implement GSP-49 Add CreateDir Operation (#39)
- *: Implement GSP-47 & GSP-51 (#40)
- storage: Implement GSP-61 Add object mode check for operations (#41)
- storage: Idempotent storager delete operation (#38)
- *: Implement GSP-73 Organization rename (#42)
v2.1.0 - 2021-04-24
- storage: Implement proposal unify obejct metadata (#29)
- *: Implement default pair support for service (#30)
- storage: Add Mkdir support (#31)
- storage: Implement Create API (#32)
- *: Add UnimplementedStub (#33)
- storage: Implement Appender support (#34)
- tests: Introduce STORAGE_FS_INTEGRATION_TEST (#35)
- ci: Only run Integration Test while push to master
v2.0.0 - 2021-01-21
- storage: Implement Fetcher (#26)
- Migrate to go-storage v3 (#27)
- Implement fs services.