All notable changes to dropbox-api
will be documented in this file
- Run tests using Pest by @jmsche in #124
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #125
- Bump actions/checkout from 2 to 4 by @dependabot in #126
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #129
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #128
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #131
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #133
- Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in #136
- PHP 8.4 deprecations by @simoheinonen in #138
- @simoheinonen made their first contribution in #138
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.22.0...1.23.0
- Cleanup and improvements by @jmsche in #123
- Drop support for old PHP versions
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.21.2...1.22.0
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #115
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #117
- Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #118
- Fix README badges by @jmsche in #120
- Allow graham-campbell/guzzle-factory v7 by @jmsche in #119
- Fix PHPUnit errors & failures by @jmsche in #121
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.21.1...1.21.2
- Add PHP 8.2 support by @patinthehat in #110
- Add dependabot automation by @patinthehat in #109
- Update Dependabot Automation by @patinthehat in #112
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #113
- Allow graham-campbell/guzzle-factory v6 by @jmsche in #114
- @patinthehat made their first contribution in #110
- @dependabot made their first contribution in #113
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.21.0...1.21.1
- Add ability to set the namespace ID for requests by @rstefanic in #105
- @rstefanic made their first contribution in #105
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.20.2...1.21.0
- uploadSessionStart and uploadSessionFinish can accept resource by @dmitryuk in #102
- @dmitryuk made their first contribution in #102
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.20.1...1.20.2
- Fix refreshable token response by @einarsozols in #100
- @einarsozols made their first contribution in #100
Full Changelog: https://github.com/spatie/dropbox-api/compare/1.20.0...1.20.1
- Added refreshable token provider interface.
- fix compability with guzzlehttp/psr7 2.0 (#91)
- add autoRename parameter for move() method (#89)
- add autorename option to upload method (#86)
- allow graham-campbell/guzzle-factory v5 (#79)
TokenProvider
interface for accesstokens (#76)
- allow PHP 8
- allow the Client to work with Dropbox business accounts
- allow Guzzle 7 (#70)
- add support for app authentication and no authentication
- added
downloadZip
(#66)
- add
search
method
- make compatible with PHP 7.4
- add
$response
toBadRequest
- move retry stuff to package
- make guzzle retry 5xx and 429 responses
- add
getEndpointUrl
- drop support for PHP 7.0
- fix for
createSharedLinkWithSettings
with empty settings
- add getter and setter for the access token
- fix for piped streams
- adjust
normalizePath
to allow id/rev/ns to be queried
- fix max chunk size
- fix for finishing upload session
- add various new methods to enable chuncked uploads
- use recommended
move_v2
method to move files
- add missing parameters to
listSharedLinks
method
- fix broken
revokeToken
andgetAccountInfo
- add
revokeToken
andgetAccountInfo
- add
listSharedLinks
- add error code to thrown exception
- added
createSharedLinkWithSettings
- added
listFolderContinue
- Bugfix: set default value for request body
- initial release