All Versions
10
Latest Version
Avg Release Cycle
100 days
Latest Release
2234 days ago

Changelog History

  • v0.2.6 Changes

    March 08, 2018

    ๐Ÿ›  Fixed thread-safety issue related to NSDateFormatter.

  • v0.2.5 Changes

    November 23, 2017

    ๐Ÿ›  Fixed nullability issue on UploadFromData of AZSCloudBlockBlob

  • v0.2.4 Changes

    May 11, 2017

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

  • v0.2.3 Changes

    May 08, 2017

    ๐Ÿ”„ 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
  • v0.2.2 Changes

    May 17, 2016

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

  • v0.2.1 Changes

    May 16, 2016

    ๐Ÿ›  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 232 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.

  • v0.2.0 Changes

    April 27, 2016

    ๐Ÿš€ 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.

  • v0.1.2 Changes

    February 17, 2016

    ๐Ÿ— 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 Changes

    December 07, 2015

    ๐Ÿš€ 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

    September 22, 2015