Skip to content

Releases: trpc/trpc

v7.3.1

18 Jun 12:39
Compare
Choose a tag to compare
  • fix so we throw an AbortError when cancelling requests #560 / #559

v7.3.0

17 Jun 15:02
Compare
Choose a tag to compare
  • move transformers to router (#553)
    • server-side data transformers are now added on your Router through a .transformer()-method
    • has backwards compat, but see the docs and update your code
    • https://trpc.io/docs/data-transformers

v7.2.1

17 Jun 15:16
Compare
Choose a tag to compare
  • support null/undefined procedure results (#529)

v7.2.0

15 Jun 14:26
Compare
Choose a tag to compare
  • add (experimental) websockets support (#508)

v7.0.2

15 Jun 10:43
Compare
Choose a tag to compare
  • fix: skip transforming undefined input (#512)

v7.0.1

11 Jun 14:46
Compare
Choose a tag to compare
  • fix peer dependencies between packages (#509)

v7.0.0

10 Jun 12:04
Compare
Choose a tag to compare

@trpc/*

You will most likely be able to update to this version straight up without seeing any breaking changes.

#476

  • TRPCError.json moved to TRPCError.result
  • removed some deprecated options
  • make sure ending links return an error if the result isn't ok
  • using new TRPCProcedureSuccessEnvelope rather than HTTPResponseEnvelope (prepare for websocket support)

v6.5.0

10 Jun 11:12
Compare
Choose a tag to compare
  • add optional request context to requests (#473)
  • enable batching in SSR (#475)

6.4.0 - Links & query batching!

09 Jun 12:38
Compare
Choose a tag to compare

@trpc/*

πŸš€ Massive release!

We've introduced a concept of links and query batching!

For more info, have a look at PR #461 or in the docs at trpc.io/docs/links

v6.3.1

24 May 19:00
Compare
Choose a tag to compare
  • add guards for Object.prototype-props (#415)