Releases: box/box-ios-sdk
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_type
field to Sign Requests signer (#871) (1ec5b01) - Add
redirect_url
anddeclined_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
New Features and Enhancements
- add
version_number
toFileVersion
(#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)
Bug Fixes
v5.2.1
v5.2.0
v5.1.0
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)