Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Releases: beyondstorage/go-service-fs

v3.5.0

23 Sep 09:02
3cb470b
Compare
Choose a tag to compare

v3.5.0 - 2021-09-23

Added

  • feat: Add cross build support (#72)
  • docs/rfcs: RFC-78 Unify Path Behavior (#78)

Changed

  • ci: Enable auto merge for dependabot
  • ci: Upgrade Xuanwo/fetch-metadata
  • ci: Sync github actions (#80)
  • docs: Update README (#76)

Fixed

  • fix: File not generated
  • fix: Use eavlSymlinks to replace filepath.EvalSymlinks (#84)

Join release discussions

v3.4.0

19 Aug 09:12
v3.4.0
5185fd5
Compare
Choose a tag to compare

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)

Join release discussions

v3.3.0

21 Jul 13:16
691613b
Compare
Choose a tag to compare

v3.3.0 - 2021-07-21

Added

  • ci: Add gofmt action (#50)
  • ci: Add diff check action (#53)
  • ci: Add dependabot auto build support (#54)

Fixed

  • ci: Fix auto-build not work correctly
  • storage: Fix copy and move behavior (#57)

Join in release discussion

v3.2.0

29 Jun 03:23
8b0cca4
Compare
Choose a tag to compare

v3.2.0 - 2021-06-29

Changed

  • *: Implement GSP-109 Redesign Features (#48)
  • *: Implement GSP-117 Rename Service to System as the Opposite to Global (#48)

Join Release Discussion

v3.1.0

11 Jun 08:24
7d5b800
Compare
Choose a tag to compare

v3.1.0 - 2021-06-11

Added

  • *: Implement GSP-87 Feature Gates (#44)
  • storage: Create dir (#45)

v3.0.0

24 May 09:14
f8cf08b
Compare
Choose a tag to compare

v3.0.0 - 2021-05-24

Added

  • 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)

Changed

  • storage: Idempotent storager delete operation (#38)
  • *: Implement GSP-73 Organization rename (#42)

v2.1.0

24 Apr 06:06
v2.1.0
46ccb48
Compare
Choose a tag to compare

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

21 Jan 04:35
v2.0.0
c6f379e
Compare
Choose a tag to compare

v2.0.0 - 2021-01-21

Added

  • storage: Implement Fetcher (#26)

Changed

  • Migrate to go-storage v3 (#27)

go-services-fs v1.0.0

12 Nov 09:20
v1.0.0
d848972
Compare
Choose a tag to compare

v1.0.0 - 2020-11-12

Added

  • Implement fs services.