Skip to content

Releases: box/box-ios-sdk

10.0.0

17 Sep 15:32
55f3100
Compare
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
Compare
Choose a tag to compare

New Features and Enhancements

v5.5.0

08 Aug 14:49
daffd86
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes

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

v5.4.0

08 Nov 09:14
2c7c817
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes

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

v5.2.0

18 Mar 14:44
300d6b4
Compare
Choose a tag to compare

New Features and Enhancements

  • Add disposition_at field to the File object (#814) (3c90df0)
  • Add support for Client Credentials Grant authentication method (#821) (f6d7542)

v5.1.0

17 Jan 12:14
ec3acc7
Compare
Choose a tag to compare

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)