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/gapic-generator-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.63.0
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.63.1
Choose a head ref
  • 2 commits
  • 22 files changed
  • 2 contributors

Commits on Feb 3, 2022

  1. fix: disambiguate method names that are reserved in transport classes (

    …#1187)
    
    In addition to the method specific stubs they provide, the generated
    transports expose other methods to e.g. create a gRPC channel.
    This presents the opportunity for a naming collision if an API has a
    CreateChannel method.
    
    This PR disambiguates colliding method names at the transport
    level. Client level method names are unchanged for ergonomic reasons.
    software-dov authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    78626d8 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.63.1 (#1189)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### [0.63.1](v0.63.0...v0.63.1) (2022-02-03)
    
    
    ### Bug Fixes
    
    * disambiguate method names that are reserved in transport classes ([#1187](#1187)) ([78626d8](78626d8))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    2a274e7 View commit details
    Browse the repository at this point in the history
Loading