Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-template_0.1.0b3273802
0.1.0b3273802 (2023-11-17)
Features Added
- Some feature
Breaking Changes
- Some breaking change
Bugs Fixed
- Some bug fix
Other Changes
- Some other change
azure-mgmt-sql_4.0.0b13
4.0.0b13 (2023-11-17)
Features Added
- Added operation group JobPrivateEndpointsOperations
- Model FailoverGroupReadOnlyEndpoint has a new parameter target_server
- Model FailoverGroupUpdate has a new parameter partner_servers
- Model InstancePool has a new parameter dns_zone
- Model InstancePool has a new parameter maintenance_configuration_id
- Model InstancePoolUpdate has a new parameter dns_zone
- Model InstancePoolUpdate has a new parameter license_type
- Model InstancePoolUpdate has a new parameter maintenance_configuration_id
- Model InstancePoolUpdate has a new parameter sku
- Model InstancePoolUpdate has a new parameter subnet_id
- Model InstancePoolUpdate has a new parameter v_cores
- Model Server has a new parameter is_i_pv6_enabled
- Model ServerUpdate has a new parameter is_i_pv6_enabled
azure-communication-jobrouter_1.0.0
1.0.0 (2023-11-01)
Features Added
JobRouterAdministrationClient
- Add
upsert_distribution_policy
. Supportsmatch_condition: Optional[MatchConditions]
which can specify HTTP options for conditional requests based onetag: Optional[str]
and/orif_unmodified_since: Optional[~datetime.datetime]
. - Add
upsert_queue
. Supportsmatch_condition: Optional[MatchConditions]
which can specify HTTP options for conditional requests based onetag: Optional[str]
and/orif_unmodified_since: Optional[~datetime.datetime]
. - Add
upsert_classification_policy
. Supportsmatch_condition: Optional[MatchConditions]
which can specify HTTP options for conditional requests based onetag: Optional[str]
and/orif_unmodified_since: Optional[~datetime.datetime]
. - Add
upsert_exception_policy
. Supportsmatch_condition: Optional[MatchConditions]
which can specify HTTP options for conditional requests based onetag: Optional[str]
and/orif_unmodified_since: Optional[~datetime.datetime]
.
- Add
JobRouterClient
- Add
upsert_job
. Supportsmatch_condition: Optional[MatchConditions]
which can specify HTTP options for conditional requests based onetag: Optional[str]
and/orif_unmodified_since: Optional[~datetime.datetime]
. - Add
upsert_worker
. Supportsmatch_condition: Optional[MatchConditions]
which can specify HTTP options for conditional requests based onetag: Optional[str]
and/orif_unmodified_since: Optional[~datetime.datetime]
.
- Add
Breaking Changes
- All models now resides under
azure.communication.jobrouter.models
instead ofazure.communication.jobrouter
. JobRouterAdministrationClient
- Create and update methods have been removed for
DistributionPolicy
. Useupsert_distribution_policy
instead. - Create and update methods have been removed for
RouterQueue
. Useupsert_queue
instead. - Create and update methods have been removed for
ClassificationPolicy
. Useupsert_classification_policy
instead. - Create and update methods have been removed for
ExceptionPolicy
. Useupsert_exception_policy
instead. list_classification_policies
returns(Async)Iterable[ClassificationPolicy]
instead of(Async)Iterable[ClassificationPolicyItem]
list_distribution_policies
returns(Async)Iterable[DistributionPolicy]
instead of(Async)Iterable[DistributionPolicyItem]
list_exception_policies
returns(Async)Iterable[ExceptionPolicy]
instead of(Async)Iterable[ExceptionPolicyItem]
list_queues
returns(Async)Iterable[RouterQueue]
instead of(Async)Iterable[RouterQueueItem]
- Create and update methods have been removed for
JobRouterClient
- Create and update methods have been removed for
RouterJob
. Useupsert_job
instead. - Create and update methods have been removed for
RouterWorker
. Useupsert_worker
instead. list_jobs
returns(Async)Iterable[RouterJob]
instead of(Async)Iterable[RouterJobItem]
list_workers
returns(Async)Iterable[RouterWorker]
instead of(Async)Iterable[RouterWorkerItem]
decline_job_offer
- keyword argumentretry_offer_at: Optional[datetime]
removed from method. Useoptions: Optional[Union[DeclineJobOfferOptions, JSON, IO]]
instead.close_job
- keyword arguments
close_at: Optional[datetime]
,disposition_code: Optional[str]
,note: Optional[str]
removed from method. Useoptions: Optional[Union[CloseJobOptions, JSON, IO]]
instead. assignment_id: str
added as positional argument.
- keyword arguments
cancel_job
- keyword argumentsdisposition_code: Optional[str]
,note: Optional[str]
removed from method. Useoptions: Optional[Union[CancelJobOptions, JSON, IO]]
instead.complete_job
- keyword argument
note: Optional[str]
removed from method. Useoptions: Optional[Union[CompleteJobOptions, JSON, IO]]
instead. assignment_id: str
added as positional argument.
- keyword argument
unassign_job
- keyword argumentsuspend_matching: Optional[bool]
removed from method. Useoptions: Optional[Union[UnassignJobOptions, JSON, IO]]
instead.
- Create and update methods have been removed for
RouterJob
- Property
notes
- Changed fromDict[str, ~datetime.datetime]
toList[RouterJobNote]
- Property
ClassificationPolicy
- Rename property
queue_selectors
toqueue_selector_attachments
. - Rename property
worker_selectors
toworker_selector_attachments
.
- Rename property
ExceptionPolicy
- Property
exception_rules
- Changed fromDictionary[str, ExceptionRule]
->List[ExceptionRule]
- Property
ExceptionRule
- Property
actions
- ChangedDict[str, ExceptionAction]
->List[ExceptionAction]
- Property
ScoringRuleOptions
- Rename property
allow_scoring_batch_of_workers
->is_batch_scoring_enabled
- Rename property
RouterWorker
- Property changed
queue_assignments: Dict[str, RouterQueueAssignment]
->queues: List[str]
- Rename
total_capacity
->capacity
- Property changed
channel_configurations: Dict[str, ChannelConfiguration]
->channels: List[RouterChannel]
- Property changed
CloseJobOptions
- Removed property
assignment_id
- Removed property
CompleteJobOptions
- Removed property
assignment_id
- Removed property
JobMatchingMode
- Property
kind
- Changed fromstr
toJobMatchingModeKind
- Affected derived classes:
QueueAndMatchMode
,ScheduleAndSuspendMode
,SuspendMode
- Property
RouterRule
- Property
kind
- Changed fromstr
toRouterRuleKind
- Affected derived classes:
DirectMapRouterRule
,ExpressionRouterRule
,FunctionRouterRule
,StaticRouterRule
,WebhookRouterRule
- Property
DistributionMode
- Property
kind
- Changed fromstr
toDistributionModeKind
- Affected derived classes:
RoundRobinMode
,LongestIdleMode
,BestWorkerMode
- Property
ExceptionTrigger
- Property
kind
- Changed fromstr
toExceptionTriggerKind
- Affected derived classes:
QueueLengthExceptionTrigger
,WaitTimeExceptionTrigger
- Property
ExceptionAction
- Property
kind
- Changed fromstr
toExceptionActionKind
- Affected derived classes:
CancelExceptionAction
,ManualReclassifyExceptionAction
,ReclassifyExceptionAction
- Property
QueueSelectorAttachment
- Property
kind
- Changed fromstr
toQueueSelectorAttachmentKind
- Affected derived classes:
ConditionalQueueSelectorAttachment
,PassThroughQueueSelectorAttachment
,RuleEngineQueueSelectorAttachment
,StaticQueueSelectorAttachment
,WeightedAllocationQueueSelectorAttachment
- Property
WorkerSelectorAttachment
- Property
kind
- Changed fromstr
toWorkerSelectorAttachmentKind
- Affected derived classes:
ConditionalWorkerSelectorAttachment
,PassThroughWorkerSelectorAttachment
,RuleEngineWorkerSelectorAttachment
,StaticWorkerSelectorAttachment
,WeightedAllocationWorkerSelectorAttachment
- Property
Renames
ChannelConfiguration
->RouterChannel
Oauth2ClientCredential
->OAuth2WebhookClientCredential
Deletions
ClassificationPolicyItem
DistributionPolicyItem
ExceptionPolicyItem
RouterQueueItem
RouterWorkerItem
RouterJobItem
RouterQueueAssignment
Other Changes
ClassificationPolicy
- Add
etag
- Add
DistributionPolicy
- Add
etag
- Add
ExceptionPolicy
- Add
etag
- Add
RouterQueue
- Add
etag
- Add
RouterJob
- Add
etag
- Add
RouterWorker
- Add
etag
- Add
ExceptionRule
- Add
id
- Add
ExceptionAction
and all derived classesCancelExceptionAction
,ManualReclassifyExceptionAction
,ReclassifyExceptionAction
- Add
id
. If not provided, it will be generated by the service.
- Add
RouterChannel
- Add
channel_id
- Add
corehttp_1.0.0b2
1.0.0b2 (2023-11-14)
Features Added
- Added the initial implementation of the HTTPX transport. #32813
Breaking Changes
- Removed
requests
as a default dependency ofcorehttp
. This is now an "extras" dependency and can be installed viacorehttp[requests]
. #32813 - Renamed the
aio
extra toaiohttp
. #32813
Bugs Fixed
- Fixed an issue with
multipart/form-data
in the async transport wheredata
was not getting encoded into the request body. #32473 - Fixed an issue with
connection_verify
,connection_cert
, andconnection_timeout
not being propagated to underlying transports. #33057 - Fixed an issue with the
aiohttp
transport not using SSL by default. #33057
Other Changes
- Added extras for
httpx
. #32813
azure-servicebus_7.11.4
7.11.4 (2023-11-13)
Bugs Fixed
- Fixed a bug where a two character count session id was being incorrectly parsed by azure amqp.
azure-eventhub_5.11.5
5.11.5 (2023-11-13)
Bugs Fixed
- Fixed a pyAMQP error where events split across multiple TransferFrames were depleting the link credit by more than 1 credit per message. (#32767)
azure-ai-ml_1.12.0
1.12.0 (2023-11-13)
Features Added
- Workspace Connections had 3 child classes added for open AI, cog search, and cog service connections.
- Workspace Connections replaced metadata with tags, and surfaced api_version, api_type, and kind for certain connection types.
Bugs Fixed
- Workspace Hubs now properly create various endpoints, and surface a variable to select the resource they connect to via the
'endpoint_resource_id' kwarg.
azure-ai-generative_1.0.0b1
1.0.0b1 (2023-11-10)
Features Added
- Try use langchain VectorStore and fallback to vendor.
- Add azure-search-documents 11.4.0b11 and above support.
- Invoke OpenAI with dynamic batch size.
- Fix LangChain importing path
- First preview.
azure-search-documents_11.4.0
11.4.0 (2023-10-13)
Features Added
- Added new models:
VectorSearchAlgorithmMetric
IndexProjectionMode
SearchIndexerIndexProjections
SearchIndexerIndexProjectionSelector
SearchIndexerIndexProjectionsParameters
BlobIndexerDataToExtract
BlobIndexerImageAction
BlobIndexerParsingMode
CharFilterName
CustomEntity
CustomEntityAlias
DataChangeDetectionPolicy
DataDeletionDetectionPolicy
DefaultCognitiveServicesAccount
HighWaterMarkChangeDetectionPolicy
HnswAlgorithmConfiguration
IndexerExecutionResult
IndexingParameters
IndexingParametersConfiguration
IndexingSchedule
LexicalAnalyzerName
LexicalTokenizerName
PIIDetectionSkill
PIIDetectionSkillMaskingMode
ScoringProfile
SemanticSearch
- Added
index_projections
support forSearchIndexerSkillset
Breaking Changes
These changes do not impact the API of stable versions such as 11.3.0.
Only code written against a beta version such as 11.4.0b11 may be affected.
- Renamed
AnswerResult
toQueryAnswerResult
andCaptionResult
toQueryCaptionResult
. - Renamed
SemanticErrorHandling
toSemanticErrorMode
. - Renamed
RawVectorQuery
toVectorizedQuery
. - Renamed
ExhaustiveKnnVectorSearchAlgorithmConfiguration
toExhaustiveKnnAlgorithmConfiguration
. - Renamed
PrioritizedFields
toSemanticPrioritizedFields
. - Renamed
query_caption_highlight
toquery_caption_highlight_enabled
. query_language
andquery_speller
are not available forSearch
method in this stable release.alias
operations are not available in this stable release.
Other Changes
- Used API version "2023-11-01".
azure-ai-resources_1.0.0b1
1.0.0b1 (2023-11-10)
Features Added
- First preview.