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.43.1
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.43.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Mar 23, 2021

  1. fix: Update module alias to resolve naming conflict (#820)

    In the current design, the first character of each package is used to create an alias. I'd like to append the first character before underscores in the package name to further reduce conflicts.
    
    Previously google.appengine_admin would have an alias prefix of ga. With this change, the alias prefix will be gaa.
    
    Fixes: #819
    parthea authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f5e9f36 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-api-core to v1.26.2 (#822)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-api-core](https://togithub.com/googleapis/python-api-core) | `==1.26.1` -> `==1.26.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-core/1.26.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-core/1.26.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-core/1.26.2/compatibility-slim/1.26.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-core/1.26.2/confidence-slim/1.26.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-api-core</summary>
    
    ### [`v1.26.2`](https://togithub.com/googleapis/python-api-core/blob/master/CHANGELOG.md#&#8203;1262-httpswwwgithubcomgoogleapispython-api-corecomparev1261v1262-2021-03-23)
    
    [Compare Source](https://togithub.com/googleapis/python-api-core/compare/v1.26.1...v1.26.2)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-python).
    renovate-bot authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1de2e14 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. fix: add certain raw imports to RESERVED_NAMES (#824)

    The current example is 'auth', which is imported directly by both
    transports and unit tests. This name conflicts with any calculated
    dependency import whose name happens to be 'auth'.
    Fix involves adding 'auth' and other direct, raw imports in templates
    to RESERVED_NAMES.
    software-dov authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    04bd8aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f95a6 View commit details
    Browse the repository at this point in the history
Loading