- Add custom gRPC encoding for pdata that uses custom marshal/unmarshal logic and falls back to default for non‑pdata requests.
- Avoid copying pcommon.Map when the origin is unchanged, greatly improving performance for OTTL map functions.
- Fix parsing of OTLP payloads with non‑packed repeated primitive fields, restoring ingestion of Histogram, ExponentialHistogram, and Profile data.