-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathChangeLog.txt
78 lines (56 loc) · 2.43 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---------------------------------------------
2.0-beta-1 (2015-10-13)
- Add support for Dropbox API v2. Moved API v1-specific classes to
'v1' sub-package.
- Add support for Android.
- Add support for using OkHttp as the HTTP client library.
- Add support for /1/account/info fields: email, email_verified,
name_details.
---------------------------------------------
1.8.1 (2015-09-21)
- Fix bug in version validation code that caused crash at startup.
---------------------------------------------
1.8 (2015-09-14)
- Include SDK version in HTTP requests (via the User-Agent header).
- Fix 'urlState' handling in DbxWebAuth. Was mistakenly include the
'|' separator.
- Add support for /delta/latest_cursor and /longpoll_delta.
- Add support for include_media_info=true on /metadata and /delta.
- Add support for using OkHttp as the underlying HTTP client.
---------------------------------------------
1.7.7 (2014-09-02)
- Fix encoding of Unicode characters in API request URL paths. Bug
affected systems where Java's "file.encoding" wasn't UTF-8.
---------------------------------------------
1.7.6 (2013-12-09)
- Stricter SSL: Hard-code the ciphersuites and trusted root
certificates (instead of using the system defaults).
- Add DbxOAuth1Upgrader, which upgrades existing OAuth 1 access tokens
to OAuth 2 access tokens.
- Add support for /delta's new "path_prefix" parameter.
---------------------------------------------
1.7.5 (2013-09-16)
- Fix crash in getRevisions.
---------------------------------------------
1.7.4 (2013-09-13)
- Fix crash in getAccountInfo, caused by new quota field "datastores".
- Fix file uploading by setting Content-Type explicitly.
---------------------------------------------
1.7.3 (2013-09-05)
- Fix copy/move for folders.
- Fix getMetadataWithChildren for when the file/folder doesn't exist.
---------------------------------------------
1.7.2 (2013-08-22)
- Get thumbnails working (they were completely broken).
---------------------------------------------
1.7.1 (2013-08-21)
- Get chunked uploads working (they were almost completely broken).
---------------------------------------------
1.7 (2013-07-31)
- Added support for most API calls.
- A few minor backwards-incompatibilities.
---------------------------------------------
1.6 (2013-07-07)
- Completely rewritten SDK, focused on web apps (no Android support).
- Many API calls not yet implemented.
- Not backwards compatible with previous versions.