FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing v2.24.0...v2.25.0 · googleapis/google-api-python-client · GitHub

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.24.0
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: googleapis/google-api-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.25.0
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
  • 6 commits
  • 26 files changed
  • 5 contributors

Commits on Oct 5, 2021

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

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    fc365b8 View commit details
    Browse the repository at this point in the history
  2. feat: enable self signed jwt for service account credentials (#1553)

    Enable self signed jwt if google-auth service account credentials are used.
    
    Tested with Storage, Compute and PubSub APIs:
    
    ```
    import googleapiclient.discovery
    
    project = "<project>"
    zone = "us-west1-a"
    
    compute = googleapiclient.discovery.build('compute', 'v1')
    result = compute.instances().list(project=project, zone=zone).execute()
    print(result)
    
    storage = googleapiclient.discovery.build('storage', 'v1')
    result = storage.buckets().list(project=project).execute()
    print(result)
    
    topic = "<topic>"
    pubsub = googleapiclient.discovery.build('pubsub', 'v1')
    result = pubsub.projects().topics().get(topic=f"projects/{project}/topics/{topic}").execute()
    print(result)
    ```
    arithmetic1728 authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    1fb3c8e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

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

Commits on Oct 9, 2021

  1. chore(deps): update dependency google-auth to v2.3.0 (#1554)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    b5845d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. chore: release 2.25.0 (#1555)

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

Back | FazBrowse Home | New Git URL