Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-identity-broker_1.2.0
1.2.0 (2024-10-08)
Other Changes
- Stable release for the Proof-of-Possession (PoP) token support to
InteractiveBrowserBrokerCredential
.
azure-search-documents_11.6.0b6
11.6.0b6 (2024-10-08)
Bugs Fixed
- Fixed the issue that
encryptionKey
inSearchIndexer
was lost during serialization. #37521
azure-ai-generative_1.0.0b11
1.0.0b11 (2024-10-04)
Other Changes
- Deprecation message added.
azure-communication-sms_1.1.0
1.1.0 (2024-10-03)
Other Changes
- Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on Azure SDK for Python version support policy.
azure-ai-generative_1.0.0b10
1.0.0b10 (2024-10-03)
Bugs Fixed
- Bug fixes
azure-eventhub_5.12.2
5.12.2 (2024-10-02)
Bugs Fixed
- Implemented backpressure for async consumer to address a memory leak issue. (#36398)
azure-ai-evaluation_1.0.0b3
1.0.0b3 (2024-10-01)
Features Added
- Added
type
field toAzureOpenAIModelConfiguration
andOpenAIModelConfiguration
- The following evaluators now support
conversation
as an alternative input to their usual single-turn inputs:ViolenceEvaluator
SexualEvaluator
SelfHarmEvaluator
HateUnfairnessEvaluator
ProtectedMaterialEvaluator
IndirectAttackEvaluator
CoherenceEvaluator
RelevanceEvaluator
FluencyEvaluator
GroundednessEvaluator
- Surfaced
RetrievalScoreEvaluator
, formally an internal part ofChatEvaluator
as a standalone conversation-only evaluator.
Breaking Changes
- Removed
ContentSafetyChatEvaluator
andChatEvaluator
- The
evaluator_config
parameter ofevaluate
now maps in evaluator name to a dictionaryEvaluatorConfig
, which is aTypedDict
. The
column_mapping
betweendata
ortarget
and evaluator field names should now be specified inside this new dictionary:
Before:
evaluate(
...,
evaluator_config={
"hate_unfairness": {
"query": "${data.question}",
"response": "${data.answer}",
}
},
...
)
After
evaluate(
...,
evaluator_config={
"hate_unfairness": {
"column_mapping": {
"query": "${data.question}",
"response": "${data.answer}",
}
}
},
...
)
Bugs Fixed
- Fixed issue where Entra ID authentication was not working with
AzureOpenAIModelConfiguration
azure-mgmt-trustedsigning_1.0.0b1
1.0.0b1 (2024-09-27)
Other Changes
- Initial version
azure-mgmt-servicenetworking_1.1.0b1
1.1.0b1 (2024-09-29)
Features Added
- Client
ServiceNetworkingMgmtClient
added operation groupsecurity_policies_interface
- Model
TrafficController
added propertysecurity_policies
- Model
TrafficController
added propertysecurity_policy_configurations
- Model
TrafficControllerUpdate
added propertysecurity_policy_configurations
- Added enum
PolicyType
- Added model
SecurityPolicy
- Added model
SecurityPolicyConfigurations
- Added model
SecurityPolicyConfigurationsUpdate
- Added model
SecurityPolicyListResult
- Added model
SecurityPolicyUpdate
- Added model
WafPolicy
- Added model
WafPolicyUpdate
- Added model
WafSecurityPolicy
- Added model
WafSecurityPolicyUpdate
- Added model
SecurityPoliciesInterfaceOperations
azure-mgmt-mongocluster_1.0.0
1.0.0 (2024-09-26)
Features Added
- Model
ConnectionString
added propertyname
- Model
MongoClusterProperties
added propertyadministrator
- Model
MongoClusterProperties
added propertyhigh_availability
- Model
MongoClusterProperties
added propertystorage
- Model
MongoClusterProperties
added propertysharding
- Model
MongoClusterProperties
added propertycompute
- Model
MongoClusterProperties
added propertybackup
- Model
MongoClusterUpdateProperties
added propertyadministrator
- Model
MongoClusterUpdateProperties
added propertyhigh_availability
- Model
MongoClusterUpdateProperties
added propertystorage
- Model
MongoClusterUpdateProperties
added propertysharding
- Model
MongoClusterUpdateProperties
added propertycompute
- Model
MongoClusterUpdateProperties
added propertybackup
- Added model
AdministratorProperties
- Added model
BackupProperties
- Added model
ComputeProperties
- Added enum
HighAvailabilityMode
- Added model
HighAvailabilityProperties
- Added model
ShardingProperties
- Added model
StorageProperties
Breaking Changes
- Model
MongoClusterProperties
deleted or renamed its instance variableadministrator_login
- Model
MongoClusterProperties
deleted or renamed its instance variableadministrator_login_password
- Model
MongoClusterProperties
deleted or renamed its instance variableearliest_restore_time
- Model
MongoClusterProperties
deleted or renamed its instance variablenode_group_specs
- Model
MongoClusterUpdateProperties
deleted or renamed its instance variableadministrator_login
- Model
MongoClusterUpdateProperties
deleted or renamed its instance variableadministrator_login_password
- Model
MongoClusterUpdateProperties
deleted or renamed its instance variablenode_group_specs
- Deleted or renamed model
NodeGroupSpec
- Deleted or renamed model
NodeKind