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: v2.55.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: v2.56.0
Choose a head ref
  • 8 commits
  • 622 files changed
  • 8 contributors

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    14cfd0b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-api-python-client to v2.55.0 (#…

    …1859)
    
    * chore(deps): update dependency google-api-python-client to v2.55.0
    
    * use debian-11 instead of debian-9
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3d646b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    dd8a442 View commit details
    Browse the repository at this point in the history
  2. test: Switch to unittest.mock (#1864)

    As of Python 3.4, the unittest module in the standard library has
    included mock, which means we can remove one external dependency.
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    s-t-e-v-e-n-k and parthea authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    8c87a41 View commit details
    Browse the repository at this point in the history
  3. docs: Fix a few typos (#1858)

    There are small typos in:
    - googleapiclient/discovery_cache/file_cache.py
    - samples/analytics/management_v3_reference.py
    
    Fixes:
    - Should read `hierarchy` rather than `hiearchy`.
    - Should read `accessing` rather than `accesing`.
    
    Signed-off-by: Tim Gates <tim.gates@iress.com>
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    timgates42 and parthea authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    1040301 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. style: update import in docs, improve python idiomaticity (#1855)

    * docs: change googleapiclient import in README docs
    
    * style: improve readability when attempting to access dict value
    
    * refactor: no need to iterate over generator to sort its contents
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5de9f1a View commit details
    Browse the repository at this point in the history
  2. chore: Update discovery artifacts (#1868)

    ## Deleted keys were detected in the following stable discovery artifacts:
    baremetalsolution v2 01d40f6
    cloudchannel v1 91fb069
    cloudsearch v1 c5f6895
    gameservices v1 876284e
    
    ## Deleted keys were detected in the following pre-stable discovery artifacts:
    cloudidentity v1beta1 7463513
    cloudsupport v2beta 3c68638
    gameservices v1beta 876284e
    
    ## Discovery Artifact Change Summary:
    feat(admin): update the api 69ac3be
    feat(adsense): update the api 125ef1d
    feat(analyticsadmin): update the api 5d2a6df
    feat(authorizedbuyersmarketplace): update the api b1e8c38
    feat(baremetalsolution): update the api 01d40f6
    feat(beyondcorp): update the api 41eb915
    feat(bigquery): update the api 9580b4d
    feat(blogger): update the api 8a727f6
    feat(chat): update the api 042b80d
    feat(chromepolicy): update the api b381018
    feat(cloudchannel): update the api 91fb069
    feat(cloudidentity): update the api 7463513
    feat(cloudsearch): update the api c5f6895
    feat(cloudsupport): update the api 3c68638
    feat(compute): update the api 678d6aa
    feat(connectors): update the api 506f96d
    feat(content): update the api f3207d6
    feat(dataplex): update the api ce8d53d
    feat(dataproc): update the api 540292b
    feat(dlp): update the api e6503d3
    feat(dns): update the api 13d2f8a
    feat(firebase): update the api 7f5f751
    feat(gameservices): update the api 876284e
    feat(logging): update the api 98d2862
    feat(monitoring): update the api 331b5c0
    feat(notebooks): update the api d5c8eb8
    feat(retail): update the api 929acf8
    feat(securitycenter): update the api 70e4256
    feat(servicedirectory): update the api fa2c777
    yoshi-code-bot authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bef54ff View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.56.0 (#1867)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    33a62df View commit details
    Browse the repository at this point in the history
Loading