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/google-api-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.1
Choose a base ref
...
head repository: googleapis/google-api-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.2
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 22, 2020

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

Commits on Sep 23, 2020

  1. fix: add method to close httplib2 connections (#1038)

    Fixes #618 🦕
    
    httplib2 leaves sockets open by default. This can lead to situations where programs run out of available sockets. httplib2 added a method last year to clean up connections. https://github.com/httplib2/httplib2/blob/9bf300cdc372938f4237150d5b9b615879eb51a1/python3/httplib2/__init__.py#L1498-L1506
    
    This PR adds two ways to close http connections. The interface is intentionally similar to the proposed design for GAPIC clients. googleapis/gapic-generator-python#575
    busunkim96 authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    98888da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d076b8 View commit details
    Browse the repository at this point in the history
Loading