Skip to content

Releases: keboola/google-drive-writer

3.1.1

12 Dec 12:40
3893951
Compare
Choose a tag to compare

What's Changed

  • Fix/PST-1507 - Mark run as error if all fetched tables fails by @themark147 in #29

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

20 Nov 09:38
2d24686
Compare
Choose a tag to compare

What's Changed

  • PST-2234: update to Google Sheets client 1.5.0 by @MiroCillik in #28

Google Sheets Client 1.5.0 now uses "resumable" endpoint instead of "media" endpoints. This is more suitable for larger files.
For now we don't really use the resumable functionality, but we could in the future if needed.

Full Changelog: 3.0.0...3.1.0

3.0.0

30 Apr 11:05
ca5186d
Compare
Choose a tag to compare

What's Changed

  • fix: don't use getFile on folders - scopes won't allow it
  • BC break: removed sync action getFolders
  • CI: added Github Actions pipeline
  • chore: partially fixed codestyle, generated phpstan baseline

by @MiroCillik in #27
Full Changelog: 2.5.6...3.0.0

2.5.6

17 Aug 13:30
14dc6d6
Compare
Choose a tag to compare

Changelog

  • 4xx error are converted to UserException (#25).

Better handling of 403 errors

17 Aug 12:20
768c5c1
Compare
Choose a tag to compare
Merge pull request #20 from keboola/miro-403

fix: on 403 error, log warning and continue with other sheets

2.5.4: Merge pull request #17 from keboola/miro-logger

20 Jul 08:20
8234716
Compare
Choose a tag to compare
fix (Application): dont log context object

2.5.3: Merge pull request #16 from keboola/miro-logger

19 Jul 14:09
841ddc7
Compare
Choose a tag to compare
fix (Application): 403 error uri to string

2.5.2: Merge pull request #15 from keboola/miro-logger

19 Jul 13:58
35af2ab
Compare
Choose a tag to compare
fix (run.php): logger info replaced with echo, coz the info message w…

Better 403 warning

19 Jul 13:27
9aaa923
Compare
Choose a tag to compare

Added URI of the resource, the user doesn't have permissions to.

2.4.7

26 Feb 12:10
2a3ad41
Compare
Choose a tag to compare

fix: update destination file on using files input mapping. Fixes #11