Skip to content

v3.0.7

Choose a tag to compare

@jiuyangzhao jiuyangzhao released this 13 Apr 10:37

3.0.7 (2018-04-13)

  • Update to Latest API specs:
    • Namespace file_properties:
      • Updated comments.
    • Namespace files:
      • Added parent_rev attribute to deletearg.
      • Added select_admin_mode attribute to relevant routes.
      • Added too_many_write_operations error type to writeerror.
      • New createfolderbatch endpoint and related datatypes.
      • New fileid alias.
      • New symlinkinfo struct on filemetadata.
      • New syncsettings objects.
      • New thumbnail sizes.
      • New thumbnailmode object.
    • Namespace seen_state:
      • New namespace.
    • Namespace sharing:
      • Add seen_state.platformtype to userfilemembershipinfo.
      • Added select_admin_mode attribute to relevant routes.
      • Additional user info added to userinfo struct.
      • New accessinheritance union.
      • New set_access_inheritance for folderaction.
      • New set_access_inheritance route.
      • Updated docs.
    • Namespace team:
      • Add additional error types to membersremoveerror union.
      • New hasteamselectivesync object.
      • New selective sync settings included in various return objects and error types.
      • New update_sync_settings route.
      • Updated docstring.
      • Updated docstrings.
    • Namespace team_common:
      • Added new memberspacelimittype union.
    • Namespace team_log:
      • Lots of updates to struct names and descriptions (note these routes and structs are still in preview and subject to further changes).
      • Updated event types.
    • Namespace team_policies:
      • New showcasedownloadpolicy object.
      • New showcaseenabledpolicy object.
      • New showcaseexternalsharingpolicy object.
    • Namespace users:
      • Additional member space limit fields in teamspaceallocation struct.
      • Updated routes with select_admin_mode attribute.
  • Add withPathRoot to DbxClientV2.
  • Make Android and GAE optional in OSGI Import-Package statements.