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.7.1
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: v4.7.2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 13, 2024

  1. fix: set MaxBytes for AckQueue (#1963)

    * fix: #1864
    
    * feat: update maxBytes changes to use a fixed max size
    
    * chore: remove "discount polyfill" for allSettled
    
    * tests: add unit tests for maxBytes handling
    
    * fix: do the maxMessages and maxBytes checks _before_ adding
    
    * fix: roll back nise package to avoid semver breakage
    
    * chore: move the nise version fix to devDependencies (oops)
    
    * chore: pin rimraf in samples package to avoid typescript breakage in lru-cache
    
    * chore: also pin lru-cache, remove unneeded rimraf types
    
    ---------
    
    Co-authored-by: Cheskel Twersky <twerskycheskel@gmail.com>
    feywind and dermasmid authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5945563 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 4.7.2 (#1967)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    696dc60 View commit details
    Browse the repository at this point in the history
Loading