Releases: keboola/google-drive-extractor-config-rows
Releases · keboola/google-drive-extractor-config-rows
3.1.1
What's Changed
- migrate to GH Actions by @ondrajodas in https://github.com/keboola/google-drive-extractor/pull/42
Full Changelog: keboola/google-drive-extractor@3.1.0...3.1.1
3.1.0
Changelog
- refactored functional tests
3.0.0
Changelog
- used "json" config instead "yaml"
- used php-component packages
- used config-rows configuration
2.5.0
Changelog
- update vendor packages
2.4.0
Changelog
- fix count columns in multiple headers
2.3.2
Changelog
- throw invalidSheet as UserException
2.3.1
- fix: sheetId can also be of type string
2.3.0
- updated to php 7.4
- updated dependencies
- updated codestyle
- fixed "out of memory" issues, getSpreadsheets only downloads the necessary metadata fields
2.2.3
- reduced the size of downloaded data chunk to remedy "out of memory" errors on large sheets
Fix:Improved exception handling
FIXES #18