Skip to content

Releases: dropbox/dropbox-sdk-js

v7.2.1

22 Oct 17:08
2f0291e
Compare
Choose a tag to compare

Release Notes:

  • Add flag to generate routes to wrap return types (#381)

v7.2.0

21 Oct 20:38
ce6ee21
Compare
Choose a tag to compare

Release Notes:

  • Fix default in getAuthenticationUrl to pass legacy if requested (#359)

  • Bump @babel/register from 7.11.5 to 7.12.1 (#369)

  • Bump @testing-library/dom from 7.26.0 to 7.26.3 (#374)

  • Bump @types/node from 14.11.10 to 14.14.1 in /examples/typescript (#376)

  • Bump @types/node from 14.11.8 to 14.14.1 (#377)

  • Update return types from T to DropboxResponse & Spec Update (#352)

  • Add Node Build Tests (#343)

  • Bump @types/node from 14.11.8 to 14.11.10 in /examples/typescript (#367)

  • Bump codecov/codecov-action from v1.0.13 to v1.0.14 (#366)

  • Bump rollup from 2.29.0 to 2.32.0 (#365)

  • Bump @babel/core from 7.11.6 to 7.12.3 (#364)

  • Bump @babel/preset-env from 7.11.5 to 7.12.1 (#363)

  • Bump @babel/cli from 7.11.6 to 7.12.1 (#361)

  • Bump actions/setup-python from v2.1.3 to v2.1.4 (#358)

  • Bump @testing-library/dom from 7.24.5 to 7.26.0 (#354)

  • Add section on fetch behavior to UPGRADING.md (#331)

  • Update Trigger for Spec Update action (#349)

v7.1.0

12 Oct 22:02
16f12ea
Compare
Choose a tag to compare

Release Notes:

  • Automated Spec Update (#344)

  • Bump @types/node from 14.11.5 to 14.11.8 in /examples/typescript (#347)

  • Fix Response Error Handling to throw error at correct time. (#342)

  • Bump eslint from 7.10.0 to 7.11.0 (#346)

  • Bump @types/node from 14.11.5 to 14.11.8 (#345)

  • Bump peter-evans/create-pull-request from v3.4.0 to v3.4.1 (#348)

  • Bump rollup from 2.28.2 to 2.29.0 (#328)

  • Browser Build Tests (#330)

v7.0.0

07 Oct 17:45
aadb715
Compare
Choose a tag to compare

Release Notes:

  • Bump sinon from 9.1.0 to 9.2.0 (#326)

  • Bump @types/node from 14.11.2 to 14.11.5 in /examples/typescript (#325)

  • Bump @types/node from 14.11.2 to 14.11.5 (#327)

  • Add extension to import, update no arg routes to not require null, add base64 function to remove Buffer, update readme for examples (#323)

  • Automated Spec Update (#322)

  • Fix noauth constant, Update error types, Add release scripts (#314)

  • Bump actions/setup-python from v2.1.2 to v2.1.3 (#317)

  • Update actions/setup-node requirement to v2.1.2 (#319)

  • Bump sinon from 9.0.3 to 9.1.0 (#310)

  • Fix refreshAccessToken response (#311)

  • Fix typo in question_help template (#302)

v6.0.2

29 Sep 20:27
cb05b61
Compare
Choose a tag to compare
  • Update files to include in distributable
  • Bind window to fetch function
  • Add DropboxResponse translation to upgrading

v6.0.1

28 Sep 19:40
03c2e41
Compare
Choose a tag to compare

Change Notes:

  • Update publish action to correctly build package
  • Update upload example

v6.0.0

25 Sep 20:25
037454d
Compare
Choose a tag to compare

Change Notes:

  • Create Standard Repository Files
    • issue templates
    • pr templates
    • code of conduct
    • contributing
    • license
    • Readme
    • Upgrading
  • Added github actions for ci, code coverage, documentation pushes, and npm uploads
  • Add code coverage
  • Migrate Dropbox auth code into DropboxAuth
  • Unify DropboxTeam and Dropbox
  • Update code generation
  • Update examples to all work with new code
  • Add testing framework for unit/ts/integ tests

Please See UPGRADING.md for a guide on how to migrate

Check Namespace:

  • Update comments for auth tests

Remove Cloud_Docs Namespace

File Request Namespace:

  • Add optional description parameter to FileRequest, CreateFileRequestArgs, and UpdateFileRequestArgs structs

Files Namespace:

  • Add operation_suppressed type to WriteError union
  • Update Comments

Shared Links Namespace:

  • Update Comments

Sharing Files Namespace:

  • Update Comments

Sharing Folders Namespace:

  • Update Comments

Team Legal Holds Namespace:

  • Add invalid_date to LegalHoldsPolicyCreateError union

Team Log Generated Namespace:

  • Add BackupStatus union
  • Add PolicyType union
  • Add data_governance and remove legal_holds from EventCategory union
  • Remove
  • Add GovernancePolicyAddFoldersDetails, GovernancePolicyCreateDetails, GovernancePolicyDeleteDetails, GovernancePolicyEditDetailsDetails, GovernancePolicyEditDurationDetails, GovernancePolicyRemoveFoldersDetails, DeviceSyncBackupStatusChangedDetails, GroupRemoveMemberDetails, GroupRenameDetails, ShmodelDisableDownloadsDetails, ShmodelEnableDownloadsDetails structs
  • Add optional login_id to LogoutDetails struct
  • Add governance_policy_add_folders_details, governance_policy_create_details, governance_policy_delete_details, governance_policy_edit_details_details, governance_policy_edit_duration_details, governance_policy_remove_folders_details, device_sync_backup_status_changed_details, shmodel_disable_downloads_details, shmodel_enable_downloads_details to EventDetails union
  • Add GovernancePolicyAddFoldersType, GovernancePolicyCreateType, GovernancePolicyDeleteType, GovernancePolicyEditDetailsType, GovernancePolicyEditDurationType, GovernancePolicyRemoveFoldersType DeviceSyncBackupStatusChangedType, ShmodelDisableDownloadsType, ShmodelEnableDownloadsType structs
  • Add governance_policy_add_folders, governance_policy_create, governance_policy_delete, governance_policy_edit_details, governance_policy_edit_duration, governance_policy_remove_folders, device_sync_backup_status_changed, shmodel_disable_downloads, shmodel_enable_downloads to the EventType union
  • Add governance_policy_add_folders, governance_policy_create, governance_policy_delete, governance_policy_edit_details, governance_policy_edit_duration, governance_policy_remove_folders, device_sync_backup_status_changed, shmodel_disable_downloads,shmodel_enable_downloads
  • Update comments

Users Namespace:

  • Update Comments and examples

v5.2.1

22 Jul 22:20
Compare
Choose a tag to compare

Fix TextEncoder not working with older versions of Node.

v5.2.0

30 Jun 01:29
Compare
Choose a tag to compare

SDK Change Notes:
Fix js doc tag in dropbox_base.js.

API Change Notes:

Files Namespace

Add internal_error to SearchError union.
Add locked to LookupError union.
Add cant_move_into_vault to RelocationError union.
Add MoveIntoVaultError union.
Add SearchMatchFieldOptions struct.
Add optional match_field_options to SearchV2Arg struct.
Doc/example changes.
Sharing Namespace

Add is_vault to SharePathError union.
Add invalid_shared_folder to AddFolderMemberError union.
Team Namespace

Make members field of LegalHoldsPolicyUpdateArg struct optional.
Add app_folder_removal_not_supported to RevokeLinkedAppError union.
Doc/example changes.
Team Log Namespace

Add auto_approve to InviteMethod union.
Add moved_from_another_team to InviteMethod union.
Add moved_from_another_team to MemberStatus union.
Add no_one to SharedLinkVisibility union.
Add optional new_team to MemberChangeStatusDetails struct.
Add optional previous_team to MemberChangeStatusDetails struct.
Add external_sharing_create_report_details to EventDetails union.
Add external_sharing_report_failed to EventDetails union.
Add content_administration_policy_changed_details to EventDetails
Add external_sharing_create_report to EventType.
Add external_sharing_report_failed to EventType.
Add content_administration_policy_changed to EventType.
union.
Add send_for_signature_policy_changed_details to EventDetails union.
Add external_sharing_create_report to EventTypeArgs union.
Add external_sharing_report_failed to EventTypeArgs union.
Add content_administration_policy_changed to EventTypeArgs union.
Add send_for_signature_policy_changed to EventTypeArgs union.
Add SendForSignaturePolicy union.
Add ExternalSharingCreateReportDetails struct.
Add ExternalSharingReportFailedDetails struct.
Add ContentAdministrationPolicyChangedDetails struct.
Add SendForSignaturePolicyChangedDetails struct.
Add ExternalSharingCreateReportType struct.
Add ExternalSharingReportFailedType struct.
Add ContentAdministrationPolicyChangedType struct.
Add SendForSignaturePolicyChangedType struct.

v5.1.0

09 Jun 18:52
Compare
Choose a tag to compare

Change Notes:

  • Fix export bug
  • Fix browser crypto bug
  • Update typescript documentation/types
  • Fix buffer import