Skip to content

Commit

Permalink
Update release date in CHANGELOG.md (#37934)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Fix README.md
  • Loading branch information
dargilco authored Oct 16, 2024
1 parent e4573de commit 0f9825a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sdk/ai/azure-ai-inference/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Release History

## 1.0.0b5 (Unreleased)
## 1.0.0b5 (2024-10-16)

### Features Added

* Support for OpenTelemetry tracing. Please find more information in the package [README.md](https:/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-inference/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.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0b4 (2024-08-30)

### Features Added
Expand Down

0 comments on commit 0f9825a

Please sign in to comment.