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.40.5
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.40.6
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 1, 2021

  1. chore(deps): update dependency jinja2 to v2.11.3 (#758)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [jinja2](https://palletsprojects.com/p/jinja/) ([source](https://togithub.com/pallets/jinja)) | `==2.11.2` -> `==2.11.3` | [![age](https://badges.renovateapi.com/packages/pypi/jinja2/2.11.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/jinja2/2.11.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/jinja2/2.11.3/compatibility-slim/2.11.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/jinja2/2.11.3/confidence-slim/2.11.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pallets/jinja</summary>
    
    ### [`v2.11.3`](https://togithub.com/pallets/jinja/blob/master/CHANGES.rst#Version-2113)
    
    [Compare Source](https://togithub.com/pallets/jinja/compare/2.11.2...2.11.3)
    
    Released 2021-01-31
    
    -   Improve the speed of the `urlize` filter by reducing regex
        backtracking. Email matching requires a word character at the start
        of the domain part, and only word characters in the TLD. :pr:`1343`
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **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 Feb 1, 2021
    Configuration menu
    Copy the full SHA
    944136c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fix: remove duplicate assignment of certain flattened, repeated fields (

    #760)
    
    Fix for #756. Under certain circumstances, flattened, repeated fields
    could be duplicated during request construction.
    software-dov authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    cdbc221 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.40.6 (#762)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [0.40.6](https://www.github.com/googleapis/gapic-generator-python/compare/v0.40.5...v0.40.6) (2021-02-02)
    
    
    ### Bug Fixes
    
    * remove duplicate assignment of certain flattened, repeated fields ([#760](https://www.github.com/googleapis/gapic-generator-python/issues/760)) ([cdbc221](https://www.github.com/googleapis/gapic-generator-python/commit/cdbc22130a176e733c529f60a6b8b1d224e82e89))
    ---
    
    
    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 2, 2021
    Configuration menu
    Copy the full SHA
    aaabb27 View commit details
    Browse the repository at this point in the history
Loading