Release v1.54.1
🚀 Features
🔹 gRPC Authentication Middleware
Introduced comprehensive authentication support for gRPC services, bringing it on par with HTTP services.
- Supported Methods: Basic Authentication, API Key Authentication, and OAuth.
- Seamless Integration: Easily enable authentication for gRPC unary and streaming handlers.
- Unified Auth Interface: Leverages the existing authentication logic for consistency across protocols. Refer :
🔹 Standard OTEL Tracing for gRPC
Enabled standard OpenTelemetry tracing for gRPC services.
- Automatic Instrumentation: Automatically captures spans for gRPC requests and responses.
- Better Observability: Provides detailed insights into gRPC service performance and call chains.
🛠️ Fixes
🔹 EventHub Consumer Group Fix
- Resolved an issue where consumer groups were not being correctly interpreted in the EventHub datasource, ensuring reliable message consumption.