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.6.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.7.0
Choose a head ref
  • 10 commits
  • 20 files changed
  • 5 contributors

Commits on Oct 4, 2023

  1. chore: [autoapprove] bump cryptography from 41.0.3 to 41.0.4 (#398)

    Source-Link: googleapis/synthtool@dede53f
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fac304457974bb530cc5396abd4ab25d26a469cd3bc97cbfb18c8d4324c584eb
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ad6294e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. chore(deps): bump urllib3 from 1.26.12 to 1.26.17 in /.kokoro (#400)

    Source-Link: googleapis/synthtool@0c7b033
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    eecfb74 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. chore: rename rst files to avoid conflict with service names (#402)

    Source-Link: googleapis/synthtool@d52e638
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    975b947 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. feat: support brotli encoding (#403)

    Fixes #204 🦕
    andrewsg authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    295e40a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. chore: update docfx minimum Python version (#405)

    * chore: update docfx minimum Python version
    
    Source-Link: googleapis/synthtool@bc07fd4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:30470597773378105e239b59fce8eb27cc97375580d592699206d17d117143d0
    
    * update docfx nox session to use python 3.10
    
    * use latest gcp-sphinx-docfx-yaml
    
    ---------
    
    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 3, 2023
    Configuration menu
    Copy the full SHA
    e8219d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. chore: bump urllib3 from 1.26.12 to 1.26.18 (#406)

    Source-Link: googleapis/synthtool@febaccc
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:caffe0a9277daeccc4d1de5c9b55ebba0901b57c2f713ec9c876b0d4ec064f61
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    480998d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. feat: Add support for Python 3.12 (#407)

    * chore(python): Add Python 3.12
    
    Source-Link: googleapis/synthtool@af16e6d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bacc3af03bff793a03add584537b36b5644342931ad989e3ba1171d3bd5399f5
    
    * Add python 3.12 to noxfile.py, setup.py and constraints
    
    ---------
    
    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 24, 2023
    Configuration menu
    Copy the full SHA
    4f90013 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/temp…

    …lates/python_library/.kokoro (#410)
    
    * chore: bump cryptography from 41.0.5 to 41.0.6 in /synthtool/gcp/templates/python_library/.kokoro
    
    Source-Link: googleapis/synthtool@9367caa
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2f155882785883336b4468d5218db737bb1d10c9cea7cb62219ad16fe248c03c
    
    * add missing pin for sphinx
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8dd0208 View commit details
    Browse the repository at this point in the history
  2. build: update actions/checkout and actions/setup-python (#412)

    Source-Link: googleapis/synthtool@3551acd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:230f7fe8a0d2ed81a519cfc15c6bb11c5b46b9fb449b8b1219b3771bcb520ad2
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    5a74437 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. chore(main): release 2.7.0 (#404)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    release-please[bot] and parthea authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b01d8b8 View commit details
    Browse the repository at this point in the history
Loading