[go: up one dir, main page]

Skip to content
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
base: v3.7.3
Choose a base ref
...
head repository: googleapis/nodejs-pubsub
compare: v4.0.0
Choose a head ref
  • 8 commits
  • 28 files changed
  • 5 contributors

Commits on Aug 2, 2023

  1. feat!: node 12 eos (#1774) (#1784)

    * feat!: node 12 eos (#1774) - moving to googleapis
    
    * feat!: bring in typing interface for Subscription events
    
    * feat!: gax 4 updates - some of this will be regen'd, just testing
    
    * fix!(deps): update dependency google-gax to v4 (#1780)
    
    * fix!(deps): update dependency google-auth-library to v9 (#1776)
    
    Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com>
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: revert incorrect owlbot change
    
    * deps!: update dependencies and kokoro files
    
    * build: samples package.json should use the new major
    
    * fix!: manually update testIam methods.. not sure why these didn't update
    
    * build: make samples always use current version; update to 4.0.0
    
    * build: update check config
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: let sample tests drive npm pack
    
    ---------
    
    Co-authored-by: Mend Renovate <renovate@whitesourcesoftware.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    47b83c1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @google-cloud/bigquery to v7 (#1790)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@google-cloud/bigquery](https://togithub.com/googleapis/nodejs-bigquery) | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fbigquery/6.2.1/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@google-cloud%2fbigquery/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@google-cloud%2fbigquery/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@google-cloud%2fbigquery/6.2.1/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@google-cloud%2fbigquery/6.2.1/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/nodejs-bigquery (@&#8203;google-cloud/bigquery)</summary>
    
    ### [`v7.0.0`](https://togithub.com/googleapis/nodejs-bigquery/blob/HEAD/CHANGELOG.md#700-2023-07-31)
    
    [Compare Source](https://togithub.com/googleapis/nodejs-bigquery/compare/v6.2.1...v7.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   migrate to node 14 ([#&#8203;1236](https://togithub.com/googleapis/nodejs-bigquery/issues/1236))
    
    ##### Bug Fixes
    
    -   **deps:** Update dependency google-auth-library to v9 ([#&#8203;1228](https://togithub.com/googleapis/nodejs-bigquery/issues/1228)) ([22cf786](https://togithub.com/googleapis/nodejs-bigquery/commit/22cf786579331e3cb7a3aa63dc2f71e448553e18))
    
    ##### Miscellaneous Chores
    
    -   Migrate to node 14 ([#&#8203;1236](https://togithub.com/googleapis/nodejs-bigquery/issues/1236)) ([73bf31f](https://togithub.com/googleapis/nodejs-bigquery/commit/73bf31f55c4fa9e384aa76e1a7af0603ebb0d11b))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **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, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-pubsub).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate-bot committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d857791 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. chore(deps): upgrade dependencies for Node.js images (#1789)

    Source-Link: googleapis/synthtool@1dd93a3
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:3ad01f4c6671efb094b43f7d3a3e0b9510bd6501f2e65e874dd525373e29de75
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com>
    3 people committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    933975e View commit details
    Browse the repository at this point in the history
  2. build: force-update gts version (#1792)

    * build: force-update gts version
    
    * chore: update gts linter errors
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: revert "🦉 Updates from OwlBot post-processor"
    
    This reverts commit 5e3c2f2.
    Literally undoes the point of the PR :D
    
    * samples: more typeless/gts updates
    
    * build: update owlbot image sha
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    feywind and gcf-owl-bot[bot] committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0772e96 View commit details
    Browse the repository at this point in the history
  3. fix: fix typings for IAM methods (#1785)

    * fix: fix typings for IAM methods
    docs: fixed links in the generated Markdown documentation
    
    PiperOrigin-RevId: 551610576
    
    Source-Link: googleapis/googleapis@73b1313
    
    Source-Link: googleapis/googleapis-gen@8bec066
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGJlYzA2NjQ5MmE2ZGEyODU1YjFiOGNlNTYyNjY0YzBhNmIzMGIwMSJ9
    
    * 🦉 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
    
    * 🦉 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>
    Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com>
    3 people committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9a6bdbc View commit details
    Browse the repository at this point in the history
  4. build: update Node.js version and base Debian version (#1793)

    * build: update Node.js version and base Debian version
    
    * test: update Python and Node versions in container test YAMLs
    
    Source-Link: googleapis/synthtool@f54a720
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:aeccbef8061fc122542e8f381c4e7b66b32e23dda522e94c68346585dc408f0d
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com>
    3 people committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6533978 View commit details
    Browse the repository at this point in the history
  5. docs: fix node release schedule link (#1794)

    Co-authored-by: Jeffrey Rennie <rennie@google.com>
    
    Source-Link: googleapis/synthtool@1a24315
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Megan Potter <57276408+feywind@users.noreply.github.com>
    3 people committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c54307e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c38e7b View commit details
    Browse the repository at this point in the history