Skip to content

Commit 0ce95bc

Browse files
committed
Update readme and changelog for 3.0.7 release.
1 parent d5ece86 commit 0ce95bc

File tree

2 files changed

+61
-13
lines changed

2 files changed

+61
-13
lines changed

ChangeLog.txt

Lines changed: 59 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,74 @@
1+
3.0.7 (2018-04-13)
2+
---------------------------------------------
3+
- Update to Latest API specs:
4+
- Namespace file_properties:
5+
- Updated comments.
6+
- Namespace files:
7+
- Added parent_rev attribute to deletearg.
8+
- Added select_admin_mode attribute to relevant routes.
9+
- Added too_many_write_operations error type to writeerror.
10+
- New createfolderbatch endpoint and related datatypes.
11+
- New fileid alias.
12+
- New symlinkinfo struct on filemetadata.
13+
- New syncsettings objects.
14+
- New thumbnail sizes.
15+
- New thumbnailmode object.
16+
- Namespace seen_state:
17+
- New namespace.
18+
- Namespace sharing:
19+
- Add seen_state.platformtype to userfilemembershipinfo.
20+
- Added select_admin_mode attribute to relevant routes.
21+
- Additional user info added to userinfo struct.
22+
- New accessinheritance union.
23+
- New set_access_inheritance for folderaction.
24+
- New set_access_inheritance route.
25+
- Updated docs.
26+
- Namespace team:
27+
- Add additional error types to membersremoveerror union.
28+
- New hasteamselectivesync object.
29+
- New selective sync settings included in various return objects and error types.
30+
- New update_sync_settings route.
31+
- Updated docstring.
32+
- Updated docstrings.
33+
- Namespace team_common:
34+
- Added new memberspacelimittype union.
35+
- Namespace team_log:
36+
- Lots of updates to struct names and descriptions (note these routes and structs are still in preview and subject to further changes).
37+
- Updated event types.
38+
- Namespace team_policies:
39+
- New showcasedownloadpolicy object.
40+
- New showcaseenabledpolicy object.
41+
- New showcaseexternalsharingpolicy object.
42+
- Namespace users:
43+
- Additional member space limit fields in teamspaceallocation struct.
44+
- Updated routes with select_admin_mode attribute.
45+
- Add withPathRoot to DbxClientV2.
46+
- Make Android and GAE optional in OSGI Import-Package statements.
47+
48+
149
3.0.6 (2018-01-14)
250
---------------------------------------------
351
- Update to Latest API specs:
452
- Namespace common:
5-
- new LanguageCode alias.
53+
- New LanguageCode alias.
654
- Namespace file_properties:
755
- Updated docstrings.
856
- Namespace file_requests:
957
- Updated docstrings.
1058
- Namespace files:
1159
- New aliases and structs relating to shared links.
12-
- Move shared_link to end of parameter list for ListFolderArg.
60+
- Move shared_link to end of parameter list for ListFolderArg.
1361
- Add mode to ListRevisionsArg.
1462
- Namespace sharing:
1563
- New UserFileMembershipInfo struct.
1664
- Namespace team_folders:
17-
- updated doc strings.
18-
- additional async example.
19-
- namespace team_log:
20-
- new TeamEventList alias.
21-
- new autogenerated datatypes.
22-
- namespace team_policies:
23-
- new TwoStepVerificationPolicy.
65+
- Updated doc strings.
66+
- Additional async example.
67+
- Namespace team_log:
68+
- New TeamEventList alias.
69+
- New autogenerated datatypes.
70+
- Namespace team_policies:
71+
- New TwoStepVerificationPolicy.
2472

2573
3.0.5 (2017-10-07)
2674
---------------------------------------------
@@ -40,10 +88,10 @@
4088
- Namespace team_folders:
4189
- updated doc strings.
4290
- additional async example.
43-
- namespace team_log:
91+
- Namespace team_log:
4492
- new TeamEventList alias.
4593
- new autogenerated datatypes.
46-
- namespace team_policies:
94+
- Namespace team_policies:
4795
- new TwoStepVerificationPolicy.
4896

4997
3.0.4 (2017-09-19)

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.6</version>
17+
<version>3.0.7</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.6'
26+
compile 'com.dropbox.core:dropbox-core-sdk:3.0.7'
2727
}
2828
```
2929

0 commit comments

Comments
 (0)