Skip to content

Commit

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

# [3.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


### Features

* **client-codebuild:** Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild. ([e17e527](https://github.com/aws/aws-sdk-js-v3/commit/e17e527c03a595709aafee4e976c2127dc64aa5d))
* **client-ec2:** Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults ([cdacf23](https://github.com/aws/aws-sdk-js-v3/commit/cdacf23276c4ed985d6510f396bde4689d10ef20))
* **client-emr-containers:** This release increases the number of supported job template parameters from 20 to 100. ([4901f59](https://github.com/aws/aws-sdk-js-v3/commit/4901f5999a05a162b24814fae9ee296703490947))
* **client-global-accelerator:** AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses. ([39e810c](https://github.com/aws/aws-sdk-js-v3/commit/39e810c4bf4fece46fde3afcd68b566dd503a03c))
* **client-medialive:** Exposing TileMedia H265 options ([98c8bf8](https://github.com/aws/aws-sdk-js-v3/commit/98c8bf8f89666c71da47f1142e0b10282bc7a5ba))
* **client-sagemaker:** Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5 ([8c6a065](https://github.com/aws/aws-sdk-js-v3/commit/8c6a065f4ccc14167184c575b2cbd08b9b278422))
* **clients:** update client endpoints as of 2024-03-25 ([cfa5eb2](https://github.com/aws/aws-sdk-js-v3/commit/cfa5eb24deccf3467389e049024f7b2856e6ce61))
* **cloudfront-signer:** allow `url` to be optional when using `policy` ([#5926](https://github.com/aws/aws-sdk-js-v3/issues/5926)) ([92aa194](https://github.com/aws/aws-sdk-js-v3/commit/92aa194d7b2aa28624a3980ce2f16a0889962022))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-codebuild/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


### Features

* **client-codebuild:** Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild. ([e17e527](https://github.com/aws/aws-sdk-js-v3/commit/e17e527c03a595709aafee4e976c2127dc64aa5d))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-codebuild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codebuild",
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.541.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-ec2/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


### Features

* **client-ec2:** Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults ([cdacf23](https://github.com/aws/aws-sdk-js-v3/commit/cdacf23276c4ed985d6510f396bde4689d10ef20))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ec2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ec2",
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.541.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-ecs/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)

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





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ecs",
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.541.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-global-accelerator/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


### Features

* **client-global-accelerator:** AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses. ([39e810c](https://github.com/aws/aws-sdk-js-v3/commit/39e810c4bf4fece46fde3afcd68b566dd503a03c))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-global-accelerator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-global-accelerator",
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.541.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-global-accelerator",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-medialive/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


### Features

* **client-medialive:** Exposing TileMedia H265 options ([98c8bf8](https://github.com/aws/aws-sdk-js-v3/commit/98c8bf8f89666c71da47f1142e0b10282bc7a5ba))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-medialive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-medialive",
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.541.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sagemaker/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


### Features

* **client-sagemaker:** Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5 ([8c6a065](https://github.com/aws/aws-sdk-js-v3/commit/8c6a065f4ccc14167184c575b2cbd08b9b278422))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-sagemaker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sagemaker",
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.541.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
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.540.0",
"version": "3.541.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cloudfront-signer/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


### Features

* **cloudfront-signer:** allow `url` to be optional when using `policy` ([#5926](https://github.com/aws/aws-sdk-js-v3/issues/5926)) ([92aa194](https://github.com/aws/aws-sdk-js-v3/commit/92aa194d7b2aa28624a3980ce2f16a0889962022))





# [3.535.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.534.0...v3.535.0) (2024-03-15)

**Note:** Version bump only for package @aws-sdk/cloudfront-signer
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudfront-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/cloudfront-signer",
"version": "3.535.0",
"version": "3.541.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline cloudfront-signer",
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/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.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.540.0",
"version": "3.541.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit fe9f83d

Please sign in to comment.