chore(deps): update dependency @azure/cosmos to v4 #92
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:
^3.17.3
->^3.17.3 || ^4.0.0
3.17.3
->4.2.0
Release Notes
Azure/azure-sdk-for-js (@azure/cosmos)
v4.2.0
Compare Source
4.2.0 (2024-11-19)
Features Added
quantizedFlat
anddiskANN
vector indexing policies. The properties are:quantizationByteSize
,vectorIndexShardKey
andindexingSearchListSize
.v4.1.1
Compare Source
4.1.1 (2024-08-30)
Bugs Fixed
process
without checking its existence in the global scope, it was leading to crashes in non-Node environments.continueOnError
of BulkRequestOptions is now set to true. Pass{ continueOnError: false }
inbulkOptions
to stop executing operations when one fails.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.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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.