v2.0.0-beta.27
🚀 Features
- node:
- Add @orpc/node package with StaticFileHandlerPlugin - by @dinwwwh in https://github.com/middleapi/orpc/issues/1819 (70db4)
- rpc, openapi:
- Improve malformed response handling in RPCLink and OpenAPILink - by @dinwwwh in https://github.com/middleapi/orpc/issues/1836 (b4c00)
- rpc,openapi:
- Add end-to-end HTTP QUERY support - by @aldotestino in https://github.com/middleapi/orpc/issues/1844 (2bc38)
- server:
- Make CORS plugin origin options sync - by @dinwwwh in https://github.com/middleapi/orpc/issues/1839 (6f615)
- Replace simple CSRF protection with GET method CSRF protection - by @dinwwwh in https://github.com/middleapi/orpc/issues/1846 (9fab6)
- server,contract,ai-sdk:
- Merge stacked object input schemas - by @dinwwwh in https://github.com/middleapi/orpc/issues/1851 (4fd06)
🐞 Bug Fixes
- client:
- Forward error batch responses instead of parsing them - by @dinwwwh in https://github.com/middleapi/orpc/issues/1847 (bc0f7)
- Respect user-provided mapSubresponse in BatchLinkPlugin - by @dinwwwh in https://github.com/middleapi/orpc/issues/1848 (1d6db)