Skip to content

Releases: Jesus/dropbox_api

v0.1.21

Choose a tag to compare

@Jesus Jesus released this 05 Mar 09:21
b5742ee
  • 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

Choose a tag to compare

@Jesus Jesus released this 29 Sep 21:42
acea761
  • 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

Choose a tag to compare

@Jesus Jesus released this 07 Feb 10:48
  • 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

Choose a tag to compare

@Jesus Jesus released this 07 Dec 19:23
c6f833c
  • Updated dependency on Faraday.

v0.1.17

Choose a tag to compare

@Jesus Jesus released this 31 May 21:52
  • 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

Choose a tag to compare

@Jesus Jesus released this 16 Feb 17:41
  • @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

Choose a tag to compare

@Jesus Jesus released this 16 Nov 08:01
  • Bug fix on chunked uploader, see #52. Thanks @simi!

v0.1.14

Choose a tag to compare

@Jesus Jesus released this 12 Nov 19:41
  • Added the get_shared_link_metadata endpoint, thanks to @ghalley.

v0.1.13

Choose a tag to compare

@Jesus Jesus released this 07 Oct 15:53
  • Added the list_file_members endpoint, thanks to @kayakyakr!
  • Minor updates on documentation.

v0.1.12

Choose a tag to compare

@Jesus Jesus released this 14 Jul 10:35
  • Added the following endpoints:
  • Updated the implementation of delete to support its optional param parent_rev.
  • Small improvements in documentation.