Skip to content

2.0.0

Latest

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 25 Jun 23:03

In version 2, azure-oss/storage was converted into a metapackage.

Key Changes

  • All Blob Storage related code was moved to its own package: azure-oss/storage-blob.
  • The azure-oss/storage package now simply requires azure-oss/storage-blob and azure-oss/storage-queue.
  • Namespace and class names remain unchanged if you were already using AzureOss\Storage\Blob\....

How to Upgrade

  1. Update your composer.json to require ^2.0:
    composer require azure-oss/storage:^2.0
  2. Important: Read the release notes of azure-oss/storage-blob v2.0.0 for specific changes related to the Blob storage implementation.

Full Changelog: 1.9.0...2.0.0