Releases: masbug/flysystem-google-drive-ext
Releases · masbug/flysystem-google-drive-ext
Support for FlySystem V3
Flysystem V2: token refresh bugfix, PSR-4 cleanup
Merge pull request #48 from masbug/analysis-Rv9Gkx Apply fixes from StyleCI
Flysystem V1: token refresh bugfix, PSR-4 cleanup
Merge pull request #49 from masbug/analysis-Yj7bwY Apply fixes from StyleCI
Permanent delete, auto access token refresh, Psr7^2.0.0 support
Changelog (improvements & fixes by @erikn69):
- added convenience functions: emptyTrash, uncacheFolder, getService
- added usePermanentDelete optional parameter: it controls whether adapter deletes files permanently or puts them in the trash bin (autodeleted after 30 days)
- added automatic access token refreshing (useful for long running tasks)
- added compatibility with Psr7^2.0.0
Thanks Erik!
Flysystem V1: Permanent delete, auto access token refresh, Psr7^2.0.0 support
Changelog (improvements & fixes by @erikn69):
- added convenience functions: emptyTrash, uncacheFolder, getService
- added usePermanentDelete optional parameter: it controls whether adapter deletes files permanently or puts them in the trash bin (autodeleted after 30 days)
- added automatic access token refreshing (useful for long running tasks)
- added compatibility with Psr7^2.0.0
Thanks Erik!
Support for Flysystem V2
Support for Flysystem API V2 was implemented by @erikn69. Thank you Erik!
Merged fixes by @erikn69
Changelog (fixes by @erikn69):
- fixed character sanitization
- added functionality to clear the cache on demand
- added basic tests
PHP 8+ support
- PHP8+ support by @erikn69
Access token refresh fix
Fix provided by @erikn69:
- correctly retrieve access token when using a service account
- refresh access token, if needed
- add 'id' field to file object
Added team drive support; minor fixes; deps updates
Changelog:
- added support for team drives
- fixed duplicate folder creation bug
- fixed unable to list contents of a directory with dots in the name
- minor updates