Skip to content

Releases: dropbox/dropbox-sdk-python

v8.6.0 Release

18 Jan 00:29
Compare
Choose a tag to compare

team_common namespace:

  • Added new MemberSpaceLimitType union

team namespace:

  • add additional error types to MembersRemoveError union
  • updated docstring

users namespace:

  • additional member space limit fields in TeamSpaceAllocation struct

team_log namespace:

  • lots of updates to struct names and descriptions (note these routes and structs are still in preview and subject to further changes)

v8.5.1 Release

21 Dec 19:02
Compare
Choose a tag to compare

Release Notes:

  • files namespace
    • Add download_zip endpoint
    • Add properties_error to UploadError
  • team_log namespace
    • Add more event types

v8.5.0 Release

13 Nov 21:54
Compare
Choose a tag to compare

Release Notes:

Namespace Common:

  • New PathRoot and RootInfo related structs and unions

Namespace File_properties:

  • additional documentation
  • new RemoveTemplateArg struct
  • new routes for templates
  • updated TemplateFilter union
  • new PropertiesSearch structs
  • new properties/search/continue route

Namespace Files:

  • updated documentation
  • updated routes with support for select_admin_mode
  • add include_property_groups attribute to to args structs
  • add propert_groups attribute to response structs

Namespace Sharing:

  • update routes to include indicate for select_admin_mode
  • updated examples
  • add too_many_files attribute to RemoveFolderMemberError

Namespace Team:

  • add new has_file_events input/output structs to featres/get_values endpoint
  • add additional examples for device related structs
  • reduce minimum value for UserQuota to 15
  • Updated QuotaError structs
  • New structs and routes to support excluded_users

Namespace Team_policies:

  • add new SmartSyncPolicy union

Namespace Users:

  • add root_info object to FullAccount struct

v8.4.1 Release

01 Nov 18:06
Compare
Choose a tag to compare

Release Notes

Merged #127 to remove explicitly setting SSL flags and instead rely on urllib3 defaults

v8.4.0 Release

11 Oct 18:20
Compare
Choose a tag to compare

update required requests version to 2.16.2+

2.16.0 is the first version of requests to explicitly depend on urllib3, though there are problems with 2.16.0 and 2.16.1. Requiring 2.16.2 allows us to remove our explicit dependency on urllib3 and instead let requests drive the version of urllib3 to install. This should resolve errors where users have older conflicting versions of requests and urllib3 installed.

v8.3.1 Release

10 Oct 23:12
Compare
Choose a tag to compare

Spec Changes:

  • Move shared_link to end of parameter list for ListFolderArg.
  • Add mode to ListRevisionsArg.

v8.3.0 Release

05 Oct 16:58
Compare
Choose a tag to compare

Release Notes from Stone Spec

Namespace common:

  • new LanguageCode alias

Namespace file_properties:

  • Updated docstrings

Namespace file_requests:

  • Updated docstrings

Namespace files:

  • New aliases and structs relating to shared links

Namespace sharing:

  • New UserFileMembershipInfo struct

Namespace team_folders:

  • updated doc strings
  • additional async example

namespace team_log:

  • new TeamEventList alias
  • new autogenerated datatypes

namespace team_policies:

  • new TwoStepVerificationPolicy

v8.2.0 Release

19 Sep 05:38
Compare
Choose a tag to compare

Release notes from Stone Spec

General:

  • Updated docstrings in multiple namespaces
  • Updated general route configuration to support select_admin_mode

file_properties namespace:

  • New routes and structs for the file properties and templates API functionality

file_requests namespace:

  • New routes and structs for the file_requests API functionality

files:

  • deprecate preview routes for files_properties

files_properties:

  • removed in favor of file_properties

properties:

  • removed in favor of file_properties

team_property_templates:

  • removed in favor of file_properties

team:

  • deprecate beta properites routes

team_members:

  • Update NamePart? to be OptionalNamePart?

team_policies:

  • Add new team policies for SSO Paper, RolloutMethod and PasswordStrength

v8.1.0 release

07 Sep 18:58
Compare
Choose a tag to compare

Release Notes from stone spec:

General:

  • Numerous updates to docstrings across all namespaces.

Common Namespace:

  • New aliases for OptionalNamePart and DisplayNameLegacy

Files Namespace:

  • New attributes for ListFolderArg: included_mounted_folders, limit
  • New get_thumbnail_batch route and corresponding interfaces.

Paper Namespace:

  • New "docs/create" and "docs/update" routes and corresponding interfaces.

Sharing_Folders namespace:

  • Updated PermissionDeniedReason union

Team_Log Namespace

  • Reduced strictness of pattern matching for IpAddress
  • New FileCommentNotificationPolicy union
  • Multiple updated attribute names in unions.
  • New Structs for new team_log objects

Team namespace:

New routes & corresponding interfaces:
    member_space_limits/set_custom_quota
    member_space_limits/remove_cusom_quota
    member_space_limits/get_custom_quota

v8.0.0

23 Jun 23:13
Compare
Choose a tag to compare
  • Updated Stone
  • Fix host for calls to /oauth2/authorize (#109)
  • Remove support for API v1 (#96)