8000 Releases Β· trpc/trpc Β· GitHub
[go: up one dir, main page]

Skip to content

Releases: trpc/trpc

v11.4.3

27 Jun 08:00
Compare
Choose a tag to compare

What's Changed

  • fix(server): missing export from internal package by @goszczynskip in #6838
  • fix(server): fix MaxListenersExceededWarning when socket is reused in fastify adapter by @KATT in #6842

New Contributors

Full Changelog: v11.4.2...v11.4.3

v11.4.2

18 Jun 12:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.4.1...v11.4.2

v11.4.1

13 Jun 15:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.4.0...v11.4.1

v11.4.0

12 Jun 11:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.3.1...v11.4.0

v11.3.1

05 Jun 20:45
Compare
Choose a tag to compare

What's Changed

  • fix(client): inference fix when serializing of json-like return types like z.json() by @KATT in #6810

Full Changelog: v11.3.0...v11.3.1

v11.3.0

04 Jun 19:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.2.0...v11.3.0

v11.2.0

01 Jun 15:41
Compare
Choose a tag to compare

What's Changed

  • feat(server): support lambda response streaming by @zirkelc in #6680
  • feat(server): add support for 402 http response status code by @alonzuman in #6796
  • fix(tanstack-react-query): useSubscription calls onConnectionStateChange by @darkobits in #6797

New Contributors

Full Changelog: v11.1.4...v11.2.0

v11.1.4

28 May 21:27
Compare
Choose a tag to compare

What's Changed

  • fix(tanstack-react-query): skip inferring initialData by @KATT in #6793

Full Changelog: v11.1.3...v11.1.4

v11.1.3

26 May 23:19
Compare
Choose a tag to compare

What's Changed

  • fix(client): sseStreamConsumer to use instance's properties instead of global by @goknsh in #6689
  • fix(server): expose meta on procedures by @Nick-Lucas in #6767
  • refactor(server): simplify error creation from unknown causes by @braden-w in #6778
  • fix(client): Websocket not reconnecting when lazy is enabled by @bnussman in #6640
  • fix(tanstack-react-quey): Ensure TRPC Tanstack React Query receives raw values from Vue ref inputs in Vue Query by @levirs565 in #6776
  • fix(server): node 24 async iterables are already AsyncDisposables by @KATT in #6787

New Contributors

Full Changelog: v11.1.2...v11.1.3

v11.1.2

29 Apr 06:43
Compare
Choose a tag to compare

What's Changed

  • fix(tanstack-react-query): tanstack react query and fix type errors by @Nick-Lucas in #6707

New Contributors

Full Changelog: v11.1.1...v11.1.2

0