Releases: iterative/PyDrive2
Releases · iterative/PyDrive2
1.20.0
What's Changed
New Contributors
- @firefly2442 made their first contribution in #338
- @agrenott made their first contribution in #350
Full Changelog: 1.19.0...1.20.0
1.19.0
What's Changed
- fix(fs): add dirs caching, make it a bit more robust by @shcheklein in #322
- feat(auth): add GDRIVE_NON_INTERACTIVE to avoid launching browser by @shcheklein in #324
- chore(fs): add tests to cover recent PRs by @shcheklein in #328
Full Changelog: 1.18.1...1.19.0
1.18.1
What's Changed
- fix(fs): remove DVC-specific broken cache optimization by @shcheklein in #321
Full Changelog: 1.18.0...1.18.1
1.18.0
1.16.2
What's Changed
- build(deps-dev): bump black from 23.3.0 to 23.7.0 by @dependabot in #292
- Fix oath doc typo by @alexmalins in #302
- build(deps-dev): bump black from 23.7.0 to 23.9.1 by @dependabot in #303
- Migrate from PyPI tokens to Trusted Publishers by @0x2b3bfa0 in #304
New Contributors
- @alexmalins made their first contribution in #302
- @0x2b3bfa0 made their first contribution in #304
Full Changelog: 1.17.0...1.16.2
1.16.1
1.16.0
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