Skip to content

Tags: iterative/PyDrive2

Tags

1.21.3

Toggle 1.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set upper bound for cryptography (#364)

1.21.2

Toggle 1.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): pin pyopenssl due to incompatible changes (#362)

* fix(deps): pin pyopenssl due to incompatible changes

* linter - fix line too long in setup.py

1.21.1

Toggle 1.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(fs): rename get file args to fsspec spec (#360)

1.20.0

Toggle 1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Partial compatibility with Google security update 2021 (#350)

* Partial compatibility with Google security update 2021

Google Drive added a new "resourceKey" attribute required to access documents shared by links.
This resourceKey must be passed through HTTP header, aside with the document ID.
resourceKey can be retrieved from a previous list operation on containing folder.
Partial implementation; only for basic methods: GetContentFile, GetContentIOBuffer and FetchMetadata.

* lint

---------

Co-authored-by: Ivan Shcheklein <shcheklein@gmail.com>

1.19.0

Toggle 1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(fs): add tests to cover recent PRs (#328)

1.18.1

Toggle 1.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump actions/checkout from 3 to 4 (#301)

* build(deps): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pre-commit.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Shcheklein <shcheklein@gmail.com>

1.18.0

Toggle 1.18.0's commit message
Delete .github/workflows/release-drafter.yml

1.16.2

Toggle 1.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request from GHSA-v5f6-hjmf-9mc5

1.17.0

Toggle 1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add .GetRevisions() option (#297)

* Add .GetRevisions() option

* Reformat GetRevisions() comments

---------

Co-authored-by: Ivan Shcheklein <shcheklein@gmail.com>

1.16.1

Toggle 1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pydrive2: use isinstance() instead of type() (#291)

Looks like this was an anti pattern that stuck around from some early
days.

Fixes treeverse/dvc-gdrive#31