Skip to content

azure-ai-inference_1.0.0b5

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 16 Oct 22:47
0f9825a

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 type AzureKeyCredential, two HTTP request headers are sent simultaneously for authentication: Authentication: Beater <key> and api-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.