-
Notifications
You must be signed in to change notification settings - Fork 156
Comparing changes
Open a pull request
base repository: googleapis/python-storage
base: v1.40.0
head repository: googleapis/python-storage
compare: v1.41.0
- 8 commits
- 34 files changed
- 4 contributors
Commits on Jul 6, 2021
-
fix: populate etag / generation / metageneration properties during do…
Configuration menu - View commit details
-
Copy full SHA for 49ba14c - Browse repository at this point
Copy the full SHA 49ba14cView commit details
Commits on Jul 8, 2021
-
feat: add support for Etag headers on reads (#489)
Support conditional requests based on ETag for read operations (`reload`, `exists`, `download_*`). My own testing seems to indicate that the JSON API does not support ETag If-Match/If-None-Match headers on modify requests (`patch`, `delete`, etc.), please correct me if I am mistaken. This part two of #451. Part one in #488. Fixes #451 🦕
Configuration menu - View commit details
-
Copy full SHA for 741d3fd - Browse repository at this point
Copy the full SHA 741d3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c111a28 - Browse repository at this point
Copy the full SHA c111a28View commit details -
fix(deps): update minimum dependency versions to pick up bugfixes (#496)
Also, actually test those minimum versions using constraints file. Closes #494
Configuration menu - View commit details
-
Copy full SHA for 92251a5 - Browse repository at this point
Copy the full SHA 92251a5View commit details
Commits on Jul 9, 2021
-
fix: revise and rename is_etag_in_json(data) (#483)
* fix: handle cases where data is a dict in is_etag_in_json(data) * address comments and accept proposed changes * revise is_etag_in_json to check dict data * revise docstring wording * revise docstrings * rename conditional predicate to is_etag_in_data
Configuration menu - View commit details
-
Copy full SHA for 0a52546 - Browse repository at this point
Copy the full SHA 0a52546View commit details
Commits on Jul 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a8aaaf6 - Browse repository at this point
Copy the full SHA a8aaaf6View commit details
Commits on Jul 13, 2021
-
tests: suppress deprecation warnings in unit test output (#499)
Test hygeine: avoid importing module-under-test at module scope Closes #498.
Configuration menu - View commit details
-
Copy full SHA for c787d12 - Browse repository at this point
Copy the full SHA c787d12View commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6486010 - Browse repository at this point
Copy the full SHA 6486010View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.40.0...v1.41.0