Skip to content

Commit

Permalink
Update readme and changelog for 3.0.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuyangzhao committed Apr 13, 2018
1 parent d5ece86 commit 0ce95bc
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 13 deletions.
70 changes: 59 additions & 11 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,74 @@
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.


3.0.6 (2018-01-14)
---------------------------------------------
- Update to Latest API specs:
- Namespace common:
- new LanguageCode alias.
- New LanguageCode alias.
- Namespace file_properties:
- Updated docstrings.
- Namespace file_requests:
- Updated docstrings.
- Namespace files:
- New aliases and structs relating to shared links.
- Move shared_link to end of parameter list for ListFolderArg.
- Move shared_link to end of parameter list for ListFolderArg.
- Add mode to ListRevisionsArg.
- 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.
- Updated doc strings.
- Additional async example.
- Namespace team_log:
- New TeamEventList alias.
- New autogenerated datatypes.
- Namespace team_policies:
- New TwoStepVerificationPolicy.

3.0.5 (2017-10-07)
---------------------------------------------
Expand All @@ -40,10 +88,10 @@
- Namespace team_folders:
- updated doc strings.
- additional async example.
- namespace team_log:
- Namespace team_log:
- new TeamEventList alias.
- new autogenerated datatypes.
- namespace team_policies:
- Namespace team_policies:
- new TwoStepVerificationPolicy.

3.0.4 (2017-09-19)
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
<dependency>
<groupId>com.dropbox.core</groupId>
<artifactId>dropbox-core-sdk</artifactId>
<version>3.0.6</version>
<version>3.0.7</version>
</dependency>
```

Expand All @@ -23,7 +23,7 @@ If you are using Gradle, then edit your project's "build.gradle" and add this to
```groovy
dependencies {
// ...
compile 'com.dropbox.core:dropbox-core-sdk:3.0.6'
compile 'com.dropbox.core:dropbox-core-sdk:3.0.7'
}
```

Expand Down

0 comments on commit 0ce95bc

Please sign in to comment.