Skip to content

Commit 01bf2d1

Browse files
author
awstools
committed
Publish v3.584.0
1 parent e4f5d35 commit 01bf2d1

File tree

12 files changed

+60
-6
lines changed

12 files changed

+60
-6
lines changed

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.584.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.584.0) (2024-05-24)
7+
8+
9+
### Features
10+
11+
* **client-iotfleetwise:** AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter. ([526c06c](https://github.com/aws/aws-sdk-js-v3/commit/526c06cdf2c48bb473aff07d9f099219c5934de0))
12+
13+
14+
15+
16+
617
# [3.583.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0) (2024-05-23)
718

819

clients/client-dynamodb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.584.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.584.0) (2024-05-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-dynamodb
9+
10+
11+
12+
13+
614
# [3.583.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0) (2024-05-23)
715

816
**Note:** Version bump only for package @aws-sdk/client-dynamodb

clients/client-dynamodb/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-dynamodb",
33
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
4-
"version": "3.583.0",
4+
"version": "3.584.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",

clients/client-iotfleetwise/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.584.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.584.0) (2024-05-24)
7+
8+
9+
### Features
10+
11+
* **client-iotfleetwise:** AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter. ([526c06c](https://github.com/aws/aws-sdk-js-v3/commit/526c06cdf2c48bb473aff07d9f099219c5934de0))
12+
13+
14+
15+
16+
617
# [3.583.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0) (2024-05-23)
718

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

clients/client-iotfleetwise/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-iotfleetwise",
33
"description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
4-
"version": "3.583.0",
4+
"version": "3.584.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-iotfleetwise",

clients/client-managedblockchain/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.584.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.584.0) (2024-05-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-managedblockchain
9+
10+
11+
12+
13+
614
# [3.583.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0) (2024-05-23)
715

816
**Note:** Version bump only for package @aws-sdk/client-managedblockchain

clients/client-managedblockchain/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-managedblockchain",
33
"description": "AWS SDK for JavaScript Managedblockchain Client for Node.js, Browser and React Native",
4-
"version": "3.583.0",
4+
"version": "3.584.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-managedblockchain",

lerna.json

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

lib/lib-dynamodb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.584.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.584.0) (2024-05-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-dynamodb
9+
10+
11+
12+
13+
614
# [3.583.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0) (2024-05-23)
715

816
**Note:** Version bump only for package @aws-sdk/lib-dynamodb

lib/lib-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-dynamodb",
3-
"version": "3.583.0",
3+
"version": "3.584.0",
44
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/util-dynamodb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.584.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.583.0...v3.584.0) (2024-05-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/util-dynamodb
9+
10+
11+
12+
13+
614
# [3.583.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.582.0...v3.583.0) (2024-05-23)
715

816
**Note:** Version bump only for package @aws-sdk/util-dynamodb

packages/util-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/util-dynamodb",
3-
"version": "3.583.0",
3+
"version": "3.584.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline util-dynamodb",

0 commit comments

Comments
 (0)