Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Releases: Azure/azure-storage-php

Storage Client Library for File 1.2.4

28 Dec 07:47
Compare
Choose a tag to compare

2020.12 - version 1.2.4

  • Fixed an issue where 400 is reported for some curl versions.
  • Guzzle version is now updated to support both 6.x and 7.x.

Storage Client Library for Table 1.1.4

28 Dec 07:46
Compare
Choose a tag to compare

2020.12 - version 1.1.4

  • Guzzle version is now updated to support both 6.x and 7.x.

Storage Client Library for Blob 1.5.1

28 Aug 09:38
1afd50b
Compare
Choose a tag to compare

2020.08 - version 1.5.1

  • Lower case query parameter names.

Storage Client Library for Common 1.5.0

28 Aug 08:55
1afd50b
Compare
Choose a tag to compare

2020.08 - version 1.5.0

  • Resolved TLS 1.2 issue and some test issues.
  • Check $uri null type before array/string access.
  • Accept DateTimeImmutable as EdmType input.
  • Added client-request-id to requests.
  • Updated getContinuationToken return type.
  • Call static methods using static:: not self::.
  • Added $isSecondary parameter for appendBlobRetryDecider.
  • Retry on no response from server after a successful connection

Storage Client Library for Queue 1.3.2

28 Aug 09:48
1afd50b
Compare
Choose a tag to compare

2020.08 - version 1.3.2

  • Lower case query parameter names.

Storage Client Library for File 1.2.3

28 Aug 09:53
1afd50b
Compare
Choose a tag to compare

2020.08 - version 1.2.3

  • Lower case query parameter names.

Storage Client Library for Table 1.1.3

28 Aug 09:54
1afd50b
Compare
Choose a tag to compare

2020.08 - version 1.1.3

  • Lower case query parameter names.

Storage Client Library for Blob 1.5.0

02 Jan 06:45
Compare
Choose a tag to compare

2020.01 - version 1.5.0

  • Added support to include deleted in blob list.
  • Added support to undelete a blob.
  • Fixed the issue in SAS token where special characters were not correctly encoded.
  • Samples no longer uses ‘BlobRestProxy’ directly, instead, ‘ServicesBuilder’ is used.

Storage Client Library for Common 1.4.1

02 Jan 06:51
Compare
Choose a tag to compare

2020.01 - version 1.4.1

  • Changed to perform override existence instead of value check for ‘$options[‘verify’]’ in ‘ServiceRestProxy’.

Storage Client Library for Queue 1.3.1

02 Jan 06:49
Compare
Choose a tag to compare

2020.01 - version 1.3.1

  • Fixed the issue in SAS token where special characters were not correctly encoded.