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: ipfs/protons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: protons-runtime-5.6.0
Choose a base ref
...
head repository: ipfs/protons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: protons-runtime-6.0.0
Choose a head ref
  • 8 commits
  • 78 files changed
  • 4 contributors

Commits on Mar 18, 2026

  1. chore: import using .ts (#157)

    To support type stripping in recent node.js releases, import files
    from `.ts` instead of `.js`.
    achingbrain authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    604fd58 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. feat!: add streaming decode (#158)

    To be able to do things like find list entries without reading the
    full list first, add a streaming decode method that makes message
    fields available as they are decoded.
    achingbrain authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    36e915e View commit details
    Browse the repository at this point in the history
  2. deps: bump meow from 13.2.0 to 14.1.0 (#155)

    Bumps [meow](https://github.com/sindresorhus/meow) from 13.2.0 to 14.1.0.
    - [Release notes](https://github.com/sindresorhus/meow/releases)
    - [Commits](sindresorhus/meow@v13.2.0...v14.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: meow
      dependency-version: 14.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    62079bf View commit details
    Browse the repository at this point in the history
  3. feat: add another runtimes (#143)

    Closes #142
    polRk authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    e38beff View commit details
    Browse the repository at this point in the history
  4. fix: update project config (#159)

    Updates to latest project config
    achingbrain authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    5f574a0 View commit details
    Browse the repository at this point in the history
  5. chore: fix version

    achingbrain committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    7c16824 View commit details
    Browse the repository at this point in the history
  6. chore: fix docs

    achingbrain committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    ed332fe View commit details
    Browse the repository at this point in the history
  7. chore(release): 6.0.0 [skip ci]

    ## [protons-runtime-v6.0.0](protons-runtime-5.6.0...protons-runtime-6.0.0) (2026-03-24)
    
    ### ⚠ BREAKING CHANGES
    
    * add streaming decode (#158)
    
    ### Features
    
    * add streaming decode ([#158](#158)) ([36e915e](36e915e))
    
    ### Bug Fixes
    
    * update project config ([#159](#159)) ([5f574a0](5f574a0))
    
    ### Trivial Changes
    
    * import using .ts ([#157](#157)) ([604fd58](604fd58))
    semantic-release-bot committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    0eae675 View commit details
    Browse the repository at this point in the history
Loading