Skip to content

Commit a4bb6ae

Browse files
committed
Update readme and changelog for 3.0.9 release.
1 parent aa4851e commit a4bb6ae

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

ChangeLog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
3.0.9 (2018-09-15)
2+
---------------------------------------------
3+
- Update to Latest API specs:
4+
- files namespace:
5+
- Increased size limit for download_zip endpoint.
6+
- Update documentation for data transport call limit.
7+
- Added get_temporary_upload_link endpoint.
8+
- paper namespace:
9+
- Added invite_editor to FileAction.
10+
- Added access_inheritance to MembershipInfo.
11+
- team_log namespace:
12+
- Added more event types and details.
13+
- team:
14+
- Added members/move_former_member_files endpoint.
15+
- Added members/move_former_member_files/job_status/check endpoint.
16+
- Add ProgressListener to upload and download.
17+
- Change to include team_id field in auth finish class
18+
119
3.0.8 (2018-05-22)
220
---------------------------------------------
321
- Update to Latest API specs:

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
1414
<dependency>
1515
<groupId>com.dropbox.core</groupId>
1616
<artifactId>dropbox-core-sdk</artifactId>
17-
<version>3.0.8</version>
17+
<version>3.0.9</version>
1818
</dependency>
1919
```
2020

@@ -23,7 +23,7 @@ If you are using Gradle, then edit your project's "build.gradle" and add this to
2323
```groovy
2424
dependencies {
2525
// ...
26-
compile 'com.dropbox.core:dropbox-core-sdk:3.0.8'
26+
compile 'com.dropbox.core:dropbox-core-sdk:3.0.9'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)