Releases: iterative/PyDrive2
Releases · iterative/PyDrive2
1.15.4
- Add bind_addr parameter to LocalWebserverAuth (#279) @aripollak
- Set content picks default title/mime if file is created for the first time (#276) @shcheklein
- fix(upload/272): don't magically set filename on set file content (#273) @shcheklein
1.15.3
What's Changed
- fix(ci): try the latest ubuntu by @shcheklein in #275
- fs: use itertools.chain.from_iterable instead of funcy.py3.cat by @efiop in #274
Full Changelog: 1.15.2...1.15.3
1.15.2
- fix(upload): returns broken
downloadUrl
(#270) @shcheklein
1.15.1
- fix/256(fsspec): size can be None for drive files (#257) @shcheklein
1.15.0
What's Changed
- remove six by @shcheklein in #216
- Do not force load metadata before updating a file by @shcheklein in #223
- [skip ci]: use gh-action-pypi-publish@release/v1 by @skshetry in #226
- build(deps-dev): bump black from 22.3.0 to 22.8.0 by @dependabot in #228
- Implement mv method in GDriveFileSystem by @simone-viozzi in #217
- add more documentation to auth and file management by @matiasrebori in #233
- build(deps-dev): bump black from 22.8.0 to 22.10.0 by @dependabot in #235
- pyinstaller: add package hooks by @pmrowla in #243
- pyinstaller: fix CI on py<3.10 by @pmrowla in #244
New Contributors
- @matiasrebori made their first contribution in #233
- @pmrowla made their first contribution in #243
Full Changelog: 1.14.0...1.15.0
1.14.0
1.13.0
1.12.1
1.12.0
1.11.2
- settings: don't forget to specify struct for save_credentials_dict