Skip to content

Public Spec Updates and Bug Fixes

Compare
Choose a tag to compare
@scobbe scobbe released this 01 Dec 22:42
· 545 commits to master since this release

Breaking changes

  • DBError renamed to DBRequestError
  • Batch endpoint return types changed to <ROUTE>BatchLaunch

Public Spec Updates

Auth namespace:

  • Added token/from_oauth1 route.

Files namespace:

  • Changed return type of upload_session/finish_batch to UploadSessionFinishBatchLaunch.
  • Changed return type of delete_batch to DeleteBatchLaunch.
  • Changed return type of copy_batch and move_batch to RelocationBatchLaunch.

Sharing namespace:

  • Added unsupported_link_type to SharedLinkError.
  • Added is_member to GroupInfo.
  • Added too_many_files to UnshareFolderError.
  • Added no_explicit_access to RelinquishFolderMembershipError.

Stone Cfg namespace:

  • Added feature route attribute.

Team namespace:

  • Added API support for team folder actions. Team folders are special folders that automatically give functional groups within a team the correct access level (view or edit) to the content they need.
  • Added team folder feature
  • Added team_folder/create route.
  • Added team_folder/rename route.
  • Added team_folder/list route.
  • Added team_folder/get_info route.
  • Added team_folder/activate route.
  • Added team_folder/archive route.
  • Added team_folder/archive/check route.
  • Added team_folder/permanently_delete route.

Bug fixes

  • Persistent cookies now cleared
  • Reference to WebKit framework changed from Webkit to WebKit in podspec
  • Testing project consolidated
  • Support for 403 error type