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

Releases: beyondstorage/go-integration-test

v4.6.0

30 Sep 07:24
1c80b20
Compare
Choose a tag to compare

v4.6.0 - 2021-09-30

Added

  • test: Add tests for GSP-749 unify path behavior (#59)
  • test: Add IoCallback for read and write tests (#61)
  • test: Add integration tests for MultipartHTTPSigner (#62)
  • test: Add read with offset and size tests (#63)

Fixed

  • fix: Replace backslash with slash for path behavior test (#60)

v4.5.0

23 Sep 06:40
5dd8afe
Compare
Choose a tag to compare

v4.5.0 - 2021-09-23

Added

  • ci: Sync github actions (#55)
  • storage: Implement GSP-751 add Write Empty File Behavior integration tests (#56)

v4.4.0

03 Sep 06:43
dbf581b
Compare
Choose a tag to compare

v4.4.0 - 2021-09-03

Added

  • storage: Implement StorageHTTPSigner test (#49)

v4.3.0

02 Aug 06:11
658a1ea
Compare
Choose a tag to compare

v4.3.0 - 2021-08-02

Added

  • link: Implement GSP-86 add linker integration tests (#40)

Changed

  • copy: Split TestCopier (#42)
  • move: Split TestMover (#42)
  • append: Add test for appending to an exists file (#44)

Fixed

  • link: Fix target check failed for linker (#47)

v4.2.0

15 Jul 01:38
51de561
Compare
Choose a tag to compare

v4.2.0 - 2021-07-14

Added

  • storage: Implement Copier and Mover tests (#27)

Changed

  • storage: Minor refactor (#31)
  • storage: Implement GSP-134 Write Behavior Consistency (#32)
  • storage: Update tests for List (#33)

Fixed

  • move: Use errors.Is to assert error's type (#28)
  • append: Remove content-length check for CreateAppend (#34)

Upgraded

  • build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0 (#35)

v4.1.1

25 Jun 05:36
113ad3f
Compare
Choose a tag to compare

v4.1.1 - 2021-06-25

Changed

  • dir: Add path check for direr (#23)

Fixed

  • multipart: Fix CompletePart not passing (#22)

v4.1.0

10 Jun 08:49
84276cc
Compare
Choose a tag to compare

v4.1.0 - 2021-06-10

Added

  • storage: Implement Direr tests (#20)

v4.0.0

24 May 06:45
2a0eb8a
Compare
Choose a tag to compare

v4.0.0 - 2021-05-24

Changed

  • storage: Add CommitAppend (#15)
  • storage: Implement GSP-46 Idempotent storager delete operation (#16)
  • storage: Implement GSP-62 WriteMultipart returns Part (#17)
  • *: Implement GSP-73 Organization Rename (#18)

v3.0.0

20 Apr 07:55
v3.0.0
f5c7418
Compare
Choose a tag to compare

v3.0.0 - 2021-04-20

Added

  • Implement integration test for storager
  • Implement integration test for multiparter
  • Implement integration test for appender