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: protocolbuffers/protobuf-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: protocolbuffers/protobuf-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.1
Choose a head ref
  • 14 commits
  • 31 files changed
  • 3 contributors

Commits on Aug 20, 2025

  1. Create SECURITY.md

    dibenede committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    8e45d42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f74abe View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Rename scorecard.yml -> scorecards.yml

    Current seeing the error "The Action workflow file
    .github/workflows/scorecards.yml no longer exists."
    
    Renaming the workflow file to try to fix.
    dibenede committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    16d4030 View commit details
    Browse the repository at this point in the history
  2. Fixup scorecards.yml

    - try to fix 'invalid name' error for upload file artifact by just removing the setting; it's optional and will default to 'artifact'
    
    - bump various action versions
    dibenede committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    cbeded2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Fix closure-js output

    pcj authored and dibenede committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    6a7eced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3bc7f View commit details
    Browse the repository at this point in the history
  3. remove writeZigzagVarint64BigInt

    pcj authored and dibenede committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    5c70f21 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Add --version flag for protoc-gen-js

    This flag is intended to be used directly against protoc-gen-js
    (e.g. protoc-gen-js --version) as opposed to being passed to the
    plugin via protoc.
    
    Additionally, in order to make version updating a bit easier (and more
    consistent), we also script version management based on the top-level
    package.json.
    dibenede committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    e63a279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc95baf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. Configuration menu
    Copy the full SHA
    4a683cd View commit details
    Browse the repository at this point in the history
  2. bump protobuf to v33

    dibenede committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    373d074 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

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

Commits on Oct 27, 2025

  1. update intel macos build runner

    Github's macos-13 runner is deprecated and will be phased
    out over the course of November 2025. The next oldest intel macos
    runner is macos-14-large.
    dibenede committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    d221239 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Allow edition 2024 (#259)

    * Allow protobuf edition 2024
    
    There are no relevant code generation changes for Edition 2024.  This
    change just bumps the supported range so that Edition 2024 files
    successfully parse.
    
    bump version 4.0.0 -> 4.0.1
    dibenede authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    e50318a View commit details
    Browse the repository at this point in the history
Loading