Skip to content
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.6.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.7.0
Choose a head ref
  • 12 commits
  • 21 files changed
  • 7 contributors

Commits on Nov 9, 2022

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

Commits on Nov 15, 2022

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

Commits on Nov 16, 2022

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

Commits on Nov 18, 2022

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

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    7cfedf4 View commit details
    Browse the repository at this point in the history
  2. chore(python): drop flake8-import-order in samples noxfile [autoappro…

    …ve] (#916)
    
    * chore(python): drop flake8-import-order in samples noxfile
    
    Source-Link: googleapis/synthtool@6ed3a83
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb
    
    * update python version for docs session
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    47a04ef View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. feat: add support for use_auth_w_custom_endpoint (#901)

    * feat: add support for use_auth_w_custom_endpoint
    
    * update docstring
    
    * handle emulator cases
    
    * set default storage host as constant
    cojenco authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4862a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca0233 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. feat: Add "transfer_manager" module for concurrent uploads and downlo…

    …ads, as a preview feature (#943)
    
    * checkpoint before design doc impl
    
    * checkpoint
    
    * more tests
    
    * code and tests for transfer manager complete
    
    * proactively close temp files when finished reading
    
    * respond to comments; destroy tmp files as they are consumed
    
    * Add system tests, docstrings, address feedback
    
    * Respond to review comments
    
    * verify md5 hash of downloaded file in test
    
    * lint
    
    * default empty strings for root arguments
    
    * fix bug with blob constructor
    
    * add warning about files not being deleted if their downloads fail
    
    * docs: Add samples to multithread branch (#918)
    
    * add samples, tests pending
    
    * add snippet tests
    
    * snippet and snippets_test.py linting
    
    * snippets; recursive directory creation; rename some params
    
    * Add directory upload snippet
    
    * fix: remove chunked downloads; change max_workers to threads
    
    * update snippets to add thread info
    
    * fix snippets test issue due to change in dependency
    
    * snippet nomenclature
    
    * fix samples for real this time
    andrewsg authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9998a5e View commit details
    Browse the repository at this point in the history
  2. fix: implement closed property on fileio.py classes (#907)

    * fix: implement closed property on fileio.py classes
    
    * update tests
    
    * fix numerous mistakes
    andrewsg authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    64406ca View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. feat: add use_auth_w_custom_endpoint support (#941)

    * feat: add support for use_auth_w_custom_endpoint
    
    * improve readability w bool _is_emulator_set
    
    * update tests
    
    Co-authored-by: Andrew Gorcester <[email protected]>
    cojenco and andrewsg authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5291c08 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.7.0 (#919)

    * chore(main): release 2.7.0
    
    * remove reverted pr from changelog
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Andrew Gorcester <[email protected]>
    release-please[bot] and andrewsg authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a436e3a View commit details
    Browse the repository at this point in the history
Loading