Skip to content

Commit

Permalink
Release 2024-02-08
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 8, 2024
1 parent 9e7d2c9 commit 3a7909e
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changelog/0e7a2859c07546f9bf14ebba10d23642.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/6fca6f088aa84feaa66337d6338f4c3f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/964ad0862b46451095e75752aff0215e.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release (2024-02-08)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/codepipeline`: [v1.23.0](service/codepipeline/CHANGELOG.md#v1230-2024-02-08)
* **Feature**: Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.56.0](service/quicksight/CHANGELOG.md#v1560-2024-02-08)
* **Feature**: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.36.0](service/workspaces/CHANGELOG.md#v1360-2024-02-08)
* **Feature**: 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".

# Release (2024-02-07)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/codepipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2024-02-08)

* **Feature**: Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.

# v1.22.6 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/codepipeline/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/codebuild v1.28.0
github.com/aws/aws-sdk-go-v2/service/codecommit v1.20.1
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.3
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.22.6
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.23.0
github.com/aws/aws-sdk-go-v2/service/codestar v1.19.6
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.33.0
github.com/aws/aws-sdk-go-v2/service/configservice v1.44.0
Expand Down Expand Up @@ -85,7 +85,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/waf v1.18.6
github.com/aws/aws-sdk-go-v2/service/wafregional v1.19.6
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.44.0
github.com/aws/aws-sdk-go-v2/service/workspaces v1.35.9
github.com/aws/aws-sdk-go-v2/service/workspaces v1.36.0
github.com/aws/smithy-go v1.19.0
github.com/google/go-cmp v0.5.8
)
Expand Down
4 changes: 4 additions & 0 deletions service/quicksight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.56.0 (2024-02-08)

* **Feature**: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update

# v1.55.2 (2024-01-29)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/quicksight/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/workspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.36.0 (2024-02-08)

* **Feature**: 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".

# v1.35.9 (2024-02-05)

* **Documentation**: Added definitions of various WorkSpace states
Expand Down
2 changes: 1 addition & 1 deletion service/workspaces/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a7909e

Please sign in to comment.