Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.0
Choose a base ref
...
head repository: googleapis/python-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.0
Choose a head ref
  • 14 commits
  • 32 files changed
  • 7 contributors

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    828f529 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. chore: fix get RPO sample (#1207)

    * chore: fix get RPO sample
    
    There was an extra line here that doesn't make sense. Fixing based
    on external user feedback.
    
    * Update samples/snippets/storage_get_rpo.py
    
    Co-authored-by: cojenco <cathyo@google.com>
    
    * remove constant import
    
    ---------
    
    Co-authored-by: cojenco <cathyo@google.com>
    tritone and cojenco authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    243c5de View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency pytest to v7.4.4 (#1204)

    Co-authored-by: cojenco <cathyo@google.com>
    renovate-bot and cojenco authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4e40795 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. build(python): fix docs and docfx builds (#1210)

    * build(python): fix `docs` and `docfx` builds
    
    Source-Link: googleapis/synthtool@fac8444
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfa
    
    * apply googleapis/synthtool#1916
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Cathy Ouyang <cathyo@google.com>
    3 people authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a0416a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    f4cf041 View commit details
    Browse the repository at this point in the history
  2. fix: remove utcnow usage (#1215)

    * fix: replace utcnow in Bucket
    
    * replace utcnow in signing
    
    * update constant and tests
    
    * update datetime in post policy
    
    * replace utcnow in system tests
    
    * replace tzinfo
    cojenco authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8d8a53a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. build(deps): bump cryptography from 41.0.6 to 42.0.0 in /synthtool/gc…

    …p/templates/python_library/.kokoro (#1217)
    
    Source-Link: googleapis/synthtool@e13b22b
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:97b671488ad548ef783a452a9e1276ac10f144d5ae56d98cc4bf77ba504082b4
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: cojenco <cathyo@google.com>
    3 people authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    dcd6774 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    ae9a53b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. samples: replace deprecated method (#1211)

    * samples: replace deprecated method
    
    * update print statement, decode
    cojenco authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0b8f5b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore(main): release 2.15.0 (#1219)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b25b112 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. build(deps): bump cryptography from 42.0.2 to 42.0.4 in .kokoro (#1233)

    Source-Link: googleapis/synthtool@d895aec
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:98f3afd11308259de6e828e37376d18867fd321aba07826e29e4f8d9cab56bad
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: cojenco <cathyo@google.com>
    3 people authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1d19423 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. feat: add support for soft delete (#1229)

    * feat: add support for soft delete
    
    * add restore, get object, list_objects, unit tests
    
    * integration test
    
    * update restore_blob
    
    * SoftDeletePolicy data class
    
    * update docstrings; address comments
    cojenco authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3928aa0 View commit details
    Browse the repository at this point in the history
  2. feat: support includeFoldersAsPrefixes (#1223)

    * feat: support includeFoldersAsPrefixes
    
    * sys test
    
    * update sys test with cleanup
    cojenco authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7bb8065 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.16.0 (#1241)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    afc433c View commit details
    Browse the repository at this point in the history
Loading