tRPC Release Notes

31 release notes curated from 1 source by the Releasebot Team. Last updated: Apr 28, 2026

Get this feed:
  • Apr 28, 2026
    • Date parsed from source:
      Apr 28, 2026
    • First seen by Releasebot:
      Apr 28, 2026
    tRPC logo

    tRPC

    v11.17.0

    tRPC ships subscription inference helpers and server fixes for streaming errors and React 19 proxy coercion, while also refreshing OpenAPI docs and updating dependencies across the stack.

    What's Changed

    • chore(deps): bump next from 15.5.10 to 15.5.14 by @dependabot[bot] in #7268
    • chore: Review stale skills (v11.16.0) by @github-actions[bot] in #7295
    • fix(server): unwrap error from cause for streaming onError by @zirkelc in #7286
    • chore: Add cache checks for openapi router fixtures by @Nick-Lucas in #7296
    • chore: Update Hey API for new type imports by @Nick-Lucas in #7298
    • docs: Add oasdiff docs to openapi by @Nick-Lucas in #7299
    • feat: Add subscription inferrence helpers by @Nick-Lucas in #7303
    • fix(www): Add accessible text to links without discernible text by @cyphercodes in #7302
    • fix(deps): update dependency @tanstack/intent to ^0.0.27 by @renovate[bot] in #7309
    • fix(deps): update dependency srvx to v0.11.14 by @renovate[bot] in #7310
    • chore(deps): update dependency @oxc-project/runtime to v0.123.0 by @renovate[bot] in #7311
    • fix(deps): update dependency @clack/prompts to v1.2.0 by @renovate[bot] in #7312
    • chore(deps): bump fastify from 5.8.1 to 5.8.3 by @dependabot[bot] in #7288
    • chore(deps): update codecov/codecov-action action to v6 by @renovate[bot] in #7313
    • fix(deps): update dependency eslint-plugin-unicorn to v64 by @renovate[bot] in #7314
    • fix(deps): update dependency undici to v8 by @renovate[bot] in #7316
    • chore(monorepo): remove versions from private workspaces by @KATT in #7306
    • fix(server): handle React 19 proxy coercion in createInnerProxy by @DORI2001 in #7336
    • docs: add trpc-studio to awesome-trpc extensions by @sayefdeen in #7340
    • chore: upgrade pnpm to 10.33.1 by @KATT in #7350
    • build: upgrade drizzle in next-sse-chat example by @KATT in #7351
    • chore(www): Add Legora to website logos by @KATT in #7358

    New Contributors

    • @cyphercodes made their first contribution in #7302
    • @DORI2001 made their first contribution in #7336
    • @sayefdeen made their first contribution in #7340

    Full Changelog: v11.16.0...v11.17.0

    Original source
  • Mar 28, 2026
    • Date parsed from source:
      Mar 28, 2026
    • First seen by Releasebot:
      Mar 28, 2026
    tRPC logo

    tRPC

    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
  • All of your release notes in one feed

    Join Releasebot and get updates from tRPC and hundreds of other software products.

    Create account
  • Mar 28, 2026
    • Date parsed from source:
      Mar 28, 2026
    • First seen by Releasebot:
      Mar 28, 2026
    tRPC logo

    tRPC

    v11.15.2

    tRPC ships v11.15.2 release.

  • Mar 26, 2026
    • Date parsed from source:
      Mar 26, 2026
    • First seen by Releasebot:
      Mar 27, 2026
    tRPC logo

    tRPC

    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
  • Mar 23, 2026
    • Date parsed from source:
      Mar 23, 2026
    • First seen by Releasebot:
      Mar 23, 2026
    tRPC logo

    tRPC

    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
  • Mar 20, 2026
    • Date parsed from source:
      Mar 20, 2026
    • First seen by Releasebot:
      Mar 21, 2026
    tRPC logo

    tRPC

    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
  • Mar 20, 2026
    • Date parsed from source:
      Mar 20, 2026
    • First seen by Releasebot:
      Mar 21, 2026
    tRPC logo

    tRPC

    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
  • Mar 15, 2026
    • Date parsed from source:
      Mar 15, 2026
    • First seen by Releasebot:
      Mar 16, 2026
    tRPC logo

    tRPC

    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
    tRPC logo

    tRPC

    v11.13.3

    tRPC releases v11.13.3.

  • Mar 15, 2026
    • Date parsed from source:
      Mar 15, 2026
    • First seen by Releasebot:
      Mar 16, 2026
    tRPC logo

    tRPC

    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
  • Mar 15, 2026
    • Date parsed from source:
      Mar 15, 2026
    • First seen by Releasebot:
      Mar 16, 2026
    tRPC logo

    tRPC

    v11.13.1

    tRPC releases v11.13.1, marking a new software release.

  • Mar 15, 2026
    • Date parsed from source:
      Mar 15, 2026
    • First seen by Releasebot:
      Mar 15, 2026
    tRPC logo

    tRPC

    v11.13.0

    tRPC releases version 11.13.0, signaling a new software release.

  • Mar 14, 2026
    • Date parsed from source:
      Mar 14, 2026
    • First seen by Releasebot:
      Mar 15, 2026
    tRPC logo

    tRPC

    v11.12.1

    tRPC releases v11.12.1 as the latest version update.

  • Mar 6, 2026
    • Date parsed from source:
      Mar 6, 2026
    • First seen by Releasebot:
      Mar 6, 2026
    tRPC logo

    tRPC

    v11.12.0

    tRPC releases a changelog with fixes for tanstack-react-query skipToken errors, SSE reconnection, plus new contributor notes.

    What's Changed

    • fix(tanstack-react-query): useSuspenseInfiniteQuery shows skipToken type error when getNextPageParam is not provided by @Nick-Lucas in #7190
    • fix: SSE subscriptions don't reconnect after maxDurationMs (#7094) by @bxff in #7207

    New Contributors

    • @bxff made their first contribution in #7207

    Full Changelog: v11.11.0...v11.12.0

    Original source
  • Mar 1, 2026
    • Date parsed from source:
      Mar 1, 2026
    • First seen by Releasebot:
      Mar 1, 2026
    tRPC logo

    tRPC

    v11.11.0

    What's Changed

    • docs: fix zod v4 zAsyncIterable generic order in subscriptions guide by @aviu16 in #7174
    • Update context documentation to remove database reference by @clicktodev in #7188
    • docs: add note on tradeoffs for large clients in createContextInner by @clicktodev in #7192
    • feat(client): Export types SubscriptionResolver and ResolverDef by @cooolbros in #6803

    New Contributors

    • @aviu16 made their first contribution in #7174
    • @cooolbros made their first contribution in #6803

    Full Changelog: v11.10.0...v11.11.0

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.

Similar to tRPC with recent updates: