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: apache/pulsar-client-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apache/pulsar-client-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: branch-1.17
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 31, 2026

  1. Release v1.17.0

    shibd committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    b6dee92 View commit details
    Browse the repository at this point in the history
  2. [fix][release] Skip docker build record artifacts when staging release

    Recent release workflow runs include auxiliary *.dockerbuild artifacts uploaded by docker/build-push-action. Our staging script downloaded every artifact from the workflow run and tried to unzip them as release packages, which caused stage-release.sh to fail with BadZipFile before the actual napi tarballs were processed.\n\nSkip *.dockerbuild artifacts in download-release-artifacts.py and keep the error message explicit for unexpected non-zip artifacts so release managers can stage 1.17.x and master builds again.
    shibd committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    b052ba7 View commit details
    Browse the repository at this point in the history
Loading