Skip to content

Releases: php-oss-for-azure/azure-storage-php

2.0.0

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

1.9.0

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 15 Mar 07:47

Added support for the following Entra ID credentials

  • ClientSecretCredential
  • ClientCertificateCredential
  • EnvironmentCredential (automatically guesses from env)
  • ManagedIdentityCredential
  • WorkloadIdentityCredential
  • AzureDefaultCredential (automatically tries all the ones above)

See https://azure-oss.github.io/storage-blob/authorize/entra

Full Changelog: 1.8.0...1.9.0

1.8.0

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 05 Mar 21:02

Full Changelog: 1.7.0...1.8.0

1.7.0

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 01 Mar 17:06

1.6.0

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 17 Nov 11:34
1962b36

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 01 Oct 15:23
c065ad2

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 25 Sep 12:45
30a3150

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4.0

1.3.1

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 09 Feb 18:43
d076bea

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

Choose a tag to compare

@brecht-vermeersch brecht-vermeersch released this 10 Nov 16:48
9195b70

What's Changed

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

Choose a tag to compare

@pimjansen pimjansen released this 06 Aug 13:22
a806e4d