github Azure/azure-sdk-for-go sdk/storage/azblob/v1.0.0

latest releases: sdk/data/azcosmos/v1.0.1, sdk/internal/v1.7.0, sdk/resourcemanager/eventgrid/armeventgrid/v2.3.0-beta.2...
15 months ago

1.0.0 (2023-02-07)

Features Added

  • Add support to log calculated block size and count during uploads
  • Added MissingSharedKeyCredential error type for cleaner UX. Related to #19864.

Breaking Changes

  • Changed API signatures to map correctly to Azure Storage REST APIs, These changes impact:
    • blob.GetSASURL()
    • blockblob.StageBlockFromURL()
    • container.SetAccessPolicy()
    • container.GetSASURL()
    • service.GetSASURL()
    • service.FilterBlobs()
    • lease.AcquireLease() (blobs and containers)
    • lease.ChangeLease() (blobs and containers)
  • Type name changes:
    • CpkInfo -> CPKInfo
    • CpkScopeInfo -> CPKScopeInfo
    • RuleId -> RuleID
    • PolicyId -> PolicyID
    • CorsRule -> CORSRule
  • Remove AccountServices it is now hardcoded to blobs

Bugs Fixed

  • Fixed encoding issues seen in FilterBlobs. Fixes #17421.
  • Fixing inconsistency seen with Metadata and ORS response. Fixes #19688.
  • Fixed endless loop during pagination issue #19773.

Other Changes

  • Exported some missing types in the blob, container and service packages. Fixes #19775.
  • SAS changes #19781:
    • AccountSASPermissions: SetImmutabilityPolicy support
    • ContainerSASPermissions: Move support
    • Validations to ensure correct sas perm ordering

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.