Skip to content
This repository was archived by the owner on Mar 17, 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/nodejs-pubsub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.18.4
Choose a base ref
...
head repository: googleapis/nodejs-pubsub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.18.5
Choose a head ref
  • 11 commits
  • 31 files changed
  • 9 contributors

Commits on Dec 29, 2021

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

Commits on Dec 30, 2021

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

Commits on Jan 20, 2022

  1. fix: update to work with latest node types (changed the return type o…

    …f Stream.destroy()) (#1464)
    
    * test(nodejs): remove 15 add 16 (#1322)
    
    Source-Link: googleapis/synthtool@6981da4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:3563b6b264989c4f5aa31a3682e4df36c95756cfef275d3201508947cbfc511e
    
    * fix: update to work with latest node types (changed the return type of Stream.destroy())
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    feywind and gcf-owl-bot[bot] authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    fddc2e7 View commit details
    Browse the repository at this point in the history
  2. build: update copyright year to 2022 (#1465)

    * chore(deps): upgrade gapic-generator-java to 2.4.1
    
    PiperOrigin-RevId: 422607515
    
    Source-Link: googleapis/googleapis@ba2ffd6
    
    Source-Link: googleapis/googleapis-gen@73ba4ad
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzNiYTRhZGQyMzlhNjE5ZGE1NjdmZmJkNGU1NzMwZmRkNmRlMDRkMyJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: update OwlBot SHA
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Megan Potter <mzp@google.com>
    3 people authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    34a4d4a View commit details
    Browse the repository at this point in the history
  3. chore: add api_shortname and library_type to repo metadata (#1447)

    Update .repo-metadata.json as required by go/library-data-integrity
    parthea authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a546075 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency google-gax to v2.29.0 (#1452)

    [![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-gax](https://togithub.com/googleapis/gax-nodejs) | [`2.28.1` -> `2.29.0`](https://renovatebot.com/diffs/npm/google-gax/2.28.1/2.29.0) | [![age](https://badges.renovateapi.com/packages/npm/google-gax/2.29.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-gax/2.29.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-gax/2.29.0/compatibility-slim/2.28.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-gax/2.29.0/confidence-slim/2.28.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-nodejs</summary>
    
    ### [`v2.29.0`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#&#8203;2290-httpswwwgithubcomgoogleapisgax-nodejscomparev2281v2290-2022-01-05)
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v2.28.1...v2.29.0)
    
    ##### Features
    
    -   map http status code to grpc status code ([#&#8203;1135](https://www.togithub.com/googleapis/gax-nodejs/issues/1135)) ([772222f](https://www.github.com/googleapis/gax-nodejs/commit/772222f1d2e269ceb96bce71c0f18942507f3d4b))
    -   support server stream for REST ([#&#8203;1122](https://www.togithub.com/googleapis/gax-nodejs/issues/1122)) ([9f62723](https://www.github.com/googleapis/gax-nodejs/commit/9f62723762eb72566997e6c8518517e8efddd62d))
    
    ##### [2.28.1](https://www.github.com/googleapis/gax-nodejs/compare/v2.28.0...v2.28.1) (2021-11-10)
    
    ##### Bug Fixes
    
    -   handle stream has no metadata event ([#&#8203;1132](https://www.togithub.com/googleapis/gax-nodejs/issues/1132)) ([ad29bc2](https://www.github.com/googleapis/gax-nodejs/commit/ad29bc26567b588d5d694350844bea5de40963d6))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: "after 9am and before 3pm" (UTC).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **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/nodejs-pubsub).
    renovate-bot authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    f419137 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. fix(deps): update dependency google-gax to v2.29.4 (#1469)

    [![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-gax](https://togithub.com/googleapis/gax-nodejs) | [`2.29.0` -> `2.29.4`](https://renovatebot.com/diffs/npm/google-gax/2.29.0/2.29.4) | [![age](https://badges.renovateapi.com/packages/npm/google-gax/2.29.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-gax/2.29.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-gax/2.29.4/compatibility-slim/2.29.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-gax/2.29.4/confidence-slim/2.29.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-nodejs</summary>
    
    ### [`v2.29.4`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#&#8203;2294-httpsgithubcomgoogleapisgax-nodejscomparev2293v2294-2022-01-19)
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v2.29.3...v2.29.4)
    
    ### [`v2.29.3`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#&#8203;2293-httpsgithubcomgoogleapisgax-nodejscomparev2292v2293-2022-01-11)
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v2.29.2...v2.29.3)
    
    ### [`v2.29.2`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#&#8203;2292-httpsgithubcomgoogleapisgax-nodejscomparev2291v2292-2022-01-11)
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v2.29.1...v2.29.2)
    
    ### [`v2.29.1`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#&#8203;2291-httpswwwgithubcomgoogleapisgax-nodejscomparev2290v2291-2022-01-06)
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v2.29.0...v2.29.1)
    
    </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/nodejs-pubsub).
    renovate-bot authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8abbfa7 View commit details
    Browse the repository at this point in the history
  2. docs: fix publishMessage return type (#1441)

    Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com>
    Co-authored-by: meredithslota <meredithslota@google.com>
    3 people authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    e4b8adc View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @types/node to v16 (#1413)

    Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com>
    renovate-bot and feywind authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c46c57b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    740d78c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. chore(main): release 2.18.5 (#1467)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### [2.18.5](v2.18.4...v2.18.5) (2022-01-21)
    
    
    ### Bug Fixes
    
    * **deps:** update dependency @opentelemetry/semantic-conventions to v1 ([#1407](#1407)) ([740d78c](740d78c))
    * **deps:** update dependency google-gax to v2.29.0 ([#1452](#1452)) ([f419137](f419137))
    * **deps:** update dependency google-gax to v2.29.4 ([#1469](#1469)) ([8abbfa7](8abbfa7))
    * update to work with latest node types (changed the return type of Stream.destroy()) ([#1464](#1464)) ([fddc2e7](fddc2e7))
    
    ---
    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 Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a8e1fd0 View commit details
    Browse the repository at this point in the history
Loading