Skip to content

Commit cbba32c

Browse files
author
awstools
committed
Publish v3.510.0
1 parent d97c013 commit cbba32c

File tree

10 files changed

+59
-5
lines changed

10 files changed

+59
-5
lines changed

CHANGELOG.md

+13
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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)
7+
8+
9+
### Features
10+
11+
* **client-codepipeline:** Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths. ([8180cad](https://github.com/aws/aws-sdk-js-v3/commit/8180cad135065dca5f718e3643a48cae024a22d8))
12+
* **client-quicksight:** General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update ([d97c013](https://github.com/aws/aws-sdk-js-v3/commit/d97c013504074119aedc0d39adf1d7d1b495fe45))
13+
* **client-workspaces:** This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName". ([73e1b34](https://github.com/aws/aws-sdk-js-v3/commit/73e1b347f2db05161bb4438a75b01470fcf02eee))
14+
15+
16+
17+
18+
619
# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)
720

821

clients/client-codepipeline/CHANGELOG.md

+11
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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)
7+
8+
9+
### Features
10+
11+
* **client-codepipeline:** Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths. ([8180cad](https://github.com/aws/aws-sdk-js-v3/commit/8180cad135065dca5f718e3643a48cae024a22d8))
12+
13+
14+
15+
16+
617
# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)
718

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

clients/client-codepipeline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-codepipeline",
33
"description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
4-
"version": "3.509.0",
4+
"version": "3.510.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-codepipeline",

clients/client-quicksight/CHANGELOG.md

+11
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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)
7+
8+
9+
### Features
10+
11+
* **client-quicksight:** General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update ([d97c013](https://github.com/aws/aws-sdk-js-v3/commit/d97c013504074119aedc0d39adf1d7d1b495fe45))
12+
13+
14+
15+
16+
617
# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)
718

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

clients/client-quicksight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-quicksight",
33
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4-
"version": "3.509.0",
4+
"version": "3.510.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",

clients/client-workspaces/CHANGELOG.md

+11
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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)
7+
8+
9+
### Features
10+
11+
* **client-workspaces:** This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName". ([73e1b34](https://github.com/aws/aws-sdk-js-v3/commit/73e1b347f2db05161bb4438a75b01470fcf02eee))
12+
13+
14+
15+
16+
617
# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)
718

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

clients/client-workspaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-workspaces",
33
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
4-
"version": "3.509.0",
4+
"version": "3.510.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.509.0",
2+
"version": "3.510.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-client-api-test/CHANGELOG.md

+8
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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-api-test
9+
10+
11+
12+
13+
614
# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)
715

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

private/aws-client-api-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-client-api-test",
33
"description": "Test suite for client interface stability",
4-
"version": "3.509.0",
4+
"version": "3.510.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)