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

Releases: beyondstorage/go-service-azblob

v2.3.0

13 Sep 06:23
db51801
Compare
Choose a tag to compare

v2.3.0 - 2021-09-13

Changed

  • ci: Auto merge updates from dependabot if CI passed
  • ci: Allow PRs that not act by dependabot
  • ci: Cleanup Service Integration Tests (#50)
  • docs: Update README (#51)

v2.2.0

21 Jul 13:00
0865bf3
Compare
Choose a tag to compare

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)

Join in release discussion

v2.1.0

29 Jun 06:48
1ee2d41
Compare
Choose a tag to compare

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

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

Join Release Discussion

v2.0.0

24 May 10:43
94ee90c
Compare
Choose a tag to compare

v2.0.0 - 2021-05-24

Added

  • storage: Add SSE part in formatFileObject (#17)
  • storage: Add appender support (#18)
  • storage: Implement CommitAppend (#19)
  • *: Implement GSP-47 & GSP-51 (#21)
  • storage: Implement GSP-61 Add object mode check for operations (#22)

Changed

  • docs: Update links to matrix
  • storage: Idempotent storager delete operation (#20)
  • *: Implement GSP-73 Organization rename (#23)

v1.1.0

24 Apr 05:47
v1.1.0
ca25b3e
Compare
Choose a tag to compare

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

v1.0.0

18 Feb 06:10
v1.0.0
3b17a57
Compare
Choose a tag to compare

v1.0.0 - 2021-02-18

Added

  • Implement azblob services.