Skip to content

Releases: box/box-ios-sdk

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)

v5.0.0

28 Oct 15:32
Compare
Choose a tag to compare

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)