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: v5.0.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.1.0
Choose a head ref
  • 18 commits
  • 27 files changed
  • 7 contributors

Commits on May 8, 2025

  1. feat: use specific W3CTraceContextPropagator for OTel (#2036)

    * feat: Use specific W3CTraceContextPropagator for OTel
    
    Replaces the use of the global OpenTelemetry propagator (propagation) with a specific instance of W3CTraceContextPropagator within the telemetry-tracing.ts module.
    
    This ensures that trace context propagation for Pub/Sub messages always uses the W3C format via the googclient_traceparent attribute, regardless of the global propagator configured by user code. This maintains consistent tracing behaviour as it moves between library instances as a Pub/Sub attribute.
    
    * chore: linting fixes
    
    * build: move @opentelemetry/core to deps to get the trace propagator
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    feywind and google-labs-jules[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    c9a9656 View commit details
    Browse the repository at this point in the history
  2. samples: some samples incorrectly called publishMessage without await (

    …#2035)
    
    I just noticed this while doing something unrelated.
    feywind authored May 8, 2025
    Configuration menu
    Copy the full SHA
    66cc717 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. fix: set messaging.operation in createAttributes (#2030)

    * apply messaging operation to createAttributes
    
    * fix: Set messaging.operation in createAttributes
    
    * chore: linting updates for src/telemetry-tracing.ts after the recent 5.0 merge
    
    * chore: linting updates for test/telemetry-tracing.ts after the recent 5.0 merge
    
    ---------
    
    Co-authored-by: Megan Potter <[email protected]>
    amychisholm03 and feywind authored May 9, 2025
    Configuration menu
    Copy the full SHA
    b8d513a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b65eaeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb46c5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Configuration menu
    Copy the full SHA
    b029a3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    477e209 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5306bd8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    407edf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7de588 View commit details
    Browse the repository at this point in the history
  3. chore: update owlbot-nodejs dependencies (#2022)

    * chore: update owlbot-nodejs dependencies
    
    * chore: update owlbot-nodejs dependencies
    
    * Update container_test.yaml
    
    Source-Link: googleapis/synthtool@1e798e6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:c7e4968cfc97a204a4b2381f3ecb55cabc40c4cccf88b1ef8bef0d976be87fee
    
    * 🦉 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 authored May 13, 2025
    Configuration menu
    Copy the full SHA
    62e73b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. feat: Add SchemaViolationReason to IngestionFailureEvent (#2045)

    * feat: Add SchemaViolationReason to IngestionFailureEvent
    docs: Standardize spelling of "acknowledgment" in Pub/Sub protos
    
    PiperOrigin-RevId: 761506540
    
    Source-Link: googleapis/googleapis@c1af7f2
    
    Source-Link: googleapis/googleapis-gen@260979c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjYwOTc5Y2M2NDg3MjJlY2UyODgxOTY2NWIyZWNkMWFiMGZiNjFhNCJ9
    
    * build: owl-bot-staging can't be linted due to its duplicate .eslintrc.json
    
    * build: also update the owl-bot-staging copy of .eslintignore
    
    * 🦉 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: feywind <[email protected]>
    3 people authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    3348e3e View commit details
    Browse the repository at this point in the history
  2. chore: update NodeJS post-processor to use MOSS approved images and u…

    …pdate node version for tests (#2050)
    
    * chore: update post-processor to use MOSS approved images
    
    * update dockerfile
    
    * remove all hyphens
    
    * Update Dockerfile
    
    * install python from apt-get
    
    * Update container_test.yaml
    
    * Update container_test.yaml
    
    * install node from apt-get
    
    * Update container_test.yaml
    
    * Update Dockerfile
    
    Source-Link: googleapis/synthtool@1752b90
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:da69f1fd77b825b0520b1b0a047c270a3f7e3a42e4d46a5321376281cef6e62b
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Megan Potter <[email protected]>
    3 people authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    b1ad37d View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency sinon to v20 (#2043)

    Co-authored-by: Megan Potter <[email protected]>
    renovate-bot and feywind authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    24ee8bd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    1072c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7896e7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6cadf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. chore(main): release 5.1.0 (#2039)

    * chore(main): release 5.1.0
    
    * 🦉 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: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Megan Potter <[email protected]>
    3 people authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    7a85349 View commit details
    Browse the repository at this point in the history
Loading