# @hono/trpc-server ## 0.3.2 ### Patch Changes - [#599](https://github.com/honojs/middleware/pull/599) [`43f34ea4dcc15925d1bd555b6d2bdb24e1eaa1a1`](https://github.com/honojs/middleware/commit/43f34ea4dcc15925d1bd555b6d2bdb24e1eaa1a1) Thanks [@BlankParticle](https://github.com/BlankParticle)! - chore: update `@hono/trpc-server` to allow using Trpc 11 ## 0.3.1 ### Patch Changes - [#517](https://github.com/honojs/middleware/pull/517) [`8f669cd338013569e413641f5455f44dd1b8d19c`](https://github.com/honojs/middleware/commit/8f669cd338013569e413641f5455f44dd1b8d19c) Thanks [@BlankParticle](https://github.com/BlankParticle)! - use `c.body` to create response to avoid header loss ## 0.3.0 ### Minor Changes - [#482](https://github.com/honojs/middleware/pull/482) [`4446eeeb9f556e595be6ef8f9d6afa45770a2b67`](https://github.com/honojs/middleware/commit/4446eeeb9f556e595be6ef8f9d6afa45770a2b67) Thanks [@jikyu](https://github.com/jikyu)! - Support asynchronous context creation for trpc server middleware ## 0.2.0 ### Minor Changes - [#458](https://github.com/honojs/middleware/pull/458) [`2526e1e6854709b1c9630ff2aac7bf218fec7d57`](https://github.com/honojs/middleware/commit/2526e1e6854709b1c9630ff2aac7bf218fec7d57) Thanks [@benjamine](https://github.com/benjamine)! - access hono context from trpc procedures ## 0.1.1 ### Patch Changes - [#380](https://github.com/honojs/middleware/pull/380) [`ea19f6bdeb14216da0880baf5dd5885395c0f008`](https://github.com/honojs/middleware/commit/ea19f6bdeb14216da0880baf5dd5885395c0f008) Thanks [@CarlosZiegler](https://github.com/CarlosZiegler)! - fix: change peer dependency to support v4.0.0 ## 0.1.0 ### Minor Changes - [#50](https://github.com/honojs/middleware/pull/50) [`b9e383f`](https://github.com/honojs/middleware/commit/b9e383fa88b676c65773997a60e66bfc24e55aa0) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: bump up Hono version "v3" ## 0.0.2 ### Patch Changes - 520a453: `trpcServer` options extends FetchHandlerRequestOptions ## 0.0.1 ### Patch Changes - e7c60b3: Initial release