Releases: box/box-ios-sdk
6.0.0
Introducing a new major version of Box iOS SDK v6 that includes two modules — the manually maintained module and the generated module. The coexisting modules provide easier access to the latest Box API features and support gradual migration to the standalone generated module.
Breaking Changes
- With
v6of Box iOS SDK, support for iOS 11.0, macOS 10.13, tvOS 11.0+ and watchOS 4.0 has been dropped.
Starting with v6, the minimum supported versions are iOS 13.0, macOS 10.15, tvOS 13.0, and watchOS 6.0.
This update aligns the SDK with current Apple development standards and is required to adopt the new features available in the BoxSdkGen module.
For the latest submission and SDK toolchain requirements, see Apple’s SDK minimum requirements Apple Developer.
For more information about migrating to v6 visit v5 to v6 migration guide
What's New in v6
With this SDK version, alongside the existing BoxSDK module, we’re introducing a new BoxSdkGen module, which gives you access to:
-
Full API Support — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.
-
Rapid API Updates — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.
-
Embedded Documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
-
Enhanced Convenience Methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
Important Notes
This version allows you to gradually migrate your codebase to the BoxSdkGen module. The key differences between the modules are documented in the module migration guide.
Ultimately, we recommend to migrate to v10 which includes only the generated module BoxSdkGen. To migrate from v6 to v10 follow this migration guide.
For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.
10.0.1
10.0.0
Introducing Box iOS SDK v10, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate sdk-gen branch, v10 will ultimately become the main branch.
Breaking Changes
- This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available here.
What's New in v10
-
Full API Support — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.
-
Rapid API Updates — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.
-
Embedded Documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
-
Enhanced Convenience Methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
Important Notes
This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to v10 includes breaking changes, please review the migration guide for details. For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.
What’s New Compared to Box Swift SDK Gen v0.6.3
New Features and Enhancements
- Add External User Deletion API (box/box-codegen#550) (74571fb)
- Add missing webhook events (box/box-openapi#554) (#1048) (b8bf1ad)
- Retry requests for network errors in Swift (box/box-codegen#820) (#1051) (ba21450)
For more details check migration guide from box-swift-sdk-gen v0 to box-ios-sdk v10.
v5.6.0
v5.5.0
v5.4.2
v5.4.1
v5.4.0
New Features and Enhancements
- Add
content_typefield to Sign Requests signer (#871) (1ec5b01) - Add
redirect_urlanddeclined_redirect_urlto Sign Request (#870) (f94d988) - Add support for
signwebhook triggers (#875) (994bfaf) - Added method to remove retention policy assignment (#873) (c5f146c)
- Added support for Modifiable Retention Policies (#872) (e2b7a17)
v5.3.0
New Features and Enhancements
- add
version_numbertoFileVersion(#853) (ac81667) - Add support for async API in
FoldersModule(#851) (58b9dde) - Add support for file request API (#867) (ec7813e)
- Add support for upload and delete Avatar API (#863) (1e967f5)
- Add support of Editable Shared Link (#861) (bc6ea18)
- Expose
send()method public inBoxClient(#843) (23caaca)