Skip to content

Commit 838c745

Browse files
chore: release 0.35.0-beta
1 parent 4d02617 commit 838c745

6 files changed

+47
-24
lines changed

.changes/190be92b-a106-476b-99b3-224a80f81d7d.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/873fb1ab-bfbb-4110-89cd-bf7ac352bc86.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/98b36000-c7c2-43e1-8bfe-ec7e93317f3a.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/aa2ffddb-fd5c-42ed-9645-34f116db7c1d.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [0.35.0-beta] - 11/17/2023
4+
5+
### Features
6+
* (**appmesh**) Change the default value of these fields from 0 to null: MaxConnections, MaxPendingRequests, MaxRequests, HealthCheckThreshold, PortNumber, and HealthCheckPolicy -> port. Users are not expected to perceive the change, except that badRequestException is thrown when required fields missing configured.
7+
* (**athena**) Adding SerivicePreProcessing time metric
8+
* (**cloudformation**) This release adds a new flag ImportExistingResources to CreateChangeSet. Specify this parameter on a CREATE- or UPDATE-type change set to import existing resources with custom names instead of recreating them.
9+
* (**codepipeline**) CodePipeline now supports overriding source revisions to achieve manual re-deploy of a past revision
10+
* (**codestarconnections**) This release adds support for the CloudFormation Git sync feature. Git sync enables updating a CloudFormation stack from a template stored in a Git repository.
11+
* (**connect**) This release adds WISDOM_QUICK_RESPONSES as new IntegrationType of Connect IntegrationAssociation resource and bug fixes.
12+
* (**ec2**) This release adds new features for Amazon VPC IP Address Manager (IPAM) Allowing a choice between Free and Advanced Tiers, viewing public IP address insights across regions and in Amazon Cloudwatch, use IPAM to plan your subnet IPs within a VPC and bring your own autonomous system number to IPAM.
13+
* (**ecr**) Documentation and operational updates for Amazon ECR, adding support for pull through cache rules for upstream registries that require authentication.
14+
* (**emr**) Launch support for IAM Identity Center Trusted Identity Propagation and workspace storage encryption using AWS KMS in EMR Studio
15+
* (**eventbridge**) Introduces a new rule state ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS for matching with Get, List and Describe AWS API call events from CloudTrail.
16+
* (**internetmonitor**) Adds new querying capabilities for running data queries on a monitor
17+
* (**ivs**) type & defaulting refinement to various range properties
18+
* (**ivschat**) type & defaulting refinement to various range properties
19+
* (**location**) Remove default value and allow nullable for request parameters having minimum value larger than zero.
20+
* (**medialive**) MediaLive has now added support for per-output static image overlay.
21+
* (**mgn**) Removed invalid and unnecessary default values.
22+
* (**osis**) Add support for enabling a persistent buffer when creating or updating an OpenSearch Ingestion pipeline. Add tags to Pipeline and PipelineSummary response models.
23+
* (**pipes**) TargetParameters now properly supports BatchJobParameters.ArrayProperties.Size and BatchJobParameters.RetryStrategy.Attempts being optional, and EcsTaskParameters.Overrides.EphemeralStorage.SizeInGiB now properly required when setting EphemeralStorage
24+
* (**rds**) This release adds support for option groups and replica enhancements to Amazon RDS Custom.
25+
* (**redshift**) Updated SDK for Amazon Redshift, which you can use to configure a connection with IAM Identity Center to manage access to databases. With these, you can create a connection through a managed application. You can also change a managed application, delete it, or get information about an existing one.
26+
* (**redshiftserverless**) Updated SDK for Amazon Redshift Serverless, which provides the ability to configure a connection with IAM Identity Center to manage user and group access to databases.
27+
* (**s3**) Removes all default 0 values for numbers and false values for booleans
28+
* (**ssoadmin**) Improves support for configuring RefreshToken and TokenExchange grants on applications.
29+
* (**ssooidc**) Adding support for `sso-oauth:CreateTokenWithIAM`.
30+
* (**trustedadvisor**) AWS Trusted Advisor introduces new APIs to enable you to programmatically access Trusted Advisor best practice checks, recommendations, and prioritized recommendations. Trusted Advisor APIs enable you to integrate Trusted Advisor with your operational tools to automate your workloads.
31+
* (**verifiedpermissions**) Adding BatchIsAuthorized API which supports multiple authorization requests against a PolicyStore
32+
* (**wisdom**) This release adds QuickResponse as a new Wisdom resource and Wisdom APIs for import, create, read, search, update and delete QuickResponse resources.
33+
* ⚠️ **IMPORTANT**: Enable account ID based endpoint routing for services that support it
34+
35+
### Fixes
36+
* **Breaking**: Make some types for various services optional by removing default values
37+
38+
### Documentation
39+
* (**cloud9**) A minor doc only update related to changing the date of an API change.
40+
* (**dlm**) Added support for SAP HANA in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies with pre and post scripts.
41+
* (**kinesisvideo**) Docs only build to bring up-to-date with public docs.
42+
* (**sts**) API updates for the AWS Security Token Service
43+
44+
### Miscellaneous
45+
* Upgrade dependencies to their latest versions, notably Kotlin 1.9.20
46+
* Remove Macie v1 service
47+
348
## [0.34.9-beta] - 11/16/2023
449

550
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
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=0.34.10-SNAPSHOT
9+
sdkVersion=0.35.0-beta
1010

1111
# kotlin
1212
kotlinVersion=1.9.20
@@ -15,4 +15,4 @@ kotlinVersion=1.9.20
1515
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
1616

1717
# atomicfu
18-
kotlinx.atomicfu.enableJvmIrTransformation=true
18+
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)