- Notifications
You must be signed in to change notification settings - Fork166
Comparing changes
Open a pull request
base repository:googleapis/python-storage
Uh oh!
There was an error while loading.Please reload this page.
base:v2.13.0
head repository:googleapis/python-storage
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.14.0
- 12commits
- 33files changed
- 8contributors
Commits on Nov 9, 2023
fix: use native namespace to avoid pkg_resources warnings (#1176)
* fix: use native namespace to avoid pkg_resources warnings* remove comment header of empty files* bring in line with auth library changes* lint* fix coverage* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* add tests and remove namespace_packages in setup.py* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* mark this as a system test* remove test for now* remove obsolete namespace list---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
chore: bump urllib3 from 1.26.12 to 1.26.18 (#1178)
Source-Link:googleapis/synthtool@febacccPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:caffe0a9277daeccc4d1de5c9b55ebba0901b57c2f713ec9c876b0d4ec064f61Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Dec 1, 2023
feat: Add support for Python 3.12 (#1187)
* chore(python): Add Python 3.12Source-Link:googleapis/synthtool@af16e6dPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bacc3af03bff793a03add584537b36b5644342931ad989e3ba1171d3bd5399f5* Add trove classifier for python 3.12* Update contributing.rst, noxfile and constraints to include python 3.12* remove usage of deprecated assertDictContainsSubsetpython/cpython#28268* update tests KMS key settings---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>Co-authored-by: Cathy Ouyang <cathyo@google.com>
Commits on Dec 2, 2023
chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/temp…
…lates/python_library/.kokoro (#1190)Source-Link:googleapis/synthtool@9367caaPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f155882785883336b4468d5218db737bb1d10c9cea7cb62219ad16fe248c03cCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: cojenco <cathyo@google.com>
chore(deps): update all dependencies (#1114)
* chore(deps): update all dependencies* Seehttps://github.com/pandas-dev/pandas/releases/tag/v2.1.0---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Dec 7, 2023
feat: support object retention lock (#1188)
* feat: add support for object retention lock* add Retention config object in Blob* update tests* update test coverage* clarify docstrings---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
fix: clarify error message and docstrings in Blob class method (#1196)
* fix: clarify error message and docstrings* run docs
cojenco authoredDec 7, 2023
Commits on Dec 10, 2023
chore(deps): update dependency pandas to v2.1.4 (#1198)
renovate-bot authoredDec 10, 2023
Commits on Dec 12, 2023
chore(main): release 2.14.0 (#1182)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredDec 12, 2023
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 v2.13.0...v2.14.0
Uh oh!
There was an error while loading.Please reload this page.