Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
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/gapic-generator-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.3
Choose a base ref
...
head repository: googleapis/gapic-generator-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.4
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 10, 2020

  1. fix: tweak oneof detection (#505)

    Oneof detection and assignment to fields is tricky.
    This patch fixes detection of oneof fields,
    fixes uses in generated clients
    and tweaks generated tests to use them correctly.
    software-dov authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    1632e25 View commit details
    Browse the repository at this point in the history
  2. fix: require min google-api-core version of 1.21.0 (#506)

    This is the version required for credentials_file and scopes support via google-api-core. (#461)
    
    Co-authored-by: Dov Shlachter <dovs@google.com>
    busunkim96 and software-dov authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    bf787bd View commit details
    Browse the repository at this point in the history
  3. chore: release 0.26.4 (#507)

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