Skip to content
This repository was archived by the owner on May 6, 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/google-resumable-media-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: googleapis/google-resumable-media-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 5 commits
  • 21 files changed
  • 6 contributors

Commits on Nov 1, 2022

  1. fix: avoid validating checksums for partial responses (#361)

    * fix: Do not validate checksums for partial responses
    
    * fix: use constant
    
    * fix: import http
    
    * test: Add tests for checksum validation with partial responses
    
    * docs: specify that no validation is performed for chunked downloads
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * linting
    
    Co-authored-by: Simon Bohnen <simon.bohnen@quantco.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    354287f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. chore(python): update release script dependencies (#367)

    * 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
    
    * use python 3.9 in docs session
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7acf951 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /synthtool/g…

    …cp/templates/python_library/.kokoro (#368)
    
    Source-Link: googleapis/synthtool@b4fe62e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3bf87e47c2173d7eed42714589dc4da2c07c3268610f1e47f8e1a30decbfc7f1
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3dce90d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. chore(python): add support for python 3.11 [autoapprove] (#369)

    * chore(python): add support for python 3.11
    
    Source-Link: googleapis/synthtool@7197a00
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320
    
    * add python 3.11 to noxfile
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f3c7bb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. chore(main): release 2.4.1 (#363)

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