Skip to content

Commit e0ea447

Browse files
chore: release 1.3.1
1 parent 7a0a850 commit e0ea447

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.3.1] - 07/30/2024
4+
5+
### Features
6+
* (**appstream**) Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
7+
* (**autoscaling**) Increase the length limit for VPCZoneIdentifier from 2047 to 5000
8+
* (**cloudwatchlogs**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* (**codepipeline**) AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
10+
* (**elasticloadbalancing**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* (**eventbridge**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
12+
* (**lexmodelsv2**) This release adds new capabilities to the AMAZON.QnAIntent: Custom prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base.
13+
* (**rolesanywhere**) IAM RolesAnywhere now supports custom role session name on the CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a role session name will be accepted in a session request with a given profile.
14+
* (**tnb**) This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation.
15+
16+
### Documentation
17+
* (**elasticache**) Doc only update for changes to deletion API.
18+
* (**workspaces**) Removing multi-session as it isn't supported for pools
19+
320
## [1.3.0] - 07/29/2024
421

522
### Documentation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.3.1-SNAPSHOT
9+
sdkVersion=1.3.1
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)