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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.11.0
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: v5.0.0
Choose a head ref
  • 2 commits
  • 196 files changed
  • 3 contributors

Commits on Apr 28, 2025

  1. chore!: migrate to Node 18 (#2024)

    * chore!: migrate to Node 18
    
    * chore: linter fix pass
    
    * chore: remove accidentally added file
    
    * samples: fix linting and typelessing of samples
    
    * build: remove typeless bot stuff from owlbot.py
    
    * feat: fix a bunch of linter errors, and import new gapic classes
    
    * fix: revert some of the promise fixes
    
    * tests: fix various test issues caused by version upgrades
    
    * chore: linter fixes
    
    * chore: try to bypass linting on TS samples for now
    
    * build: try updating lint and samples scripts
    
    * build: two owlbot related updates
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * build: revert execa to dodge esm for now
    
    * chore: also revert execa import for older version
    
    * chore: update execa reference once more
    
    * chore!: remove legacy otel support
    
    * feat!: remove legacy ack deadline parameters, and move maxExtension into subscriber options
    
    * build: further revert execa's version
    
    * build: more execa adjustments
    
    * feat: time to say goodbye to some more old OTel cruft
    
    * tests: this will be the day ... that tsc starts paying attention to @internal, apparently
    
    * chore: revert package.json version changes so release-please can do it
    
    * 🦉 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 28, 2025
    Configuration menu
    Copy the full SHA
    9ad808a View commit details
    Browse the repository at this point in the history
  2. chore(main): release 5.0.0 (#2031)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [5.0.0](https://togithub.com/googleapis/nodejs-pubsub/compare/v4.11.0...v5.0.0) (2025-04-28)
    
    
    ### ⚠ BREAKING CHANGES
    
    * migrate to Node 18 ([#2024](https://togithub.com/googleapis/nodejs-pubsub/issues/2024))
    * remove (broken) legacy OTel support
    * remove legacy ack deadline options
    * move maxExtension into subscriber options
    
    ### Miscellaneous Chores
    
    * Migrate to Node 18 ([#2024](https://togithub.com/googleapis/nodejs-pubsub/issues/2024)) ([9ad808a](https://togithub.com/googleapis/nodejs-pubsub/commit/9ad808adb99b6e64c2c4431991721deae14b6400))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    4108a69 View commit details
    Browse the repository at this point in the history
Loading