Skip to content

Releases: trpc/trpc

v10.43.3

10 Nov 10:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.43.2...v10.43.3

v10.43.2

09 Nov 10:40
Compare
Choose a tag to compare

What's Changed

  • fix(next): omit "fetch" from options by @withyellow in #5003

New Contributors

Full Changelog: v10.43.1...v10.43.2

v10.43.1

02 Nov 16:18
Compare
Choose a tag to compare

What's Changed

  • fix(server + client): incorrect inferred input type when using standalone middleware by @jussisaurio in #4973
  • fix(server + client): fix some issues with inferring Record types as procedure outputs by @jussisaurio in #4986

New Contributors

Full Changelog: v10.43.0...v10.43.1

v10.43.0

26 Oct 12:48
Compare
Choose a tag to compare

What's Changed

  • feat(server): extract parseTRPCMessage for 3rd party modules by @Guria in #4872

New Contributors

Full Changelog: v10.42.0...v10.43.0

v10.42.0

24 Oct 15:57
Compare
Choose a tag to compare

What's Changed

  • feat(server): allow a mix of text and files with fileUploadHandler by @jussisaurio in #4946
  • fix(server): merge _input_out when using standalone middlewares by @jussisaurio in #4948

Full Changelog: v10.41.0...v10.42.0

v10.41.0

19 Oct 10:44
Compare
Choose a tag to compare

What's Changed

  • feat(app dir): use query params typing for revalidate in createTRPCNextAppDirServer by @DerTimonius in #4898
  • feat(react-query): rename useContext() -> useUtils() and alias useContext by @Nick-Lucas in #4925

New Contributors

Full Changelog: v10.40.0...v10.41.0

v10.40.0

06 Oct 15:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.39.0...v10.40.0

v10.39.0

06 Oct 14:43
Compare
Choose a tag to compare

What's Changed

  • fix(server): don't destroy the underlying TCP socket when maxBodySize is exceeded by @jussisaurio in #4887
  • feat(form-data): export MaxPartSizeExceededError for error handling by @juliusmarminge in #4885

Full Changelog: v10.38.5...v10.39.0

v10.38.5

27 Sep 23:09
Compare
Choose a tag to compare

What's Changed

  • fix(server): sets TRPCError.name to TRPCError regardless of what bundlers do by @dios-david & @KATT in #4848

New Contributors

Full Changelog: v10.38.4...v10.38.5

v10.38.4

21 Sep 11:24
Compare
Choose a tag to compare

What's Changed

  • fix(react-query): useQueries does not pass context data by @KATT in #4815

Full Changelog: v10.38.3...v10.38.4