Releases: iterative/PyDrive2
Releases · iterative/PyDrive2
1.10.2
- auth: support passing settings dict to GoogleAuth (#203) @efiop
- auth: add client_creds_dict (#202) @efiop
- Bump actions/checkout from 2 to 3 (#199) @dependabot
- Bump actions/setup-python from 2 to 4 (#198) @dependabot
- Bump pre-commit/action from 2.0.0 to 3.0.0 (#201) @dependabot
- make checksum optional in GDriveFileSystem (#195) @simone-viozzi
- pydrive2: modernise to python 3.7+ (#168) @efiop
1.10.1
- Fix 163: make credentials save/load thread safe (#164) @shcheklein
- Update flake and black (#165) @shcheklein
- Fixed typo (#150) @arunpersaud
- Add info about query for files and wrap some lines (#147) @tmotyl
- Fix links in documentation (#146) @tmotyl
- Fix links to /pydrive2/ (#144) @tmotyl
1.10.0
- Add option to not launch the browser automatically via LocalWebserver (#140) @casperdcl
1.9.4
1.9.3
- docs theme (#135) @casperdcl
- add contributors (#134) @casperdcl
1.9.2
- setup: relax the fsspec requirement (#133) @isidentical
1.9.1
- find: fix detail=True for find() to return dicts (#128) @isidentical
- setup: don't forget funcy for [fsspec] (#126) @efiop
- gh: reduce the max-parallel to 3 (#125) @isidentical
1.9.0
- fs: implement a fsspec-based filesystem backend (#119) @isidentical
- gha: test: limit concurrency (#123) @efiop
- ci: add test/pre-commit actions (#121) @isidentical
1.8.3
- fixes 109: close settings file handler (#110) @shcheklein
1.8.2
- Fixes 103: fix and simplify fetch all metadata logic (#104) @shcheklein