packages/tests/server/errorFormatting.test.ts (1) 127-174: Consider adding more test cases for error handling edge cases. The test case effectively validates the basic error formatting functionality. However, consider adding tests for: Multiple validation errors Nested object validation errors Array va...
The error message in httpBatchStreamLink now explicitly mentions its own name when subscription operations are attempted. On the server side, custom error types have been removed and error handling improved in the JSON streaming logic. Additionally, tests have been updated to reflect these error ...
Make a migration guide Version Docusaurus docs Make sure all docs installs uses@next Swap default branch tonext Beta Renamemainto10.x&next->main Maybes of things to do Move from using string paths to tuples inclient(maybe?) Search forFIXMEin codebase and fix them ...
packages/server/src/unstable-core-do-not-import/stream/jsonl.ts Renamed ProducerOptions to JSONLProducerOptions; added optional pingMs; updated createBatchStreamProducer signature and modified ping handling logic with PING_SYM and withPing. packages/server/src/unstable-core-do-not-import/stream/json...
Browse the rest of the docs to learn more about things like [authorization](/docs/server/authorization), [middlewares](/docs/server/middlewares), and [error handling](/docs/server/error-handling). You can also find information about [queries](/docs/client/react/usequery) and [mutations](/...