Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-communication-callautomation_1.4.0
1.4.0 (2025-06-06)
Features Added
- Real-time transcription support
- Audio and DTMF streaming capabilities
- Integration of ConnectAPI for seamless streaming and transcription
- Improved media streaming with bidirectional functionality, allowing audio formats in both directions, currently supporting sample rates of 24kHz and 16kHz
- Support for custom speech models has been integrated into transcription
- A confidence level for recognized speech has been introduced, ranging from 0.0 to 1.0 when available
azure-cosmos_4.13.0b1
4.13.0b1 (2025-06-05)
Features Added
- Added ability to set a user agent suffix at the client level. See PR 40904
- Added ability to use request level
excluded_locations
on metadata calls, such as getting container properties. See PR 40905 - Per partition circuit breaker support. It can be enabled through the environment variable
AZURE_COSMOS_ENABLE_CIRCUIT_BREAKER
. See PR 40302.
Bugs Fixed
- Fixed how resource tokens are parsed for metadata calls in the lifecycle of a document operation. See PR 40302.
- Fixed issue where Query Change Feed did not return items if the container uses legacy Hash V1 Partition Keys. This also fixes issues with not being able to change feed query for Specific Partition Key Values for HPK. See PR 41270
Other Changes
- Added Client Generated Activity IDs to all Requests. Cosmos Diagnostics Logs will more clearly show the Activity ID for each request and response. PR 41013
azure-mgmt-recoveryservices_3.1.0
3.1.0 (2025-06-03)
Features Added
- Model
SecuritySettings
added propertysource_scan_configuration
- Added model
AssociatedIdentity
- Added enum
IdentityType
- Added model
SourceScanConfiguration
- Added enum
State
azure-mgmt-appplatform_10.0.1
10.0.1 (2025-06-04)
Other Changes
- This package has been deprecated and will no longer be maintained after 03-31-2025. This package will only receive security fixes until 03-31-2025. For more information, see the Azure Spring Apps retirement announcement.
azure-mgmt-purestorageblock_1.0.0b1
1.0.0b1 (2025-05-27)
Other Changes
- Initial version
azure-mgmt-mongodbatlas_1.0.0b1
1.0.0b1 (2025-05-15)
Other Changes
- Initial version
azure-mgmt-media_10.2.1
10.2.1 (2025-06-03)
Other Changes
- Please note, this package has been deprecated and will no longer be maintained after 06/30/2024.
Refer to Azure Media Services retirement guide for more retirement details and how to migrate to the new services.
Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
azure-monitor-opentelemetry_1.6.10
azure-ai-evaluation_1.8.0
1.8.0 (2025-05-29)
Features Added
- Introduces
AttackStrategy.MultiTurn
andAttackStrategy.Crescendo
toRedTeam
. These strategies attack the target of aRedTeam
scan over the course of multi-turn conversations.
Bugs Fixed
- AdversarialSimulator in
ADVERSARIAL_CONVERSATION
mode was broken. It is now fixed.