Skip to content

Commit 3ae3d32

Browse files
author
awstools
committed
Publish v3.156.0
1 parent 75335b5 commit 3ae3d32

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.156.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.155.0...v3.156.0) (2022-08-23)
7+
8+
9+
### Features
10+
11+
* **client-rds:** RDS for Oracle supports Oracle Data Guard switchover and read replica backups. ([75335b5](https://github.com/aws/aws-sdk-js-v3/commit/75335b50c0a63961c7f8dceaed0905e20cbbdba3))
12+
13+
14+
15+
16+
617
# [3.155.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.154.0...v3.155.0) (2022-08-22)
718

819

clients/client-kafkaconnect/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.156.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.155.0...v3.156.0) (2022-08-23)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-kafkaconnect
9+
10+
11+
12+
13+
614
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
715

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

clients/client-kafkaconnect/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-kafkaconnect",
33
"description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native",
4-
"version": "3.154.0",
4+
"version": "3.156.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-rds/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.156.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.155.0...v3.156.0) (2022-08-23)
7+
8+
9+
### Features
10+
11+
* **client-rds:** RDS for Oracle supports Oracle Data Guard switchover and read replica backups. ([75335b5](https://github.com/aws/aws-sdk-js-v3/commit/75335b50c0a63961c7f8dceaed0905e20cbbdba3))
12+
13+
14+
15+
16+
617
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
718

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

clients/client-rds/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-rds",
33
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4-
"version": "3.154.0",
4+
"version": "3.156.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-sso-admin/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.156.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.155.0...v3.156.0) (2022-08-23)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-sso-admin
9+
10+
11+
12+
13+
614
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
715

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

clients/client-sso-admin/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-sso-admin",
33
"description": "AWS SDK for JavaScript Sso Admin Client for Node.js, Browser and React Native",
4-
"version": "3.154.0",
4+
"version": "3.156.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

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

private/aws-protocoltests-restjson/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.156.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.155.0...v3.156.0) (2022-08-23)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restjson
9+
10+
11+
12+
13+
614
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
715

816
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restjson

private/aws-protocoltests-restjson/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/aws-protocoltests-restjson",
33
"description": "@aws-sdk/aws-protocoltests-restjson client",
4-
"version": "3.154.0",
4+
"version": "3.156.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)