tRPC Release Notes
Last updated: Mar 28, 2026
- Mar 28, 2026
- Date parsed from source:Mar 28, 2026
- First seen by Releasebot:Mar 28, 2026
v11.16.0
tRPC adds OpenAPI cyclic type support in a new alpha release, dropping the type depth limit and strengthening cyclic handling for inference and Zod. It also supports zod.lazy fallback, strips symbol noise from output, and improves OpenAPI docs and schema descriptions.
What's Changed
- feat: OpenAPI Cyclic Types support by @Nick-Lucas in #7283
- chore: Review stale skills (manual) by @github-actions[bot] in #7294
@trpc/openapi 11.16.0-alpha
Drops the type depth limit of 20, and significantly hardens cyclic-type support for both inference and Zod
Support zod.lazy via Standard Schema fallback
Strip symbols from output (no more __@asyncIterator@5456 symbols in output)
Add more comprehensive types for the OpenAPI doc from the official package (now a dependency) and apply some patches to these types because they're slightly outdated
Fixes several issues with gathering schema descriptions, such as consuming jsdoc comments from node_modules types
New Contributors
- @github-actions[bot] made their first contribution in #7294
Full Changelog: v11.15.1...v11.16.0
Original source Report a problem - Mar 28, 2026
- Date parsed from source:Mar 28, 2026
- First seen by Releasebot:Mar 28, 2026
All of your release notes in one feed
Join Releasebot and get updates from tRPC and hundreds of other software products.
- Mar 26, 2026
- Date parsed from source:Mar 26, 2026
- First seen by Releasebot:Mar 27, 2026
v11.15.1
tRPC fixes sponsor link SEO rendering in static HTML and improves Node VM error handling.
What's Changed
- fix(www): render sponsor links in static HTML for SEO by @shtefcs in #7285
- fix: error handling with Node VM by @znikola in #7280
New Contributors
- @shtefcs made their first contribution in #7285
- @znikola made their first contribution in #7280
Full Changelog: v11.15.0...v11.15.1
Original source Report a problem - Mar 23, 2026
- Date parsed from source:Mar 23, 2026
- First seen by Releasebot:Mar 23, 2026
v11.15.0
tRPC adds empty string fallback for pathExtractor and a max batch size setting in a new release.
What's Changed
docs: empty string fallback on pathExtractor by @dorukozerr in #7270
feat(server): max batch size by @Nick-Lucas in #7191
New Contributors
@dorukozerr made their first contribution in #7270
Full Changelog: v11.14.1...v11.15.0
Original source Report a problem - Mar 20, 2026
- Date parsed from source:Mar 20, 2026
- First seen by Releasebot:Mar 21, 2026
v11.14.1
tRPC adds Tanstack Intent Skills in a small v11.14.1 update.
What's Changed
- feat: Tanstack Intent Skills by @Nick-Lucas in #7252
Full Changelog: v11.14.0...v11.14.1
Original source Report a problem - Mar 20, 2026
- Date parsed from source:Mar 20, 2026
- First seen by Releasebot:Mar 21, 2026
v11.14.0
tRPC fixes batch stream error handling and preserves buffered chunks on stream close in httpBatchStreamLink.
What's Changed
fix(server): use correct call index in batch stream error handling by @karesansui-u in #7262
fix: preserve buffered chunks on stream close in httpBatchStreamLink by @luinbytes in #7233
New Contributors
@karesansui-u made their first contribution in #7262
@luinbytes made their first contribution in #7233
Full Changelog: v11.13.4...v11.14.0
Original source Report a problem - Mar 15, 2026
- Date parsed from source:Mar 15, 2026
- First seen by Releasebot:Mar 16, 2026
v11.13.4
tRPC releases v11.13.4 as a new software version.
- Mar 15, 2026
- Date parsed from source:Mar 15, 2026
- First seen by Releasebot:Mar 16, 2026
- Mar 15, 2026
- Date parsed from source:Mar 15, 2026
- First seen by Releasebot:Mar 16, 2026
v11.13.2
tRPC releases updates including OpenAPI support for any appRouter, docs revamp, httpBatchStreamLink streamHeader option, and assorted fixes across contributors.
What's Changed
- fix: correct typo 'commitedFiles' → 'committedFiles' by @mitre88 in #7221
- feat(docs): revamp docs content for 2026, more framework agnostic, improved Next.js docs by @Nick-Lucas in #7193
- feat: Support OpenAPI json generation for any tRPC appRouter by @Nick-Lucas in #7231
- feat: Fix some OpenAPI AI feedback by @Nick-Lucas in #7242
- feat: add streamHeader option to httpBatchStreamLink by @anatolzak in #7241
New Contributors
- @mitre88 made their first contribution in #7221
- @pendant-k made their first contribution in #7236
Full Changelog: v11.12.0...v11.13.2
Original source Report a problem - Mar 15, 2026
- Date parsed from source:Mar 15, 2026
- First seen by Releasebot:Mar 16, 2026
v11.13.1
tRPC releases v11.13.1, marking a new software release.