Skip to content

Releases: masbug/flysystem-google-drive-ext

Support for FlySystem V3

28 Jan 16:32
a9cc07a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.1.0

Flysystem V2: token refresh bugfix, PSR-4 cleanup

03 Jan 09:30
8509129
Compare
Choose a tag to compare
Merge pull request #48 from masbug/analysis-Rv9Gkx

Apply fixes from StyleCI

Flysystem V1: token refresh bugfix, PSR-4 cleanup

03 Jan 09:28
bfbca49
Compare
Choose a tag to compare
Merge pull request #49 from masbug/analysis-Yj7bwY

Apply fixes from StyleCI

Permanent delete, auto access token refresh, Psr7^2.0.0 support

08 Oct 07:29
8d9ec0e
Compare
Choose a tag to compare

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

08 Oct 07:32
698fd6c
Compare
Choose a tag to compare

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

13 Jul 19:20
Compare
Choose a tag to compare

Support for Flysystem API V2 was implemented by @erikn69. Thank you Erik!

Merged fixes by @erikn69

13 Jul 19:16
Compare
Choose a tag to compare

Changelog (fixes by @erikn69):

  • fixed character sanitization
  • added functionality to clear the cache on demand
  • added basic tests

PHP 8+ support

14 May 15:08
9d7b58d
Compare
Choose a tag to compare

Access token refresh fix

04 Feb 20:29
5044178
Compare
Choose a tag to compare

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

18 Dec 13:11
Compare
Choose a tag to compare

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