azure-ai-inference_1.0.0b5
Pre-release
Pre-release
1.0.0b5 (2024-10-16)
Features Added
- Support for OpenTelemetry tracing. Please find more information in the package README.md.
- When constructing clients using input
credential
of typeAzureKeyCredential
, two HTTP request headers are sent simultaneously for authentication:Authentication: Beater <key>
andapi-key: <key>
(previously only the first one was sent). This is to support different inference services, removing the need for the application to explicitly specify an additional HTTP request header.