Box v2.0.0 Release Notes

Release Date: 2018-06-26 // almost 6 years ago
  • Notable changes

    • ⚡️ Update sample app for build compatibility
    • Update original file url reference to use authenticated_download_url (#547)
    • ⚡️ Update reps interface in content SDK remove ns_options to enum and remove variadic list methods to use array list (#546)
    • 🗄 undo commit 252e6e deprecating foreground uploads (#545)
    • IOS-15890 Video conversion in progress should check 'viewable' status as well as 'success' for reps status (#543)
    • 👍 Removing the set representation option method that used va_list parameters to support the swift bridge, changing the method to an NSSet parameter. For consitentcy we should follow up migrating the objc set represetation option method as well. (#541)
    • 👌 Support the ability to preview original file formats (#539)
    • ➕ Add digest check to representation file downloads (#538)
    • Replaces SHA_DIGEST_LENGTH to CC_SHA1_DIGEST_LENGTH
    • Minor cleanup in codebase.
    • Prefer hls video playback representations for iOS 11
    • ➕ Add md5 header to uploads and content processor to streaming multipart upload to calculate digest (#530)
    • ✂ Remove dicom representation since it is unused
    • ➕ Adding a swift compatible set representation options method to the file request class
    • 👍 Allow File Provider to use representations endpoints for download to retrieve assets with the addition of background tasks awareness.
    • IOS-15606: part 3 to register background/foreground notification instead of resign/active (#520)
    • IOS-15615 offline and preview of word documents representations error handling
    • IOS-15606: part 2 to fix sso login issue if app goes into background (#517) (#518)
    • IOS-15615 Offline, preview of video files hls v mp4 v content playback issue
    • IOS-15205: part2 make sure token request's associated access token is set correctly
    • IOS-15543 switching out authenticated_download_url to download_url
    • IOS-15543 Add static representation strings for a file
    • ➕ Add background task to fix potential SSO failure (#510)
    • ➕ add repsInfoRequest and model
    • 📈 IOS-15205-analytics: add analytics to verify the logout fix
    • IOS-15205: fix random logout by refreshing session's tokens if there is newer access token in keychain
    • 🛠 fix representation test
    • ⬇️ Downgrade testApp to Xcode 8.3
    • 🛠 Fix BOXContentSDK Tests. Added TestApp to fix keychain tests.
    • 🛠 Fix parse and add tests.
    • ➕ Add new search func to included unified meta data template keys
    • ➕ Add unified metadata properties to boxItem and metadata search
    • 0️⃣ Moving original document field request into the File Request from the default all fields
    • ➕ Addresses various CR responses
    • IOS-15063 Download the best available file format on demand