Skip to content

Commit eebb92a

Browse files
author
awstools
committed
Publish v3.853.0
1 parent 71e9de7 commit eebb92a

File tree

6 files changed

+38
-3
lines changed

6 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.853.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.852.0...v3.853.0) (2025-07-24)
7+
8+
9+
### Features
10+
11+
* **client-datazone:** This release adds support for 1) highlighting relevant text in returned results for Search and SearchListings APIs and 2) returning aggregated counts of values for specified attributes for SearchListings API. ([3df3ee8](https://github.com/aws/aws-sdk-js-v3/commit/3df3ee84d6654a46be27d3634f7f5a6e6ec4b4eb))
12+
* **client-omics:** Add Git integration and README support for HealthOmics workflows ([0114b86](https://github.com/aws/aws-sdk-js-v3/commit/0114b86cee6cc3490bdd9ef4cd7c360dd6b3774b))
13+
* **clients:** update client endpoints as of 2025-07-24 ([71e9de7](https://github.com/aws/aws-sdk-js-v3/commit/71e9de7b33572ec622960ec844057a170c77d536))
14+
15+
16+
17+
18+
619
# [3.852.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.851.0...v3.852.0) (2025-07-23)
720

821

clients/client-datazone/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.853.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.852.0...v3.853.0) (2025-07-24)
7+
8+
9+
### Features
10+
11+
* **client-datazone:** This release adds support for 1) highlighting relevant text in returned results for Search and SearchListings APIs and 2) returning aggregated counts of values for specified attributes for SearchListings API. ([3df3ee8](https://github.com/aws/aws-sdk-js-v3/commit/3df3ee84d6654a46be27d3634f7f5a6e6ec4b4eb))
12+
13+
14+
15+
16+
617
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
718

819
**Note:** Version bump only for package @aws-sdk/client-datazone

clients/client-datazone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-datazone",
33
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
4-
"version": "3.848.0",
4+
"version": "3.853.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-datazone",

clients/client-omics/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.853.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.852.0...v3.853.0) (2025-07-24)
7+
8+
9+
### Features
10+
11+
* **client-omics:** Add Git integration and README support for HealthOmics workflows ([0114b86](https://github.com/aws/aws-sdk-js-v3/commit/0114b86cee6cc3490bdd9ef4cd7c360dd6b3774b))
12+
13+
14+
15+
16+
617
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
718

819
**Note:** Version bump only for package @aws-sdk/client-omics

clients/client-omics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-omics",
33
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4-
"version": "3.848.0",
4+
"version": "3.853.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-omics",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.852.0",
2+
"version": "3.853.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)