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.2.1
Choose a base ref
...
head repository: googleapis/nodejs-pubsub
compare: v3.3.0
Choose a head ref
  • 13 commits
  • 52 files changed
  • 6 contributors

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    4bae940 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency webpack-cli to v5 (#1657)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [webpack-cli](https://togithub.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ([source](https://togithub.com/webpack/webpack-cli)) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/webpack-cli/4.10.0/5.0.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack-cli/5.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack-cli/5.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack-cli/5.0.0/compatibility-slim/4.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack-cli/5.0.0/confidence-slim/4.10.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>webpack/webpack-cli</summary>
    
    ### [`v5.0.0`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#&#8203;500-httpsgithubcomwebpackwebpack-clicomparewebpack-cli4100webpack-cli500-2022-11-17)
    
    [Compare Source](https://togithub.com/webpack/webpack-cli/compare/[email protected]@5.0.0)
    
    ##### Bug Fixes
    
    -   improve description of the `--disable-interpret` option ([#&#8203;3364](https://togithub.com/webpack/webpack-cli/issues/3364)) ([bdb7e20](https://togithub.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd))
    -   remove the redundant `utils` export ([#&#8203;3343](https://togithub.com/webpack/webpack-cli/issues/3343)) ([a9ce5d0](https://togithub.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186))
    -   respect `NODE_PATH` env variable ([#&#8203;3411](https://togithub.com/webpack/webpack-cli/issues/3411)) ([83d1f58](https://togithub.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a))
    -   show all CLI specific flags in the minimum help output ([#&#8203;3354](https://togithub.com/webpack/webpack-cli/issues/3354)) ([35843e8](https://togithub.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae))
    
    ##### Features
    
    -   failOnWarnings option ([#&#8203;3317](https://togithub.com/webpack/webpack-cli/issues/3317)) ([c48c848](https://togithub.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de))
    -   update commander to v9 ([#&#8203;3460](https://togithub.com/webpack/webpack-cli/issues/3460)) ([6621c02](https://togithub.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b))
    -   added the `--define-process-env-node-env` option
    -   update `interpret` to v3 and `rechoir` to v0.8
    -   add an option for preventing interpret ([#&#8203;3329](https://togithub.com/webpack/webpack-cli/issues/3329)) ([c737383](https://togithub.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4))
    
    ##### BREAKING CHANGES
    
    -   the minimum supported webpack version is v5.0.0 ([#&#8203;3342](https://togithub.com/webpack/webpack-cli/issues/3342)) ([b1af0dc](https://togithub.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5)), closes [#&#8203;3342](https://togithub.com/webpack/webpack-cli/issues/3342)
    -   webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0
    -   webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0
    -   remove the `migrate` command ([#&#8203;3291](https://togithub.com/webpack/webpack-cli/issues/3291)) ([56b43e4](https://togithub.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6)), closes [#&#8203;3291](https://togithub.com/webpack/webpack-cli/issues/3291)
    -   remove the `--prefetch` option in favor the `PrefetchPlugin` plugin
    -   remove the `--node-env` option in favor `--define-process-env-node-env`
    -   remove the `--hot` option in favor of directly using the `HotModuleReplacement` plugin (only for `build` command, for `serve` it will work)
    -   the behavior logic of the `--entry` option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use `  webpack --entry-reset --entry './src/my-entry.js' `
    
    </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://app.renovatebot.com/dashboard#github/googleapis/nodejs-pubsub).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNi40IiwidXBkYXRlZEluVmVyIjoiMzQuMjYuNCJ9-->
    renovate-bot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    2e2844b View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency sinon to v15 (#1660)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sinon](https://sinonjs.org/) ([source](https://togithub.com/sinonjs/sinon)) | [`^14.0.0` -> `^15.0.0`](https://renovatebot.com/diffs/npm/sinon/14.0.2/15.0.0) | [![age](https://badges.renovateapi.com/packages/npm/sinon/15.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sinon/15.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sinon/15.0.0/compatibility-slim/14.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sinon/15.0.0/confidence-slim/14.0.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sinonjs/sinon</summary>
    
    ### [`v15.0.0`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#&#8203;1500)
    
    [Compare Source](https://togithub.com/sinonjs/sinon/compare/v14.0.2...v15.0.0)
    
    -   [`b75fbfa9`](https://togithub.com/sinonjs/sinon/commit/b75fbfa9e57ba9b9c1b639b68646b1d054e0a7e3)
        Fix 2448: remove custom formatter (Morgan Roderick)
        > Remove option to pass a custom formatter.
        >
        > The sub libraries of Sinon has long moved on to use `util.inspect` from
        > Node. By using that in Sinon itself, we align all the libraries.
    
    *Released by Morgan Roderick on 2022-11-28.*
    
    </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://app.renovatebot.com/dashboard#github/googleapis/nodejs-pubsub).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->
    renovate-bot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    8465cc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. samples: remove old TS conversion script to make way for typeless sam…

    …ple bot (#1650)
    
    * samples: remove old TS conversion script to make way for typeless sample bot
    
    * docs: obey incorrect linting about copyright year
    
    * build: revert incorrect ci.yaml change
    
    * chore: fix lint issues
    
    * build: reverse owlboy.py changes for now
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: test gross fix for babel issue in owlbot
    
    * build: remove meaningless gitignore
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: test the right samples for TS
    
    * chore: bring back tsconfig and update samples readme
    
    * build: put converted typescript samples in the right place for system testing
    
    * chore: update owlbot
    
    * chore: revert owlbot.py changes to the original form
    
    * chore: fix broken samples test for commandFor
    
    * chore: remove unneeded JS in the TS folder
    
    * chore: update owlbot.py with shim to use newest typeless bot
    
    * chore: correctly break out command line parameters for testing
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: don't copy non-existent JS samples
    
    * build: update owlbot to typeless 1.1.0 image
    
    * chore: clean up owlbot.py comments
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    feywind and gcf-owl-bot[bot] committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    33ab717 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. chore: linter fixes (#1662)

    feywind committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    56d27d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. build: have Kokoro grab service account credentials from secret that …

    …will be rotated (#1664)
    
    * build: have Kokoro grab service account credentials from secret that will be rotated
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/4a0230eb8dc497f36fd3839e6144982131f30a9d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:f59941869d508c6825deeffce180579545fd528f359f549a80a18ec0458d7094
    gcf-owl-bot[bot] committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    6cc12cc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. chore: Enable requesting numeric enums in "transport=rest" responses …

    …for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport (#1663)
    
    * chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
    
    chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
    PiperOrigin-RevId: 493113566
    
    Source-Link: googleapis/googleapis@758f0d1
    
    Source-Link: googleapis/googleapis-gen@78bd8f0
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzhiZDhmMDVlMTI3NjM2M2ViMTRlYWU3MGU5MWZlNGJjMjA3MDNhYiJ9
    
    * 🦉 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 <[email protected]>
    3 people committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8730e73 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. build: have Kokoro grab service account credentials from secret that …

    …will be rotated for system tests (#1669)
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/abbc97db69a57dcb991ba97ef503305b701ffb3a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:fe04ae044dadf5ad88d979dbcc85e0e99372fb5d6316790341e6aca5e4e3fbc8
    gcf-owl-bot[bot] committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8335980 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. chore(pubsub): remove extraneous ctype field annotations (#1670)

    * chore(pubsub): remove extraneous ctype field annotations
    
    PiperOrigin-RevId: 496666857
    
    Source-Link: googleapis/googleapis@bc27df2
    
    Source-Link: googleapis/googleapis-gen@941b568
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTQxYjU2ODAyN2IxNDViZmI1NDBlOGVlMWRmNGQ0Y2NkNDQ5NzdmYyJ9
    
    * 🦉 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e6369ae View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. feat: add schema evolution methods and fields (#1672)

    * feat: add schema evolution methods and fields
    
    PiperOrigin-RevId: 500819578
    
    Source-Link: googleapis/googleapis@05a375f
    
    Source-Link: googleapis/googleapis-gen@303c959
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzAzYzk1OTJjNDk4ZGMwMjQzMmRhYTI5YWNiNDZkNjdkZWNmYjBjMiJ9
    
    * 🦉 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    7a5bc29 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    3dcd0fc View commit details
    Browse the repository at this point in the history
  2. fix: remove redundant .then() (#1671)

    Co-authored-by: Megan Potter <[email protected]>
    garymathews and feywind committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    108edc3 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.3.0 (#1673)

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