Releases: trpc/trpc
Releases · trpc/trpc
v10.45.2
v10.45.1
v11 beta
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
v10.45.0
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 inTRPCError
/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
andRecord
by @microdev1 in #5211 - feat(server): deprecate
.createCaller()
in favor oft.createCallerFactory()
by @KATT in #5213
New Contributors
- @kwaimind made their first contribution in #5143
- @me-imfhd made their first contribution in #5195
- @microdev1 made their first contribution in #5211
Full Changelog: v10.44.1...v10.45.0
v10.44.1
What's Changed
New Contributors
- @anatolzak made their first contribution in #5082
Full Changelog: v10.44.0...v10.44.1
v10.44.0
What's Changed
- fix(client+server): non-records inferred as records when serializing as json by @jussisaurio in #5077
- fix(server): Response meta headers type by @AlexXanderGrib in #5074
- feat(react): allow conditional ssr based on context by @jonluca in #4997
- fix(server): constrain the IsRecord utility type to objects by @jussisaurio in #5081
New Contributors
Full Changelog: v10.43.7...v10.44.0
v10.43.7
v10.43.6
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
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
What's Changed
- fix(client+server): avoid losing type information w/ index signatures by @jussisaurio in #5035
- fix(server): fix type merging regression introduced by #5017 by @jussisaurio & @KATT in #5039
New Contributors
- @futantan made their first contribution in #5029
- @nomyfan made their first contribution in #5031
- @zak1999 made their first contribution in #5030
- @leothorp made their first contribution in #5043
- @jChapman made their first contribution in #5033
Full Changelog: v10.43.3...v10.43.4