Releases: middleapi/orpc
Releases · middleapi/orpc
Release list
v2.0.0-beta.31
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
- Stop error-code lookups resolving through Object.prototype - by @dinwwwh in #1913 (0b4dd)
- evlog: Do not log ErrorEvent from event stream response bodies - by @dinwwwh in #1918 (a9b4f)
- json-schema: Keep sibling union branches that share a $defs entry - by @dinwwwh in #1927 (d7e45)
- nest: Honor routed request during input decoding - by @Gyeonghun-Park in #1922 (8a3e0)
- server: Let batch request headers win over sub-request headers - by @dinwwwh in #1912 (101a7)
View changes on GitHub
v2.0.0-beta.30
v2.0.0-beta.29
v2.0.0-beta.28
v2.0.0-beta.27
🚀 Features
- node:
- rpc, openapi:
- rpc,openapi:
- Add end-to-end HTTP QUERY support - by @aldotestino in #1844 (2bc38)
- server:
- server,contract,ai-sdk:
🐞 Bug Fixes
- client:
View changes on GitHub
v2.0.0-beta.26
🚀 Features
🐞 Bug Fixes
- ai-sdk: Keep output validation enabled for tool procedures - by @dinwwwh in #1791 (f36f8)
- client: Preserve subclass prototype chain in cloneORPCError - by @dinwwwh in #1801 (37d88)
- nest: Keep non-contract params and harden path param handling - by @dinwwwh in #1818 (99ce3)
- openapi: Preserve event iterator return type in JsonifiedClient - by @dinwwwh in #1797 (adde7)
- server: Reject non-GET sub-requests in GET batch requests - by @dinwwwh in #1813 (0c089)
- shared: Prevent clone() from re-parenting the cloned object - by @dinwwwh in #1790 (9f9d6)
View changes on GitHub
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
- client: Stop client proxies from resolving primitive coercion over the network — by @dinwwwh in #1815 [(149c1)](149c13ea)
[View changes on GitHub](v1.14.15...v1.15.0)
v1.14.15
🐞 Bug Fixes
View changes on GitHub
v2.0.0-beta.25
v1.14.14
🐞 Bug Fixes
- nest: Run method-level guards on routes synthesized by router-contract
@Implement- by @dinwwwh in #1775 (2b81d)