chore(deps): update dependency microsoft.azure.webjobs.extensions.signalrservice to v2 #98
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.12.0→2.1.0Release Notes
Azure/azure-sdk-for-net (Microsoft.Azure.WebJobs.Extensions.SignalRService)
v2.1.0Compare Source
2.1.0 (2024-12-05)
This GA library release aligns functionality with the latest
2024-10-21stable service API label.Features Added
Chat
2024-10-21API version brings GA AOAI support for streaming token usage in chat completions;Usageis now automatically populated inStreamingChatCompletionUpdateinstances..AddDataSource()extension method onChatCompletionOptions)ChatMessageContentPartofKindImage)AllowParalllelToolCallsproperty onChatCompletionOptions, which can be set tofalseto disable the invocation of multiple tools on a single chat completion response, is now supported.ChatResponseFormat.CreateJsonSchemaFormat(), is now supported.o1-previewando1-minimodels,max_completion_tokensmay now be configured by calling the[Experimental] SetNewMaxCompletionTokensPropertyEnabled()extension method onChatCompletionOptions.max_completion_tokenspropertyBatch
The
2024-10-21service API label introduces stable support for batch chat completions to Azure OpenAI. This library release exposes low-level support for batch:AzureOpenAIClient'sGetOpenAIFileClient()will now return a valid, configured instance ofFileClientthat supports uploading files withFileUploadPurpose.Batch. This can be used to upload the contents of a valid.jsonlfile for batch processing.AzureOpenAIClient'sGetBatchClient()will now return a valid, configured instance ofBatchClientthat can produce aCreateBatchOperationgiven an uploaded file ID using protocol methods.BatchClientwill arrive in a future update.Breaking Changes
[Experimental]GetBatchClient(string deploymentName)onAzureOpenAIClientis removed, as the Azure OpenAI batch API now aligns with OpenAI's in not using a deployment-based request URI path. Please useGetBatchClient(), instead.[Expermental]theUriproperty of typeSystem.UriinChatCitationandChatRetrivedDocumenthas been replaced by aUrlproperty of typestring. This contains the same information but properly handles document paths that don't conform to a valid RFC 3986 identifier.v2.0.1Compare Source
2.0.1 (2025-03-12)
Bugs Fixed
v2.0.0Compare Source
2.0.0 (2024-09-30)
This update marks the first stable library version for
Azure.AI.OpenAI. It snaps its dependency toOpenAI's matched2.0.0stable version and targets the latest Azure OpenAI Service stableapi-versionlabel of2024-06-01. As a GA label, the2.0.0stable version exposes a subset of preview features, with preview library labels continuing to support preview features.Specifically included in the GA library release:
AudioClient, supporting transcription and translation using thewhispermodelChatClient, supporting chat completions, including Azure-specific features:EmbeddingClient, supportingtext-embeddingmodel embedding operationsImageClient, supportingdall-e-3image generationAssistants, Audio Generation, Batch, Files, Fine-Tuning, and Vector Stores are not yet included in the GA surface; they will continue to be available in preview library releases and the originating Azure OpenAI Service
api-versionlabels.Breaking Changes
AzureOpenAIClientconstructors acceptingAzureKeyCredentialhave been removed; please use theApiKeyCredentialconstructors, instead. Note thatAzureKeyCredentialwill inherit fromApiKeyCredentialin a future update and thatAzureKeyCredentialhas a non-browsable Key property that may be used for conversion in the interim.AzureOpenAIClientOptionsApplicationIdhas been renamed to a more descriptiveUserAgentApplicationId.From OpenAI 2.0.0 stable
ChatMessageContentto encapsulate the representation of content parts inChatMessage,ChatCompletion, andStreamingChatCompletionUpdate. (commit_hash)BinaryDatainChatToolCall,StreamingChatToolCallUpdate,ChatFunctionCall, andStreamingChatFunctionCallUpdate. (commit_hash)OpenAIClientOptions'sApplicationIdtoUserAgentApplicationId(commit_hash)StreamingChatToolCallUpdate'sIdtoToolCallId(commit_hash)StreamingChatCompletionUpdate'sIdtoCompletionId(commit_hash)AutoandNonein the deprecatedChatFunctionChoicewithCreateAutoChoice()andCreateNoneChoice()(commit_hash)ChatFunctionChoice(ChatFunction)constructor withCreateNamedChoice(string functionName)(commit_hash)FileClienttoOpenAIFileClientand the correspondingGetFileClient()method inOpenAIClienttoGetOpenAIFileClient(). (commit_hash)ModelClienttoOpenAIModelClientand the correspondingGetModelClient()method inOpenAIClienttoGetOpenAIModelClient(). (commit_hash)v1.15.0Compare Source
1.15.0 (2025-08-07)
Breaking Changes
Behavioral Breaking Changes
SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider usingInteractiveBrowserCredentialinstead. The following changes have been made:SharedTokenCacheCredentialclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialOptionsclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredentialproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheUsernameproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialis no longer included in theDefaultAzureCredentialauthentication flowBugs Fixed
AdditionallyAllowedTenantsvalues which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#51693).Other Changes
BrokerAuthenticationCredentialhas been renamed asBrokerCredential.Added the
EditorBrowsable(Never)attribute to propertyVisualStudioCodeTenantIdasTenantIdis preferred. TheVisualStudioCodeTenantIdproperty exists only to provide backwards compatibility.v1.14.1Compare Source
1.14.1 (2025-07-08)
Bugs Fixed
v1.14.0Compare Source
1.14.0 (2025-05-13)
Other Changes
Username,Password,AZURE_USERNAME, andAZURE_PASSWORDin XML comments fromEnvironmentCredentialOptionsandEnvironmentCredentialdue to lack of MFA support. See MFA enforcement details.AZURE_USERNAMEandAZURE_PASSWORDas obsolete due to lack of MFA support. See MFA enforcement details.AZURE_TOKEN_CREDENTIALSenvironment variable toDefaultAzureCredential, which allows for choosing between 'deployed service' and 'developer tools' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.v1.13.0Compare Source
1.13.0 (2024-10-14)
Features Added
ManagedIdentityCredentialnow supports specifying a user-assigned managed identity by object ID.Bugs Fixed
DefaultAzureCredentialattempts to authenticate with theMangagedIdentityCredentialand it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #45184AzurePipelinesCredentialso it doesn't result in a redirect response when an invalid system access token is provided.Other Changes
AzureEventSourceListener. Previously, the log level was always set toMicrosoft.Identity.Client.LogLevel.Info.AzurePowerShellCredentialnow utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.AzurePipelinesCredential.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.