forked from dropbox/dropbox-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog.txt
More file actions
58 lines (40 loc) · 1.73 KB
/
ChangeLog.txt
File metadata and controls
58 lines (40 loc) · 1.73 KB
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
- Include SDK version in HTTP requests (via the User-Agent header).
- Fix 'urlState' handling in DbxWebAuth. Was mistakenly include the
'|' separator.
---------------------------------------------
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.