This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Releases: beyondstorage/go-service-fs
Releases · beyondstorage/go-service-fs
v3.5.0
v3.4.0
v3.4.0 - 2021-08-19
Added
- feat: Implement CreateLink and setup linker test in go-service-fs (#63)
- feat: Add EvalSymlinks to fix link related tests (#64)
Changed
- ci: Allow every one run integration tests (#61)
- ci: Fix pull_request not triggered tests
Fixed
- 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
v3.2.0
v3.1.0
v3.0.0
v2.1.0
v2.1.0 - 2021-04-24
Added
- 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)
Changed
- ci: Only run Integration Test while push to master
go-services-fs v2.0.0
go-services-fs v1.0.0
v1.0.0 - 2020-11-12
Added
- Implement fs services.