Skip to content

Releases: trpc/trpc

v10.45.2

11 Mar 08:42
Compare
Choose a tag to compare

What's Changed

  • patch(server): upgrade to typescript 5.4 and do fixes due to breaking changes in typescript by @KATT in #5560

Full Changelog: v10.45.1...v10.45.2

v10.45.1

06 Feb 17:15
Compare
Choose a tag to compare

What's Changed

  • fix(server): parse url safer in fetch adapter by @KATT in #5410
  • fix(react-query): no ref in useHookResult() by @KATT in #5433

New Contributors

Full Changelog: v10.45.0...v10.45.1

v11 beta

12 Jan 13:50
65d8afa
Compare
Choose a tag to compare

We have released a beta of version 11.

The functionality is stable and can be used in production, but we may do small breaking API-changes between patches until we reach 11.0.0

We won't be doing releases with changelogs for a little while, so keep an eye on the changelog over at the Migration Guide

πŸ‘‰ https://trpc.io/docs/migrate-from-v10-to-v11

v10.45.0

26 Dec 23:21
Compare
Choose a tag to compare

What's Changed

  • chore(next/app-dir): make a union of nextHttpLink options by @KATT in #5173
  • chore: bump typescript and fix TS errors by @KATT in #5178
  • fix(server + client): add noImplicitOverride & add explicit overrides in TRPCError / TRPCClientError by @me-imfhd in #5195
  • fix(next): rm react-ssr-prepass dependency by @KATT in #5201
  • feat(next): exclude non-ssr queries from the hydrated state by @jonluca in #5135
  • fix(server+client): Incorrect serialization of IndexSignature and Record by @microdev1 in #5211
  • feat(server): deprecate .createCaller() in favor of t.createCallerFactory() by @KATT in #5213

New Contributors

Full Changelog: v10.44.1...v10.45.0

v10.44.1

23 Nov 14:48
Compare
Choose a tag to compare

What's Changed

  • fix(server): fix fetch adapter with trailing slash by @KATT in #5090

New Contributors

Full Changelog: v10.44.0...v10.44.1

v10.44.0

21 Nov 18:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.43.7...v10.44.0

v10.43.7

21 Nov 09:35
Compare
Choose a tag to compare

What's Changed

  • fix(server): cleanup some types and deprecate old things by @KATT in #5060
  • fix(server): fetch adapter endpoint path with trailing slash causes 404 by @maddsua in #5067

New Contributors

Full Changelog: v10.43.6...v10.43.7

v10.43.6

17 Nov 22:40
Compare
Choose a tag to compare

What's Changed

  • fix(server): middleware input requirements shouldn't widen procedure inputs by @jussisaurio in #5057

Full Changelog: v10.43.5...v10.43.6

v10.43.5

17 Nov 22:14
Compare
Choose a tag to compare

What's Changed

  • patch(server): deprecate inferAsyncReturnType by @KATT in #5052
  • fix(client+server): fix output serialization of records by @jussisaurio in #5058

Full Changelog: v10.43.4...v10.43.5

v10.43.4

17 Nov 12:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.43.3...v10.43.4