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: e7ce2cf
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: 0a4b77c
Choose a head ref
  • 4 commits
  • 6 files changed
  • 5 contributors

Commits on Apr 26, 2022

  1. tests: make another pass at cleaning up flaky tests (#1537)

    * tests: make schema tests more deterministic
    
    * tests: clean up sample subscription tests better
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    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 Apr 26, 2022
    Configuration menu
    Copy the full SHA
    80adb0a View commit details
    Browse the repository at this point in the history
  2. samples: topic publish() method is deprecated (#1522)

    * Topic Publish method is deprecated
    
    The `publish()` method is deprecated in favor of `publishMessage()` and the latter requires an object.
    
    * chore: fix formatting for linter
    
    Co-authored-by: Megan Potter <[email protected]>
    labnol and feywind authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    5ce58b1 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update dependency google-gax to v2.30.2 (#1502)

    [![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.30.0` -> `2.30.2`](https://renovatebot.com/diffs/npm/google-gax/2.30.0/2.30.2) | [![age](https://badges.renovateapi.com/packages/npm/google-gax/2.30.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/google-gax/2.30.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/google-gax/2.30.2/compatibility-slim/2.30.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/google-gax/2.30.2/confidence-slim/2.30.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-nodejs</summary>
    
    ### [`v2.30.2`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#&#8203;2302-httpsgithubcomgoogleapisgax-nodejscomparev2301v2302-2022-04-12)
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v2.30.1...v2.30.2)
    
    ### [`v2.30.1`](https://togithub.com/googleapis/gax-nodejs/blob/HEAD/CHANGELOG.md#&#8203;2301-httpsgithubcomgoogleapisgax-nodejscomparev2300v2301-2022-03-08)
    
    [Compare Source](https://togithub.com/googleapis/gax-nodejs/compare/v2.30.0...v2.30.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 Apr 26, 2022
    Configuration menu
    Copy the full SHA
    37d075e View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.19.3 (#1540)

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