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: protobufjs/protobuf.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: protobufjs-v7.5.0
Choose a base ref
...
head repository: protobufjs/protobuf.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: protobufjs-v7.5.1
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on May 7, 2025

  1. fix: reserved field inside group blocks fail parsing (#2058)

    * fix: reserved field inside group blocks fail parsing
    
    * Add test case from issue
    
    ---------
    
    Co-authored-by: Mike Kruskal <[email protected]>
    jonathan-ioffe and mkruskal-google authored May 7, 2025
    Configuration menu
    Copy the full SHA
    56782bf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. fix: optimize regressions from editions implementations (#2066)

    * Add benchmarks covering resolveAll
    
    * Improve shared benchmark
    
    * Rework feature resolution to not rely on resolved types
    
    * Fix lint warning
    
    * Cache feature resolution state to avoid potential O(n^2) work.  Features should never change
    
    * Restore caching of object resolution that was accidentally removed
    
    * Add caching to namespace lookup to drastically improve speed during resolveAll (30x in benchmarks)
    
    * Fix lint issues
    
    * Cache feature resolution at the namespace level to avoid any O(n^2) scaling
    mkruskal-google authored May 8, 2025
    Configuration menu
    Copy the full SHA
    6406d4c View commit details
    Browse the repository at this point in the history
  2. chore: release master (#2067)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 8, 2025
    Configuration menu
    Copy the full SHA
    69cced8 View commit details
    Browse the repository at this point in the history
Loading