-
Notifications
You must be signed in to change notification settings - Fork 1
Update azure-sdk-for-js monorepo #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/azure-sdk-for-js-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
444cab2 to
caeac16
Compare
caeac16 to
582880a
Compare
582880a to
b7beecb
Compare
bc1dceb to
85338aa
Compare
85338aa to
ed43c3c
Compare
ed43c3c to
c552872
Compare
c552872 to
53cc3f2
Compare
53cc3f2 to
01d5d5c
Compare
Plan Result (sds_ptl - TerraformPlanApply)
Change Result (Click me) # azurerm_user_assigned_identity.this will be updated in-place
~ resource "azurerm_user_assigned_identity" "this" {
id = "/subscriptions/6c4d2513-a873-41b4-afdd-b05a33206631/resourceGroups/sds-alerts-slack-ptl/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sds-alerts-slack-ptl"
name = "sds-alerts-slack-ptl"
~ tags = {
- "application" = "core" -> null
- "builtFrom" = "hmcts/azure-alert-to-slack-function" -> null
- "businessArea" = "Cross-Cutting" -> null
- "environment" = "production" -> null
}
# (5 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (cft_ptl - TerraformPlanApply)
Change Result (Click me) # azurerm_user_assigned_identity.this will be updated in-place
~ resource "azurerm_user_assigned_identity" "this" {
id = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/cft-alerts-slack-ptl/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cft-alerts-slack-ptl"
name = "cft-alerts-slack-ptl"
~ tags = {
- "application" = "core" -> null
- "builtFrom" = "hmcts/azure-alert-to-slack-function" -> null
- "businessArea" = "CFT" -> null
- "environment" = "production" -> null
}
# (5 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
0126131 to
20e7495
Compare
20e7495 to
c0752f4
Compare
Plan Result (924: cft_ptl - TerraformPlanApply)
|
Plan Result (924: sds_ptl - TerraformPlanApply)
|
c0752f4 to
67cf889
Compare
67cf889 to
3090d57
Compare
3090d57 to
a4ff733
Compare
a4ff733 to
e828470
Compare
daf744e to
f2f021c
Compare
1fa27c7 to
cd8e54a
Compare
cd8e54a to
eca6da6
Compare
eca6da6 to
004c188
Compare
004c188 to
e6d624c
Compare
e6d624c to
7409ecd
Compare
7409ecd to
a1ad4f6
Compare
a1ad4f6 to
b70cf4a
Compare
b70cf4a to
85f2ecc
Compare
85f2ecc to
0550e0a
Compare
0550e0a to
f50266a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.2.1->4.13.04.8.0->4.10.0Release Notes
Azure/azure-sdk-for-js (@azure/identity)
v4.13.0Compare Source
v4.11.1Compare Source
v4.11.0Compare Source
v4.10.2Compare Source
v4.10.1Compare Source
v4.10.0Compare Source
v4.9.1Compare Source
v4.9.0Compare Source
v4.8.0Compare Source
v4.7.0Compare Source
v4.6.0Compare Source
v4.5.0Compare Source
v4.4.1Compare Source
v4.4.0Compare Source
v4.3.0Compare Source
4.3.0 (2025-03-18)
Features Added
Client-side Encryption (Preview) #28760
Add support for Client-Side Encryption. Read more here: docs
Example of using Client-Side Encryption:
New Query Pipeline
Introduced
enableQueryControlflag to enhance query pipeline, giving users more control over their query execution.By default, value of
enableQueryControlis set asfalsekeeping query pipeline older behavior as default, as explained below:Previously, the SDK guaranteed that each fetchNext call would return
maxItemCountnumber of results, provided those many results existed in the backend. While this behavior ensured a predictable output, the SDK may query backend partitions multiple times in a singlefetchNextiteration. This can sometimes lead to higher RU consumption with no user control, especially when results are scattered across partitions. Also queries could run for extended periods as the SDK worked to fulfil themaxItemCountguarantee.When
enableQueryControlis set totrue, EachfetchNextcall will now query up tomaxDegreeOfParallelismphysical partitions. If no results are found, the SDK will return empty pages instead of continuing to search all partitions. Returning fewer or empty results in each iteration consumes less RUs and hands control back to the users, allowing them to decide whether to continue fetching more data. This approach provides more granular control over RU consumption.Eg. usage of this flag to enable new query pipeline:
Partition merge support
This feature adds support for Partition merge (preview) feature. Requests from SDK will not be blocked, when the feature is enabled on the CosmosDB account.
Read more about merge here: docs
RU Bucketing (Preview)
Read more about RU Bucketing here: https://aka.ms/cosmsodb-bucketing
Partial hierarchical partition key support in Change Feed #27059
This feature adds support for partial hierarchical partition key in Change Feed allowing the SDK to work seamlessly with partial Hierarchical partition keys, returning accurate change feed results regardless of which partition key components are provided in the iterator.
Eg. Container has partition key ["/name", "/zip", "/state"], change feed will work if, only value of name and zip is provided eg: ["john", "11011"]
Index Metrics V2 support
This feature adds support for V2 version of index metrics that returns the response in JSON format.
Example output of older version
Example output of version V2
Add
connectionStringin CosmosClientOptionsConnectionString can now be configured in CosmosClientOptions along with other configurations for client initialization.
Eg. usage:
Bugs Fixed
ParallelizeCrossPartitionQueryheader value. It was set to true ifmaxDegreeOfParallelismwas set to 0 or 1 inFeedOptionswhile executing a query. #31232Other Changes
changeFeediterator in favor of the newergetChangeFeedIterator()method. #32650Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.