-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
23 lines (23 loc) · 1009 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
1.0 (2011-7-11)
* Backwards compatibility broken
- Changed interface
- Change 'sandbox' references to 'app_folder'
* Updated SDK to Dropbox API Version 1, supporting all calls
- Added 'rev' parameter to metadata and get_file
- Added 'parent_rev' parameter to put_file
- Added search, share, media, revisions, and restore
- put_file uses /files_put instead of multipart POST
- Removed methods for calls that were removed from v1 of the REST API
* Changed return format for calls
- On error (non-200 response), an exception is raised
- On success, the JSON is parsed and a Hash is returned
* Updated examples
- Improved CLI example
- Added a Ruby on Rails 3 controller example
- Added a web based file browser/uploader that uses Sinatra
* put_file no longer takes a "name" arugment, only takes a full path
* Removed reliance on config files
* Assorted bugfixes and improvements
* All calls are now made over SSL
* Fully documented code for RDoc generation
* Added a CHANGELOG