---
changelog:
  category: Release
  version: 1.8.0
date: '2025-08-11T12:10:01Z'
seo:
  description: >-
    otel:OpenTelemetry Integration - by @dinwwwh in
    https://github.com/middleapi/orpc/issues/806 (7b151)server:Allow RPC calls
    without data - by @dinwwwh in…
title: v1.8.0
type: changelog
---
### First-class OpenTelemetry Support [docs](https://orpc.dinwwwh.com/docs/integrations/opentelemetry)

```ts
import { NodeSDK } from '@opentelemetry/sdk-node'
import { ORPCInstrumentation } from '@orpc/otel'

const sdk = new NodeSDK({
  instrumentations: [
    new ORPCInstrumentation(), 
  ],
})

sdk.start()
```

### &nbsp;&nbsp;&nbsp;🚀 Features

- **otel**:
  - OpenTelemetry Integration &nbsp;-&nbsp; by @dinwwwh in https://github.com/middleapi/orpc/issues/806 [<samp>(7b151)</samp>](https://github.com/middleapi/orpc/commit/7b151ddb)
- **server**:
  - Allow RPC calls without data &nbsp;-&nbsp; by @dinwwwh in https://github.com/middleapi/orpc/issues/853 [<samp>(890a8)</samp>](https://github.com/middleapi/orpc/commit/890a8aba)
  - Stable hibernation apis &nbsp;-&nbsp; by @dinwwwh in https://github.com/middleapi/orpc/issues/854 [<samp>(a3206)</samp>](https://github.com/middleapi/orpc/commit/a320605b)
- **trpc**:
  - Stable tRPC to oRPC router &nbsp;-&nbsp; by @dinwwwh in https://github.com/middleapi/orpc/issues/808 [<samp>(842d6)</samp>](https://github.com/middleapi/orpc/commit/842d6b5b)

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/middleapi/orpc/compare/v1.7.11...v1.8.0)
