Skip to content

Commit 24c5d3a

Browse files
Feature/changelog next release (Azure#37657)
### Packages impacted by this PR @azure/cosmos ### Issues associated with this PR N/A ### Describe the problem that is addressed by this PR Updated changelog ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ N/A ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --------- Co-authored-by: Manik Khandelwal <mkhandelwal@microsoft.com>
1 parent 752ba98 commit 24c5d3a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

sdk/cosmosdb/cosmos/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Release History
2+
## 4.9.2 (2026-03-16)
3+
4+
### Bugs Fixed
5+
6+
- [#36765](https://github.com/Azure/azure-sdk-for-js/pull/36765) Fixed inflated continuation token size in streaming queries (`SELECT * FROM c`) by properly removing exhausted partition ranges from the continuation token.
7+
28
## 4.9.1 (2026-01-29)
39

410
### Bugs Fixed

sdk/cosmosdb/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/cosmos",
3-
"version": "4.9.1",
3+
"version": "4.9.2",
44
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API",
55
"sdk-type": "client",
66
"keywords": [

sdk/cosmosdb/cosmos/src/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export const Constants = {
224224
AzureNamespace: "Azure.Cosmos",
225225
AzurePackageName: "@azure/cosmos",
226226
SDKName: "azure-cosmos-js",
227-
SDKVersion: "4.9.1",
227+
SDKVersion: "4.9.2",
228228

229229
// Diagnostics
230230
CosmosDbDiagnosticLevelEnvVarName: "AZURE_COSMOSDB_DIAGNOSTICS_LEVEL",

0 commit comments

Comments
 (0)