Skip to content

Commit

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

# [3.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)


### Features

* **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))
* **client-quicksight:** General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update ([d97c013](https://github.com/aws/aws-sdk-js-v3/commit/d97c013504074119aedc0d39adf1d7d1b495fe45))
* **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))





# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-codepipeline/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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)


### Features

* **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))





# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)

**Note:** Version bump only for package @aws-sdk/client-codepipeline
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codepipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codepipeline",
"description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
"version": "3.509.0",
"version": "3.510.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-codepipeline",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-quicksight/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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)


### Features

* **client-quicksight:** General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update ([d97c013](https://github.com/aws/aws-sdk-js-v3/commit/d97c013504074119aedc0d39adf1d7d1b495fe45))





# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)

**Note:** Version bump only for package @aws-sdk/client-quicksight
Expand Down
2 changes: 1 addition & 1 deletion clients/client-quicksight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-quicksight",
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
"version": "3.509.0",
"version": "3.510.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-workspaces/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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)


### Features

* **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))





# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)

**Note:** Version bump only for package @aws-sdk/client-workspaces
Expand Down
2 changes: 1 addition & 1 deletion clients/client-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-workspaces",
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
"version": "3.509.0",
"version": "3.510.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",
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.509.0",
"version": "3.510.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-client-api-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.510.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.510.0) (2024-02-08)

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





# [3.509.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.508.0...v3.509.0) (2024-02-07)

**Note:** Version bump only for package @aws-sdk/aws-client-api-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-client-api-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-client-api-test",
"description": "Test suite for client interface stability",
"version": "3.509.0",
"version": "3.510.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit cbba32c

Please sign in to comment.