Skip to content

Releases: Jesus/dropbox_api

v0.1.11

22 Jun 15:35
Compare
Choose a tag to compare
  • Added the following new endpoints:
    • get_thumbnail_batch, thanks to @kilgore5.
    • file_requests/create_file_request, thanks to @rossmeissl.
    • A new virtual endpoint #upload_by_chunks, thanks to @vtm9.
  • Small improvements in documentation.
  • Bugfixes:

v0.1.10

03 Oct 07:26
Compare
Choose a tag to compare

v0.1.9

20 Sep 15:58
Compare
Choose a tag to compare
  • Added support for media_info metadata field. Thanks to @mendab1e for this.
  • Bugfixes:
    • Issue #26, thanks to @Mavvie for reporting and fixing and @simi for a following up and reviewing.

`upload_session/append_v2` cursor

09 Jul 10:53
Compare
Choose a tag to compare
  • Updated the /upload_session/append_v2 endpoint. It'll now update the offset attribute, this is explained in the documentation.
  • Improved testing & documentation.

Thanks to @Aupajo for his contribution.

v0.1.7

10 Jun 22:50
Compare
Choose a tag to compare
  • Added 2 new endpoints:
    • /copy_reference/get
    • /copy_reference/save

Both thanks to @hmnhf.

v0.1.6: Updates method name in `#unshare_file` spec

06 May 08:56
Compare
Choose a tag to compare
  • Added the content_hash field for file metadata.
  • Added a new endpoint:
  • Bugfixes:
    • Issue #19, thanks to @LaserbeakRocks.

v0.1.5

14 Jan 14:44
Compare
Choose a tag to compare
  • Documentation has improved a lot:
    • All endpoints are now listed as instance methods of Client.
    • Methods implementing endpoints include a section with examples take from the test suite.
  • Added some endpoints:
    • upload_session/start
    • upload_session/append_v2
    • upload_session/finish

v0.1.4

26 Dec 15:48
Compare
Choose a tag to compare
  • Improved implementations of add_file_member and add_folder_member. You can now pass either a member object or an array of members.
  • Improved tests. VCR was using some outdated cassettes, we're now checking the request body to test if the existing cassette matches.
  • Added some endpoints:
    • save_url
    • save_url/check_job_status
  • Added support for more options on the following endpoints:
    • move
    • upload

v0.1.3

28 Nov 19:38
Compare
Choose a tag to compare
  • Better support for standard OAuth2 flow.
  • Added a few new endpoints.
    • get_space_usage
    • get_current_account
    • get_account_batch
    • add_file_member
  • Updated documentation.
  • Several minor bug fixes.

v0.1.2

20 Sep 20:47
Compare
Choose a tag to compare

Just a bugfix.