This repository has been archived by the owner on Oct 18, 2021. It is now read-only.
Releases: beyondstorage/go-service-azblob
Releases · beyondstorage/go-service-azblob
v2.3.0
v2.2.0
v2.2.0 - 2021-07-21
Added
- ci: Add gofmt action (#33)
- ci: Add dependabot auto build support (#36)
- ci: Add diff check action (#37)
Changed
- storage: Update types in service.toml to golang types (#32)
- storage: Implement GSP-654 Unify List Behavior (#32)
Fixed
- ci: Fix checkout wrong commit in auto-build (#40)
- ci: Fix auto build not work correctly
Upgraded
- build(deps): Bump github.com/Azure/azure-storage-blob-go from 0.13.0 to 0.14.0 (#30)
v2.1.0
v2.1.0 - 2021-06-29
Added
- *: Implement GSP-87 Feature Gates (#25)
- storage: Implement CreateDir (#26)
- storage: Implement GSP-97 Add Restrictions in Storage Metadata (#27)
Changed
v2.0.0
v1.1.0
v1.1.0 - 2021-04-24
Added
- storage: Add AccessTier, ContentType, ContentMD5 support for write (#4)
- *: Implement default pair support for service (#6)
- storage: Implement Create API (#10)
- *: Add UnimplementedStub (#11)
- tests: Introduce STORAGE_AZBLOB_INTEGRATION_TEST (#12)
- storage: Implement SSE support (#13)
- storage: Implement AOS-40 (#15)
Changed
- ci: Only run Integration Test while the push to master