Update dependency @azure/identity to v4 [SECURITY] #63
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:
2.0.5
->4.2.1
GitHub Vulnerability Alerts
CVE-2024-35255
Azure Identity Libraries and Microsoft Authentication Library Elevation of Privilege Vulnerability.
Release Notes
Azure/azure-sdk-for-js (@azure/identity)
v4.2.1
Compare Source
v4.2.0
Compare Source
4.2.0 (2021-06-15)
New Features
Bug Fixes
beginDeleteSecret
andbeginRecoverDeletedSecret
in which unknown service errors wouldn't bubble up properly to the end users.certificateKeyId?: string
secret property to use instead of the deprecatedkeyId?: URL
and removed"lib": ["dom"]
fromtsconfig.json
Changes since 4.2.0-beta.4:
beginDeleteSecret
andbeginRecoverDeletedSecret
in which unknown service errors wouldn't bubble up properly to the end users.KeyVaultSecretId
toKeyVaultSecretIdentifier
, and exported a method to parse Key Vault Secret Ids:parseKeyVaultSecretIdentifier
.v4.1.0
Compare Source
4.1.0 (2024-08-07)
Features Added
RequestOptions
. docsresponse.correlatedActivityId
.v3
for features up to the v3 release, andv4
for features up to the v4 release.Vector Search
allowUnboundedNonStreamingQueries
in query FeedOptions. Also added an internal buffer size check to prevent excessive memory consumption, throwing errors if the buffer size exceeds the default. The max buffer size can be increased using thevectorSearchBufferSize
option from query FeedOptions.Change Feed - All versions and deletes mode
ChangeFeedStartFrom.Now
andChangeFeedStartFrom.Continuation
.changeFeedMode
in changeFeedIteratorOptions:Bypassing Integrated Cache
bypassIntegratedCache
in RequestOptions.Computed Properties
Composite Indexing
HttpClient
when constructing aCosmosClient
.Breaking Changes
Dropped Support for TypeScript 4.1
Bugs Fixed
v4.0.1
Compare Source
v4.0.0
Compare Source
4.0.0 (2023-09-12)
Features Added
ErrorResponse, BulkOperationResponse. #21177
and handles HTTP timeouts more effectively, enhancing the SDK's reliability. #23475
Bugs Fixed
/id
and/id
is missing in the document. #21383Breaking Changes
v3.4.2
Compare Source
v3.4.1
Compare Source
v3.4.0
Compare Source
v3.3.2
Compare Source
v3.3.1
Compare Source
v3.3.0
Compare Source
v3.2.4
Compare Source
v3.2.3
Compare Source
v3.2.2
Compare Source
v3.2.1
Compare Source
v3.2.0
Compare Source
v3.1.4
Compare Source
v3.1.3
Compare Source
v3.1.2
Compare Source
v3.1.1
Compare Source
v3.1.0
Compare Source
3.1.0 (2023-10-18)
Features
v3.0.1
Compare Source
v3.0.0
Compare Source
3.0.0 (2021-06-09)
Breaking changes
rhea-promise
andrhea
dependencies to version 2.x.rhea
contains a breaking change that changes deserialization of timestamps from numbers to Date objects.AsyncLock
anddefaultLock
exports.defaultCancellableLock
should be used instead.v2.1.0
Compare Source
2.1.0 (2021-02-08)
Now an informative error is thrown describing the circumstance that led to the error.
amqpHostname
andport
that aConnectionContextBase
will use when connecting to a service.The
host
field refers to the DNS host or IP address of the service, whereas theamqpHostname
is the fully qualified host name of the service. Normally
host
andamqpHostname
will be the same.However if your network does not allow connecting to the service via the public host,
you can specify a custom host (e.g. an application gateway) via the
host
field and continueusing the public host as the
amqpHostname
.Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.