Change8

v11.10.0

📦 trpcView on GitHub →
2 features🐛 1 fixes

Summary

This release introduces enhancements for error handling in local links and adds batch indexing support for server-side procedures and middleware, alongside a fix for client connection parameter encoding.

✨ New Features

  • The client now returns the origin error in the `cause` when handling local links.
  • Added `batchIndex` to procedures and middleware when processing batched requests on the server side.

🐛 Bug Fixes

  • Client connection parameters now correctly respect the specified encoder.