Box v1.1.2 Release Notes

Release Date: 2018-01-31 // about 6 years ago
  • Notable changes

    • Correct BOX0Auth2Session Header comments names
    • ➕ Add headers for shared links
    • ➕ Add BOXLog support
    • ➕ Adds 1024, 2048 thumbnail sizes support
    • ⚡️ Update the UIDevice category to include the latest version and device information
    • ⚡️ Updated base URL path versioning
    • Be tolerant of null values for user created/modified dates. We would get those values from the API for special cases such as 'prior collboarator' and 'anonomyous user'.
    • 👍 Allow permanent deletes on trashed files and folders
    • 👍 Unversioned base URL support
    • 👍 Allow trashedFolderInfoRequest associatedID to be nullable
    • ✂ Remove unused schedule on runloop when serializing multipart request
    • ➕ Adding background session capabilities to file/folder restore item
    • 🛠 Fix nullable warnings in BOXContentClient+Folder
    • 🐛 Bug fix removing request serialization on main thread
    • ➕ Adding background session functionality to folder delete requests
    • ➕ Adding background tasks to delete and trash file requests
    • ➕ Add BOXUserAvatarImageView
    • ⚡️ Update cache protocol to provide the total item count for a paginated folder items request.
    • Don't try to load a nil user
    • Delay the keychain read in the case of a race condition, to be more confident that we'll recover.
    • ➕ Addressed code review comments.
    • 👉 Make sure we do not immediately logout in case of refresh token being invalidated by race condition.
    • ✂ Remove invalid entry in proj file for NSString+BOXURLHelper
    • 📚 Update the App Users documentation links
    • ➕ Add caching protocol for BOXUserAvatarRequest.