Skip to content

Commit a0f425f

Browse files
authored
[@azure/cosmos]Update CHANGELOG and bump version (#36702)
### Packages impacted by this PR @azure/cosmos ### Describe the problem that is addressed by this PR This PR updates the CHANGELOG and bumps the version to v4.8.0
1 parent 2675391 commit a0f425f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

sdk/cosmosdb/cosmos/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Release History
2+
## 4.8.0 (2025-11-20)
3+
4+
### Features Added
5+
6+
- [#36701](https://github.com/Azure/azure-sdk-for-js/issues/36701) Added support for `float16` data type in vector embedding.
7+
- [#36700](https://github.com/Azure/azure-sdk-for-js/issues/36700) Added support for Priority level in Change feed.
8+
- [#36699](https://github.com/Azure/azure-sdk-for-js/issues/36699) Add support for throughput buckets in Change Feed.
9+
10+
### Bugs Fixed
11+
12+
- Fixed MIN/MAX aggregate queries randomly returning incorrect results in multi-partition collections. Empty partitions (count:0) were incorrectly overwriting valid aggregate values with undefined, causing MIN or MAX values to be missing from query results.
13+
14+
### Other Changes
15+
16+
- Added samples demonstrating Throughput bucketing feature.
17+
- Added samples showcasing the use of Priority-Level support.
18+
- Added samples for the `deleteAllItemsForPartitionKey` feature.
219

320
## 4.7.0 (2025-10-23)
421

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.7.0",
3+
"version": "4.8.0",
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.7.0",
227+
SDKVersion: "4.8.0",
228228

229229
// Diagnostics
230230
CosmosDbDiagnosticLevelEnvVarName: "AZURE_COSMOSDB_DIAGNOSTICS_LEVEL",

0 commit comments

Comments
 (0)