Azure v0.2.1 Release Notes

Release Date: 2016-05-16 // almost 8 years ago
  • ๐Ÿ›  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.