Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
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/cloud-profiler-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.4
Choose a base ref
...
head repository: googleapis/cloud-profiler-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.5
Choose a head ref
  • 9 commits
  • 13 files changed
  • 5 contributors

Commits on Mar 16, 2023

  1. chore: store nodejs build artifacts in placer (#870)

    Source-Link: googleapis/synthtool@3602660
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e6d785d6de3cab027f6213d95ccedab4cab3811b0d3172b78db2216faa182e32
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9455e59 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. docs: update docs-devsite.sh to use latest node-js-rad version (#871)

    Co-authored-by: sofisl <[email protected]>
    
    Source-Link: googleapis/synthtool@b1ced7d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:0527a86c10b67742c409dc726ba9a31ec4e69b0006e3d7a49b0e6686c59cdaa9
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    572929d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. chore: fix broken build and tests (#874)

    * chore: fix build with new parseDuration types
    
    * specify versions for test deps in busybench
    aabmass authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    46aefda View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    f67dfbd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    b1c0660 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. chore(deps): upgrade pprof to v3.3.0 [security] (#883)

    This caused an issue where the proto definitions in `protos/` are
    incompatible with those returned from pprof. The fix I assumed was to
    regenerate the protos with `npm run protos`, however this fails because
    the third_party directory was removed in #486.
    
    To make things work, I instead just imported the same proto definitions
    from pprof library. I will delete the now unused `protos/` directory for
    the next major version release as someone could theoretically have been
    importing them from build, just to be safe.
    aabmass authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c61fb85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e5eb7 View commit details
    Browse the repository at this point in the history
  3. fix(deps): upgrade pprof to v3.2.1 [security] (#885)

    Fixes #879, take two of #883 with correct commit message.
    
    This caused an issue where the proto definitions in `protos/` are incompatible with those returned from pprof. The fix I assumed was to regenerate the protos with `npm run protos`, however this fails because the third_party directory was removed in #486.
    
    To make things work, I instead just imported the same proto definitions from pprof library. I will delete the now unused `protos/` directory for the next major version release as someone could theoretically have been importing them from build, just to be safe.
    aabmass authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c140fe5 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 5.0.5 (#886)

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