Releases: Jesus/dropbox_api
Releases · Jesus/dropbox_api
v0.1.21
05 Mar 09:21
Compare
Sorry, something went wrong.
No results found
Fix some deprecation warnings coming from Faraday.
Support for Faraday 2.0 (Faraday ~1.0 is still supported).
Thanks to @nsmmrs for contributing.
v0.1.20
29 Sep 21:42
Compare
Sorry, something went wrong.
No results found
New endpoint: search/continue_v2.
Support for refresh tokens, see updated README for details.
Thanks to @tomekdrazek , @wakarana1 & @massongit for their generous contributions!
v0.1.19
07 Feb 10:48
Compare
Sorry, something went wrong.
No results found
Update Faraday version
Add support for v2 of the search endpoint.
Improved project tooling (stuff like rubocop, broken CI, code style, etc.)
v0.1.18
07 Dec 19:23
Compare
Sorry, something went wrong.
No results found
Updated dependency on Faraday.
v0.1.17
31 May 21:52
Compare
Sorry, something went wrong.
No results found
Added a few endpoints, thanks to @anshu1992:
copy_batch & copy_batch_check.
create_folder_batch & create_folder_batch_check.
delete_batch & delete_batch_check.
v0.1.16
16 Feb 17:41
Compare
Sorry, something went wrong.
No results found
@brianhenryhf enhanced list_folder, thanks!
Updated dependency on oauth2, we support any 1.x now. Thanks to @peret .
Fixed the definition of DropboxApi::Metadata::File as per Dropbox's documentation. Thanks to @panckreous .
More API coverage, thanks to @anshu1992:
Added support for the revoke_shared_link endpoint.
Added support for the settings parameter of create_shared_link_with_settings.
v0.1.15
16 Nov 08:01
Compare
Sorry, something went wrong.
No results found
Bug fix on chunked uploader, see #52 . Thanks @simi !
v0.1.14
12 Nov 19:41
Compare
Sorry, something went wrong.
No results found
Added the get_shared_link_metadata endpoint, thanks to @ghalley .
v0.1.13
07 Oct 15:53
Compare
Sorry, something went wrong.
No results found
Added the list_file_members endpoint, thanks to @kayakyakr !
Minor updates on documentation.
v0.1.12
14 Jul 10:35
Compare
Sorry, something went wrong.
No results found
Added the following endpoints:
Updated the implementation of delete to support its optional param parent_rev.
Small improvements in documentation.