Skip to content

Releases: trpc/trpc

v10.38.3

14 Sep 14:55
Compare
Choose a tag to compare

What's Changed

  • fix(client): make TRPCClientError.from() more resilient to calls with bad args by @KATT in #4796

New Contributors

Full Changelog: v10.38.2...v10.38.3

v10.38.2

12 Sep 08:16
Compare
Choose a tag to compare

What's Changed

  • fix(server): allow adding charset after application/json in content-type header by @KATT in #4787
  • fix(client): skip calling .abort() on AbortController after procedure completion by @KATT in #4788

New Contributors

Full Changelog: v10.38.1...v10.38.2

v10.38.0

24 Aug 10:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.37.1...v10.38.0

v10.37.1

03 Aug 14:49
Compare
Choose a tag to compare

What's Changed

  • fix(server): handle url encoded commas in batching by @KATT in #4686

Full Changelog: v10.37.0...v10.37.1

v10.37.0

03 Aug 14:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.36.0...v10.37.0

v10.36.0

27 Jul 19:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.35.0...v10.36.0

v10.35.0

20 Jul 10:36
Compare
Choose a tag to compare

What's Changed

  • feat(server): add NOT_IMPLEMENTED status code by @KATT in #4640

Full Changelog: v10.34.1...v10.35.0

v10.34.1

20 Jul 09:49
Compare
Choose a tag to compare

What's Changed

  • fix(next-app-dir): cacheLink returning same data for multiple cache entries by @juliusmarminge in #4629

New Contributors

Full Changelog: v10.34.0...v10.34.1

v10.34.0

18 Jul 21:48
Compare
Choose a tag to compare

What's Changed

  • feat(client): add HTTP response object to TRPCClientError.meta by @KATT in #4597

New Contributors

Full Changelog: v10.33.1...v10.34.0

v10.33.1

04 Jul 21:08
Compare
Choose a tag to compare

What's Changed

  • feat(client): add ansi color mode option for the default logger by @juliusmarminge in #4566
  • fix(server): ensure TRPCError.cause is always an Error by @KATT in #4578
  • fix(client): enable instrumenting fetch by @skovhus in #4590

New Contributors

Full Changelog: v10.33.0...v10.33.1