forked from sa4250mnpo70/dropbox-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
46 lines (33 loc) · 1.54 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
---------------------------------------------
1.1.3 (2014-01-28)
- Fix for PHP installations that use NSS as the SSL backend.
---------------------------------------------
1.1.2 (2013-12-10)
- Bail out if 'mbstring.func_overload' is set. We need the standard string
functions to behave as originally defined.
- Tweak web-file-browser.php example to work in an existing web server setup.
- Fix bug with file uploads, triggered when a chunked upload request succeeds
but the response doesn't get back to us.
- Add support for "path_prefix" parameter to /delta.
- Add support for API call that upgrades OAuth 1 tokens to OAuth 2 tokens.
- Stricter SSL: Use pinned root certificates and a fixed list of ciphersuites.
Include "examples/test-ssl.php" to let people check their PHP installation.
---------------------------------------------
1.1.1 (2013-08-21)
- uploadFile no longer closes the caller's input stream.
---------------------------------------------
1.1.0 (2013-07-08)
- Switch to OAuth 2. This is a backwards incompatible change to the auth API,
but all regular API calls remain unchanged.
---------------------------------------------
1.0.2 (2013-06-17)
- Fixed performance problem with file uploads when reading from from a
network stream.
- Treat HTTP 502 like HTTP 500 (yields better retry behavior)
---------------------------------------------
1.0.1 (2013-05-09)
- Fix Client.getMetadataWithChildrenIfChanged
- Add "--locale=..." option to examples.
---------------------------------------------
1.0.0 (2013-04-04)
- First versioned release.