Skip to content

Commit

Permalink
Publish v3.581.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 21, 2024
1 parent f3b0e86 commit b97d070
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21)


### Features

* **client-cloudfront:** Model update; no change to SDK functionality. ([bd50b2b](https://github.com/aws/aws-sdk-js-v3/commit/bd50b2b9bdcbae224ea2a4cb908e35286993709d))
* **client-glue:** Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. ([72bc2a8](https://github.com/aws/aws-sdk-js-v3/commit/72bc2a8fe0318601552576e81d763199199e2a80))
* **client-lightsail:** This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. ([1312268](https://github.com/aws/aws-sdk-js-v3/commit/13122688946467ef819cfb8e05f53c9a1f19c5a6))
* **client-mailmanager:** This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control. ([f3b0e86](https://github.com/aws/aws-sdk-js-v3/commit/f3b0e869e51dcf51fef0e8945c3e3407e76f0a07))
* **client-pi:** Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. ([2df9c49](https://github.com/aws/aws-sdk-js-v3/commit/2df9c49dc226e13eedf31e2fe757bf30ef7dbebf))
* **client-storage-gateway:** Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. ([076c64e](https://github.com/aws/aws-sdk-js-v3/commit/076c64e81bbd91009af9fae4a4d1d8e16aac49db))





# [3.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-cloudfront/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21)


### Features

* **client-cloudfront:** Model update; no change to SDK functionality. ([bd50b2b](https://github.com/aws/aws-sdk-js-v3/commit/bd50b2b9bdcbae224ea2a4cb908e35286993709d))





# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)

**Note:** Version bump only for package @aws-sdk/client-cloudfront
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudfront/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudfront",
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
"version": "3.577.0",
"version": "3.581.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-glue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21)


### Features

* **client-glue:** Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. ([72bc2a8](https://github.com/aws/aws-sdk-js-v3/commit/72bc2a8fe0318601552576e81d763199199e2a80))





# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)

**Note:** Version bump only for package @aws-sdk/client-glue
Expand Down
2 changes: 1 addition & 1 deletion clients/client-glue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-glue",
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
"version": "3.577.0",
"version": "3.581.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-glue",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-lightsail/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21)


### Features

* **client-lightsail:** This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. ([1312268](https://github.com/aws/aws-sdk-js-v3/commit/13122688946467ef819cfb8e05f53c9a1f19c5a6))





# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)

**Note:** Version bump only for package @aws-sdk/client-lightsail
Expand Down
2 changes: 1 addition & 1 deletion clients/client-lightsail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lightsail",
"description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
"version": "3.577.0",
"version": "3.581.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-lightsail",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-mailmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21)


### Features

* **client-mailmanager:** This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control. ([f3b0e86](https://github.com/aws/aws-sdk-js-v3/commit/f3b0e869e51dcf51fef0e8945c3e3407e76f0a07))
2 changes: 1 addition & 1 deletion clients/client-mailmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-mailmanager",
"description": "AWS SDK for JavaScript Mailmanager Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.581.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-pi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21)


### Features

* **client-pi:** Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. ([2df9c49](https://github.com/aws/aws-sdk-js-v3/commit/2df9c49dc226e13eedf31e2fe757bf30ef7dbebf))





# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)

**Note:** Version bump only for package @aws-sdk/client-pi
Expand Down
2 changes: 1 addition & 1 deletion clients/client-pi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-pi",
"description": "AWS SDK for JavaScript Pi Client for Node.js, Browser and React Native",
"version": "3.577.0",
"version": "3.581.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-pi",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-rds/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21)

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





# [3.580.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.579.0...v3.580.0) (2024-05-20)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-rds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rds",
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
"version": "3.580.0",
"version": "3.581.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-rds",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-storage-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.581.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.580.0...v3.581.0) (2024-05-21)


### Features

* **client-storage-gateway:** Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. ([076c64e](https://github.com/aws/aws-sdk-js-v3/commit/076c64e81bbd91009af9fae4a4d1d8e16aac49db))





# [3.577.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0) (2024-05-15)

**Note:** Version bump only for package @aws-sdk/client-storage-gateway
Expand Down
2 changes: 1 addition & 1 deletion clients/client-storage-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-storage-gateway",
"description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
"version": "3.577.0",
"version": "3.581.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-storage-gateway",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.580.0",
"version": "3.581.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit b97d070

Please sign in to comment.