Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 11:44
· 6 commits to main since this release

🚨 Breaking Changes 🚨

We've introduced significant updates to improve usability and align terminology across the oRPC ecosystem:

  • Renamed APIs:
    • createRouterCallercreateRouterClient
    • createProcedureCallercreateProcedureClient
    • createORPCClientcreateORPCFetchClient
    • .tags.tag

What's new?
The caller concept has been replaced with a unified client and remote client terminology for clarity and consistency.

Core Rewrite

This release includes a complete rewrite of @orpc/contract and @orpc/server, the foundational components of oRPC. Alongside these updates, we've implemented numerous under-the-hood fixes and performance improvements to make oRPC faster and more reliable.

   🚨 Breaking Changes

    View changes on GitHub