Skip to content

v1.9.10

Choose a tag to compare

@juicycleff juicycleff released this 23 Aug 17:48
· 160 commits to main since this release

Forge Framework v1.9.10 (2026-08-23T17:47:08Z)

Welcome to this new release of Forge Framework!

Changelog

Bug Fixes

  • d9f2319: fix(client): emit the operation manifest for a client made of channels (@juicycleff)
  • 5efab7b: fix(client): filter streams and tags along with the endpoints (@juicycleff)
  • dbaba02: fix(client): give a stream's message envelope a routing row (@juicycleff)
  • 604939d: fix(client): prune the entity table to the path-filtered slice (@juicycleff)
  • 54f7592: fix(client): report what the filter dropped, and agree on what a $ref names (@juicycleff)
  • 01c85ef: fix(client): sort every map walk that reaches generated bytes (@juicycleff)
  • a4db78a: fix(client-core): answer the streaming keepalive and recover an abandoned socket (@juicycleff)
  • dabb944: fix(client-packages): make published tarballs installable and Node-loadable (@juicycleff)
  • 09deffc: fix(consensus): order the reads and tie-breaks that callers can observe (@juicycleff)
  • ec3086b: fix(mcp): sort the map walks that reach the wire and the model (@juicycleff)
  • 73ea92e: fix(orpc): sort method listings and the query string (@juicycleff)
  • 2205a27: fix(router): sort SSE message references in the AsyncAPI document (@juicycleff)
  • fabafe1: fix(streaming): sort the read accessors that return map contents (@juicycleff)

Documentation Updates

  • 841470a: docs(changelog): update CHANGELOG.md for v1.9.8 (@github-actions[bot])

Other Changes

  • ff006b6: chore(client-packages): publish the manifest, declare no side effects, link the source (@juicycleff)

Installation

Using Go Install

go install github.com/xraph/forge/cmd/forge@v1.9.10

Download Binary

Download the appropriate binary for your platform from the assets below.

Using Package Managers

# Homebrew (macOS/Linux)
brew install xraph/tap/forge

# Scoop (Windows)
scoop bucket add xraph https://github.com/xraph/scoop-bucket
scoop install forge

What's Changed

Full changelog: v1.9.8...v1.9.10