Skip to content

Commit

Permalink
Update readme and changelog for 3.0.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuyangzhao committed Sep 15, 2018
1 parent aa4851e commit a4bb6ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
3.0.9 (2018-09-15)
---------------------------------------------
- Update to Latest API specs:
- files namespace:
- Increased size limit for download_zip endpoint.
- Update documentation for data transport call limit.
- Added get_temporary_upload_link endpoint.
- paper namespace:
- Added invite_editor to FileAction.
- Added access_inheritance to MembershipInfo.
- team_log namespace:
- Added more event types and details.
- team:
- Added members/move_former_member_files endpoint.
- Added members/move_former_member_files/job_status/check endpoint.
- Add ProgressListener to upload and download.
- Change to include team_id field in auth finish class

3.0.8 (2018-05-22)
---------------------------------------------
- Update to Latest API specs:
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.8</version>
<version>3.0.9</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.8'
compile 'com.dropbox.core:dropbox-core-sdk:3.0.9'
}
```

Expand Down

0 comments on commit a4bb6ae

Please sign in to comment.