Skip to content
oRPC
Esc
navigateopen⌘Jpreview
On this page

v1.15.0

Do not use these router keys: bind, valueOf, toString, toJSON in your routers

To improve compatibility with modern frameworks, as well as automatic logging and monitoring systems, we no longer support bind, valueOf, toString, or toJSON as router keys in the recursive-proxy client.

This can be considered a breaking change, but it should rarely affect users because these keys are rarely used as router keys and are generally treated as internal JavaScript mechanisms. This change is especially important for better compatibility with React 19.3.

🐞 Bug Fixes

[View changes on GitHub](https://github.com/middleapi/orpc/compare/v1.14.15…v1.15.0)

Last updated on August 8, 2026

Was this page helpful?