This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
Releases: beyondstorage/go-service-s3
Releases · beyondstorage/go-service-s3
v2.5.0
v2.5.0 - 2021-10-09
Added
- test: Add new test case
- ci: Enable auto merge for dependabot
- docs: Add Compatible Services section in README
- feat: Add support for Write Empty File Behavior (#228)
- feat: Add Multipart HTTP Signer support (#237)
Changed
Upgraded
- build(deps): Bump github.com/aws/aws-sdk-go to 1.40.58
v2.4.0
v2.4.0 - 2021-09-03
Added
- feat: Support offset and size for read (#157)
- feat: Implement CreateLink and setup linker test in go-service-s3 (#175)
- rfcs: RFC-178 Add Virtual Link Support (#178)
- feat: Implement StorageHTTPSigner (#191)
- feat: Add IoCallback for multipart (#196)
Changed
- ci: Migrate integration tests to self hosted teamcity (#190)
Fixed
- feat: Resolve null pointer problem when metadata undefined (#185)
- feat: IoCallback in WriteMultipart not supported correctly (#198)
Upgraded
- build(deps): Bump github.com/aws/aws-sdk-go from 1.40.1 to 1.40.36 (#205)
v2.3.0
v2.3.0 - 2021-07-16
Added
- ci: Add gofmt action (#140)
- ci: Add dependabot auto build support (#139)
- ci: Add diff check action (#145)
Changed
- storage: Update types in service.toml to golang types (#150)
- storage: Implement GSP-654 Unify List Behavior (#150)
Fixed
- ci: Fix auto-build not work correctly
Upgraded
- build(deps): Bump github.com/aws/aws-sdk-go from 1.38.68 to 1.40.1 (#151)
v2.2.0
v2.2.0 - 2021-06-29
Added
- storage: Add CreateDir (#126)
- storage: Implement GSP-93 Add ObjectMode Pair (#126)
- storage: Implement GSP-97 Add Restrictions in Storage Metadata (#126)
Changed
- *: Implement GSP-109 Redesign Features (#126)
- *: Implement GSP-117 Rename Service to System as the Opposite to Global (#126)
Upgraded
- build(deps): Bump aws-go-sdk to 1.38.68 (#127)
v2.1.0
v2.0.0
v2.0.0 - 2021-05-24
Added
- *: Implement GSP-47 Additional Error Specification (#78)
- *: Implement GSP-51 Distinguish Errors by IsInternalError (#83)
- storage: Implement GSP-61 Add object mode check for operations (#89)
Changed
- storage: Idempotent storager delete operation (#82)
- storage: Implement GSP-62 WriteMultipart returns Part (#88)
- *: Implement GSP-73 Organization rename (#94)
Upgraded
- build(deps): Bump aws-go-sdk to 1.38.45 (#95)
v1.2.0
v1.2.0 - 2021-04-24
Added
- *: Add UnimplementedStub (#61)
- tests: Introduce STORAGE_S3_INTEGRATION_TEST (#65)
- storage: Add configurations and support SSE (#63)
- storage: Implement AOS-40 (#68)
Changed
- ci: Only run Integration Test while push to master
- storage: Update SSE pair description (#66)
Upgraded
v1.1.0
go-service-s3 v1.0.0
v1.0.0 - 2021-02-07
Added
- Implement s3 services.