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-cloud-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: googleapis/python-cloud-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 8 commits
  • 6 files changed
  • 4 contributors

Commits on Sep 16, 2020

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

Commits on Sep 21, 2020

  1. perf: use prettyPrint=false by default (#28)

    This tells One Platform APIs not to use excessive whitespace in
    responses. For some reason, the backend defaults to prettyPrint=true and
    does not provide a mechanism for overriding this.
    
    In response to internal customer issue 168522192.
    
    Tested locally against `google-cloud-bigquery` system and sample tests.
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    tswast and busunkim96 authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    c407b5d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. chore: release v1.4.2rc1 (#31)

    * chore: release v1.4.2rc1
    
    * update changelog
    tswast authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    acfc071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f787a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. fix: handle query_params tuples in JSONConnection.build_api_url (#34)

    * fix: handle query_params tuples in JSONConnection.build_api_url
    
    The docstring says both dictionary and list of tuples are allowed,
    following the signature of
    [urlencode](https://docs.python.org/3.8/library/urllib.parse.html#urllib.parse.urlencode).
    Discovered while investigating test regression in the
    `google-cloud-translate` library.
    
    * Update google/cloud/_http.py
    
    Co-authored-by: Peter Lamut <[email protected]>
    tswast and plamut authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6a9adb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    14fd826 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.4.2 (#30)

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

Commits on Oct 2, 2020

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