Skip to content

Releases: box/box-ios-sdk

6.0.0

23 Oct 12:03
15a87bb

Choose a tag to compare

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 v6 of 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

06 Oct 11:08
67469ab

Choose a tag to compare

Bug Fixes

  • Allow flexible key-value data in AiExtractStructuredResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1128) (3e9a78c)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1138) (3fc5dc9)

10.0.0

17 Sep 15:32
55f3100

Choose a tag to compare

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

For more details check migration guide from box-swift-sdk-gen v0 to box-ios-sdk v10.

v5.6.0

05 Apr 16:20
a395222

Choose a tag to compare

New Features and Enhancements

v5.5.0

08 Aug 14:49
daffd86

Choose a tag to compare

New Features and Enhancements

  • Add missing values in SignRequestSignerInputContentType and SignRequestStatus along with the tests (#907) (56a8250)

Bug Fixes

  • Identify iPhone Simulator on Apple Silicon (#902) (7731a7f)
  • Make code compatible with macOS. (#900) (3b0016e)
  • Remove use of deprecated string scanner API. (#901) (af5f0e5)

v5.4.2

19 Apr 13:00
00a4e27

Choose a tag to compare

Bug Fixes

  • An emoty string nextMarker should be treated as end-of-paging. (#893) (49c17de)

v5.4.1

24 Feb 14:09
02d093d

Choose a tag to compare

Bug Fixes

  • Fix listAssignments and assign methods in RetentionPolicyModule (#886) (b668888)

v5.4.0

08 Nov 09:14
2c7c817

Choose a tag to compare

New Features and Enhancements

  • Add content_type field to Sign Requests signer (#871) (1ec5b01)
  • Add redirect_url and declined_redirect_url to Sign Request (#870) (f94d988)
  • Add support for sign webhook triggers (#875) (994bfaf)
  • Added method to remove retention policy assignment (#873) (c5f146c)
  • Added support for Modifiable Retention Policies (#872) (e2b7a17)

v5.3.0

19 Aug 14:17
1f8e3f9

Choose a tag to compare

New Features and Enhancements

  • add version_number to FileVersion (#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 in BoxClient (#843) (23caaca)

Bug Fixes

  • Respect Content-Type coming from custom headers (#841) (a7c69a7)

v5.2.1

22 Apr 11:20
718c846

Choose a tag to compare

Bug Fixes

  • Expose fields from BoxResponse for custom API calls (#833) (bae1536)