All Versions
24
Latest Version
Avg Release Cycle
73 days
Latest Release
837 days ago

Changelog History
Page 1

  • v5.1.0 Changes

    January 17, 2022

    ๐Ÿ†• New Features and Enhancements

    • ๐Ÿ‘ Allow to customize URL for the OAuth2 authorization page (#811) (1901d29)
    • Events: Add support for admin_logs_streaming stream type (#800) (0a3118e)
    • RetentionPolicy: New API for get files and file versions under retention (#807) (38327f0)
    • SharedLink: add support for vanity_name (#799) (3ea6eb2)

    ๐Ÿ› Bug Fixes

    • SignRequest: Fix encoding date_value to yyyy-mm-dd format in prefillTag (#806) (4f902a4)
  • v5.0.0 Changes

    October 28, 2021

    โš  BREAKING CHANGES

    • โšก๏ธ Update PagingIterator to return pages and simplify logic (#737)
    • โœ‚ Remove insensitive language field collaborationWhiteList in BoxClient. Use collaborationAllowList instead. (#790)

    ๐Ÿ†• New Features and Enhancements

    • Replace insensitive event types (#785)
    • โž• Add SignAPI support (#792)
  • v4.4.0 Changes

    April 20, 2021

    ๐Ÿ’ฅ Breaking Changes:

    ๐Ÿ†• New Features and Enhancements:

    • โž• Add support for search param to get shared link items (#756)
    • โž• Add support for folder lock functionality (#759)
    • โž• Add support for copyInstanceOnItemCopy field for metadata templates (#763)
    • โž• Add support for stream upload of new file versions and add support for 'If-Match' header when uploading new file versions (#766)
    • โž• Add additional details field for Event model (#770)

    ๐Ÿ› Bug Fixes:

    • Pass only a scheme to iOS Authentication APIs (#755)
    • โšก๏ธ Update listEnterpriseGroups() to use documented parameter for filtering by name (#757)
    • ๐Ÿ›  Fix bug for OAuth where the callback is not called if token has been revoked (#762)
  • v4.3.0 Changes

    February 01, 2021

    ๐Ÿ’ฅ Breaking Changes:

    ๐Ÿ†• New Features and Enhancements:

    • โž• Add support for OAuth 2 custom callback URL (#746)
    • โž• Add support for zip download (#749)

    ๐Ÿ› Bug Fixes:

    • โšก๏ธ Update gems to patch kramdown vulnerability (#742)
    • โšก๏ธ Update gems to patch activesupport vulnerability (#745)
  • v4.2.0 Changes

    November 18, 2020

    Breaking Changes:

    ๐Ÿ†• New Features and Enhancements:

    • โž• Add error information to OAuth web session failures

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix bug with creating collaboration
    • ๐Ÿ›  Fix bug with getting enterprise events
  • v4.1.0 Changes

    May 15, 2020

    Box iOS SDK

    ๐Ÿ’ฅ Breaking Changes:

    ๐Ÿ†• New Features and Enhancements:

    • โž• Add ability to cancel uploads and downloads
    • โž• Add support for the uploader display name field for Files and File Versions
    • โž• Add support for the classification field for Files and Folders
    • โž• Add path parameter sanitization

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix logging of API responses
  • v4.0.0 Changes

    February 13, 2020

    Box iOS SDK

    ๐Ÿ’ฅ Breaking Changes:

    • ๐Ÿ”„ Change status field for task assignments from a String to an Enum
    • โœ‚ Remove macOS, tvOS, and watchOS support

    ๐Ÿ†• New Features and Enhancements:

    • ๐Ÿ‘‰ Make authentication session classes OAuth2Session, SingleTokenSession, and DelegatedAuthSession public
  • v3.1.0 Changes

    January 10, 2020

    Box iOS SDK

    ๐Ÿ’ฅ Breaking Changes:

    ๐Ÿ†• New Features and Enhancements:

    • โž• Add shared link downscoping
    • โž• Add closure parameter for progress of uploads and downloads
    • โž• Add marker based pagination to list users endpoint
  • v3.0.0 Changes

    July 26, 2019

    ๐Ÿš€ Box iOS Swift SDK for Limited Beta Release

    Disclaimer:

    • This limited beta is intended for select Box customers
    • โœ… This beta software should not be used in live/production environments; it is for development / test only.
    • โšก๏ธ This beta software will be updated frequently and breaking changes should be expected
    • Please send all feedback / questions to: [email protected]
  • v3.0.0-rc.3 Changes

    November 14, 2019

    ๐Ÿš€ Box iOS Swift SDK Release Candidate

    Notes:

    • ๐Ÿš€ The source code for this Box iOS Swift SDK is now open source and included in this release.
    • ๐Ÿš€ The releases will no longer have the Box iOS Swift SDK binaries attached, going forward.
    • ๐Ÿ“š In order to build the Box iOS Swift SDK project, clone the repo and then checkout the limited-beta-release branch. Then, refer to the Getting Started documentation.

    Disclaimer:

    • โœ… This is beta software. It has not been not fully tested , and may not be at a level of performance or compatibility of generally available software or services Box offers.
    • ๐Ÿš€ Any use of this software is governed by the attached Box SDK Beta Agreement. If you do not accept the terms of the Box SDK Beta Agreement, you may not use this software.
    • โœ… This beta software should not be used in live/production environments; it is for development / test only.
    • โšก๏ธ This beta software will be updated frequently and breaking changes should be expected
    • This limited beta is intended for select Box customers
    • Please send all feedback / questions to: [email protected]

    ๐Ÿ’ฅ Breaking Changes:

    • For Module methods that returned a collection of objects, changed from returning a PaginationIterator to returning a PagingIterator in a completion.
    • Modules are now automatically instantiated with the BoxClient object and no longer allow the client app to instantiate them
    • Related RetentionPolicy classes no longer allow rawData to be set by the client app
    • UploadPartDescription made private
    • ๐Ÿ›  Fixed bug with exponential backoff and changed SDK configuration item "retryAfterTime" to "retryBaseInterval"

    ๐Ÿ†• New Features and Enhancements:

    • RetentionPolicyModule methods made public
    • โž• Added additional supporting types
    • ๐Ÿ‘Œ Improved support for logging to file, allow for custom file path, and fixed some related bugs
    • ๐Ÿ‘Œ Improved console logging formatting
    • โšก๏ธ Updated Sample Apps to use new PagingIterator responses