Releases: trpc/trpc
Releases Β· trpc/trpc
v10.33.0
What's Changed
- feat(
next
): add some cache primitives to data fetching by @juliusmarminge in #4375
New Contributors
Full Changelog: v10.32.0...v10.33.0
v10.32.0
What's Changed
- fix(
react-query
): fix select as transform by @Sheraff & @juliusmarminge in #4543 - feat(
react-query
): allow for external apps increateServerSideHelpers
by @KATT & @EmericW in #4547 - chore(
client
): changeOperationContext
fromtype
tointerface
by @nicolassanmar in #4523
New Contributors
Full Changelog: v10.31.0...v10.32.0
v10.31.0
What's Changed
- feat(
client
): add ability to unwrap a proxy client to an untyped client by @KATT in #4516 - fix(
server
): allow overriding root context in nested middleware by @sachinraja in #4528
New Contributors
- @TamirCode made their first contribution in #4524
Full Changelog: v10.30.0...v10.31.0
v10.30.0
What's Changed
- fix(
react-query
): initialData & placeholderData does not enforce output types by @juliusmarminge in #4494 - fix(
client
): add minimalWebReadableStreamEsque
for compatibility across envs by @Sheraff in #4508 - feat(
react-query
+next
): remove suspense feature flag by @KATT in #4510
New Contributors
- @tobihans made their first contribution in #4458
- @SiNONiMiTY made their first contribution in #4506
Full Changelog: v10.29.1...v10.30.0
v10.29.1
What's Changed
- fix(
server
): addunstable_
prefix toonHead
and'onChunk'
adapter callbacks by @Sheraff in #4478 - fix(
server
+client
): minor post-release releasehttpBatchStreamLink
issues by @Sheraff in #4481
New Contributors
Full Changelog: v10.29.0...v10.29.1
v10.29.0
What's Changed
- feat(
server
+client
): addhttpBatchStreamLink
@Sheraff in #4347, see docs at https://trpc.io/docs/links/httpBatchStreamLink - fix(
server
): fix minor build warnings due to usage of private fields by @kamilogorek in #4463
Full Changelog: v10.28.2...v10.29.0
v10.28.2
What's Changed
- fix(
react-query
): query and mutation defaults being overwritten in hook wrappers by @Haaxor1689 in #4371
New Contributors
- @Haaxor1689 made their first contribution in #4371
- @willpuckett made their first contribution in #4439
Full Changelog: v10.28.1...v10.28.2
v10.28.1
What's Changed
- fix(
client
): remove properties fromResponseEsque
that are not used by @tjenkinson in #4438
New Contributors
- @tjenkinson made their first contribution in #4438
Full Changelog: v10.28.0...v10.28.1
v10.28.0
What's Changed
- feat(
client
): allow closing active subscriptions by @Dealerpriest in #4136 - feat(
client
): add ability to callTRPCProxyClient
-methods with.apply()
by @atoy40 in #3973 - feat(
react-query
): allow optional cursor inuseInfiniteQuery
by @lithdew in #4374 - fix(
*
): exclude*.test.*
-files in build outputs by @KATT in #4417
New Contributors
- @atoy40 made their first contribution in #3973
- @miguelvelasquezdev made their first contribution in #4341
- @lithdew made their first contribution in #4374
Full Changelog: v10.27.3...v10.28.0