Skip to content
This repository was archived by the owner on Nov 18, 2025. 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/gax-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.28.1
Choose a base ref
...
head repository: googleapis/gax-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.29.0
Choose a head ref
  • 9 commits
  • 35 files changed
  • 4 contributors

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    772222f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cf3c04 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. feat: support server stream for REST (#1122)

    * feat: support server stream for REST
    summer-ji-eng authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9f62723 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

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

Commits on Nov 30, 2021

  1. chore(deps): update dependency @compodoc/compodoc to v1.1.16 (#1141)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@compodoc/compodoc](https://togithub.com/compodoc/compodoc) | [`1.1.15` -> `1.1.16`](https://renovatebot.com/diffs/npm/@compodoc%2fcompodoc/1.1.15/1.1.16) | [![age](https://badges.renovateapi.com/packages/npm/@compodoc%2fcompodoc/1.1.16/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@compodoc%2fcompodoc/1.1.16/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@compodoc%2fcompodoc/1.1.16/compatibility-slim/1.1.15)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@compodoc%2fcompodoc/1.1.16/confidence-slim/1.1.15)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>compodoc/compodoc</summary>
    
    ### [`v1.1.16`](https://togithub.com/compodoc/compodoc/blob/master/CHANGELOG.md#&#8203;1116-httpsgithubcomcompodoccompodoccompare11151116-2021-11-23)
    
    [Compare Source](https://togithub.com/compodoc/compodoc/compare/1.1.15...1.1.16)
    
    ##### Features
    
    -   feat(app): dark mode toggle button ([97d2763](https://togithub.com/compodoc/compodoc/commit/97d2763)), closes [#&#8203;1127](https://togithub.com/compodoc/compodoc/issues/1127)
    
    ##### Merged
    
    -   fix: Routing aliases [#&#8203;1148](https://togithub.com/compodoc/compodoc/pull/1148), Thanks [Bengejd](https://togithub.com/Bengejd)
    -   feat(i18n): Traditional Chinese language [#&#8203;1151](https://togithub.com/compodoc/compodoc/pull/1151), Thanks [doggy8088](https://togithub.com/doggy8088)
    -   fix(link-parser): avoid crashing with invalid links [#&#8203;1136](https://togithub.com/compodoc/compodoc/pull/1136), Thanks [sandrafreihofer](https://togithub.com/sandrafreihofer)
    -   feat: add decorators to class inputs [#&#8203;1135](https://togithub.com/compodoc/compodoc/pull/1135), Thanks [sandrafreihofer](https://togithub.com/sandrafreihofer)
    -   fix(app): change layout in modules template [#&#8203;1132](https://togithub.com/compodoc/compodoc/pull/1132), Thanks [ddubrava](https://togithub.com/ddubrava)
    
    ##### Bug fixes
    
    -   fix(app): multi decorators support ([3814299](https://togithub.com/compodoc/compodoc/commit/3814299)), closes [#&#8203;1128](https://togithub.com/compodoc/compodoc/issues/1128)
    -   fix(app): URL parsing when using [@&#8203;link](https://togithub.com/link) for [@&#8203;inputs](https://togithub.com/inputs) ([95e4945](https://togithub.com/compodoc/compodoc/commit/95e4945)), closes [#&#8203;1125](https://togithub.com/compodoc/compodoc/issues/1125)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: "after 9am and before 3pm" (UTC).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, 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, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-nodejs).
    renovate-bot authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    6b83669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e3ea6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

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

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    e93c510 View commit details
    Browse the repository at this point in the history
  2. chore: release 2.29.0 (#1136)

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