Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-monitor-opentelemetry-exporter_1.0.0b22
1.0.0b22 (2024-02-01)
Features Added
- Add live metrics skeleton + swagger definitions
(#33983) - Only create temporary folder if local storage is enabled without storage directory.
(#34061)
Bugs Fixed
- Update exception details messsage based on
LogRecord
body
(#34020)
Other Changes
- Drop support for Python 3.7
(#34105)
azure-ai-resources_1.0.0b6
1.0.0b6 (2024-02-06)
Other Changes
- Bug fixes
azure-ai-generative_1.0.0b6
1.0.0b6 (2024-02-06)
Other Changes
- Bug fixes
azure-identity_1.16.0b1
1.16.0b1 (2024-02-06)
Bugs Fixed
- Fixed the bug that
ClientAssertionCredential
constructor fails if kwargs are provided. (#33673) ManagedIdentityCredential
is more lenient with the error message it matches when falling through to the next credential in the chain in the case that Docker Desktop returns a 403 response when attempting to access the IMDS endpoint. (#33928)
Other Changes
AzureCliCredential
utilizes the newexpires_on
property returned byaz
CLI versions >= 2.54.0 to determine token expiration. (#33947)- Azure-identity is supported on Python 3.8 or later.
azure-cosmos_4.5.2b4
4.5.2b4 (2024-02-02)
This version and all future versions will require Python 3.8+.
Features Added
- Added preview support for Computed Properties on Python SDK (Must be enabled on the account level before it can be used). See PR 33626.
Bugs Fixed
azure-ai-resources_1.0.0b5
1.0.0b5 (2024-02-01)
Other Changes
- Duplicate cleanup
azure-ai-generative_1.0.0b5
1.0.0b5 (2024-02-02)
Features Added
- Supports evaluate() on chat
Bugs Fixed
- Fix promptflow evaluation bugs
Other Changes
- Duplicate cleanup
azure-ai-resources_1.0.0b4
1.0.0b4 (2024-02-01)
Other Changes
- Use openai v1 environment variable
azure-ai-generative_1.0.0b4
1.0.0b4 (2024-02-01)
Features Added
- Support custom metrics for evaluation
Other Changes
- Switched evaluate() function to run on promptflow engine
- Use openai v1 environment variable
azure-monitor-query_1.2.1
1.2.1 (2024-01-31)
Bugs Fixed
- Fixed certain keyword arguments from being propagated when using
MetricsQueryClient
.
Other Changes
- Internal updates to generated code.
- Bumped minimum dependency on
azure-core
to>=1.28.0
.