Skip to content

Releases: Azure/azure-storage-ios

Azure Storage Client Library for iOS 0.2.6

08 Mar 05:50
74872a7
Compare
Choose a tag to compare

Fixed thread-safety issue related to NSDateFormatter.

Azure Storage Client Library for iOS 0.2.5

23 Nov 01:54
50d54ec
Compare
Choose a tag to compare

Fixed nullability issue on UploadFromData of AZSCloudBlockBlob

Azure Storage Client Library for iOS 0.2.4

11 May 08:20
Compare
Choose a tag to compare

This minor release added the header files related to get/set service properties to the main header AZSClient.h

Azure Storage Client Library for iOS 0.2.3

08 May 08:04
Compare
Choose a tag to compare

Changes:

  1. Added new feature: Get/Set Service Properties
  2. Fixed the ASL redefinition problem when installing from Cocoapod
  3. Updated the sample project to use the latest Swift 3.1

Azure Storage Client Library for iOS 0.2.2

17 May 00:57
Compare
Choose a tag to compare

This release fixes a build warning that only occurs on the latest versions of XCode / iOS.

64-bit range class

16 May 21:13
Compare
Choose a tag to compare
64-bit range class Pre-release
Pre-release

This is a bugfix release on top of the 0.2.0 release, which fixes warnings related to integer size.
Some blobs can be more than 2^32 bytes long, which means that 32-bit integers cannot index into them fully. NSRange is 32-bit on some platforms. This release adds a new 'AZSULLRange' struct, which is guaranteed to be 64-bit on all platforms. NSRange overloads are still included for convenience.

Azure Storage Client Library for iOS 0.2.0

27 Apr 21:42
Compare
Choose a tag to compare

This release adds some new functionality to the Blob Service, including additional SAS support and support for Page and Append blobs. There are also bug fixes, fixing the non-modular header issue when using a CocoaPod and adding bitcode to the build output.

Important The name of the framework and the name of the global header have changed. From:

Azure Storage Client Library/Azure Storage Client Library.h
to
AZSClient/AZSClient.h

You will need to update your references accordingly.

Azure Storage Client Library for iOS 0.1.2

17 Feb 20:00
Compare
Choose a tag to compare

This is a combination of two bug fixes. First, it changes the framework build script to be more robust - you no longer have to explicitly build the library before building the framework target. Second, it fixes a potential race condition
in the library, where a request can hang forever, never calling the callback with the request result.

v0.1.1

07 Dec 18:49
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

This release is a small update since v0.1.0, mostly making fixes so that the library will compile using the iOS 9.0.

v0.1.0

22 Sep 22:40
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
README update and adding schemes.