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.10.0
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.10.1
Choose a head ref
  • 5 commits
  • 1,549 files changed
  • 5 contributors

Commits on Jul 23, 2020

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

Commits on Jul 30, 2020

  1. fix: discovery uses V2 when version is None (#975)

    Passing version=None to discovery.build(), with intent to always
    get the latest version of the discovery document,
    no longer attempts to use Discovery V1, which fails with
    Bad Request errors.
    Instead, it uses Discovery V2, which supports null version use case.
    
    Fixes: #971
    Dmitry Frenkel authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    cd4e8f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. docs: fix deprecation warnings due to invalid escape sequences. (#996)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #995  🦕
    tirkarthi authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    0f60eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb2516 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. chore: release 1.10.1 (#997)

    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated setup.cfg [ci skip]
    
    * chore: updated setup.py
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1026375 View commit details
    Browse the repository at this point in the history
Loading