Skip to content

Releases: awslabs/aws-sdk-kotlin

v1.0.51

06 Feb 20:27
Compare
Choose a tag to compare

[1.0.51] - 02/06/2024

Features

  • (appsync) Support for environment variables in AppSync GraphQL APIs
  • (cloudwatchlogs) This release adds a new field, logGroupArn, to the response of the logs:DescribeLogGroups action.
  • (elasticsearchservice) This release adds clear visibility to the customers on the changes that they make on the domain.
  • (opensearch) This release adds clear visibility to the customers on the changes that they make on the domain.
  • (wafv2) You can now delete an API key that you've created for use with your CAPTCHA JavaScript integration API.

Documentation

  • (ecs) This release is a documentation only update to address customer issues.

v1.0.50

05 Feb 20:22
Compare
Choose a tag to compare

[1.0.50] - 02/05/2024

Features

  • (glue) Introduce Catalog Encryption Role within Glue Data Catalog Settings. Introduce SASL/PLAIN as an authentication method for Glue Kafka connections

Documentation

  • (workspaces) Added definitions of various WorkSpace states

v1.0.49

02 Feb 20:21
Compare
Choose a tag to compare

[1.0.49] - 02/02/2024

Features

  • (sagemaker) Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.

Documentation

  • (dynamodb) Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.

v1.0.48

01 Feb 20:26
Compare
Choose a tag to compare

[1.0.48] - 02/01/2024

Features

  • (cognitoidentityprovider) Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
  • (ivs) This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
  • (managedblockchainquery) This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
  • (mediaconvert) This release includes support for broadcast-mixed audio description tracks.
  • (neptunegraph) Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary.
  • #476 Allow full URI path to a localhost metadata service (AwsContainerCredentialsFullUri) to be a host name

Fixes

  • Bump smithy-kotlin version to fix an error with serializing maps which use the Document type as a value

v1.0.47

31 Jan 20:22
Compare
Choose a tag to compare

[1.0.47] - 01/31/2024

Features

  • (cloudformation) CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
  • (elasticloadbalancingv2) This release enables unhealthy target draining intervals for Network Load Balancers.
  • (glue) Update page size limits for GetJobRuns and GetTriggers APIs.
  • (ssm) This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.

v1.0.46

30 Jan 20:25
Compare
Choose a tag to compare

[1.0.46] - 01/30/2024

Features

  • (datazone) Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects

Documentation

  • (route53) Update the SDKs for text changes in the APIs.

v1.0.45

29 Jan 20:26
Compare
Choose a tag to compare

[1.0.45] - 01/29/2024

Features

  • (autoscaling) EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • (ec2) EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • (mwaa) This release adds MAINTENANCE environment status for Amazon MWAA environments.
  • (rds) Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.

Documentation

  • (comprehend) Comprehend PII analysis now supports Spanish input documents.
  • (snowball) Modified description of createaddress to include direction to add path when providing a JSON file.

v1.0.44

26 Jan 20:25
Compare
Choose a tag to compare

[1.0.44] - 01/26/2024

Features

  • (connect) Update list and string length limits for predefined attributes.
  • (inspector2) This release adds ECR container image scanning based on their lastRecordedPullTime.
  • (sagemaker) Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs.

v1.0.43

25 Jan 20:27
Compare
Choose a tag to compare

[1.0.43] - 01/25/2024

Features

  • (acmpca) AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled.
  • (lightsail) This release adds support for IPv6-only instance plans.

v1.0.42

24 Jan 20:26
Compare
Choose a tag to compare

[1.0.42] - 01/24/2024

Features

  • (ec2) Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
  • (outposts) DeviceSerialNumber parameter is now optional in StartConnection API
  • (rds) This release adds support for Aurora Limitless Database.
  • (storagegateway) Add DeprecationDate and SoftwareVersion to response of ListGateways.

Fixes

  • Fix application of sigv4a authentication scheme for S3, Eventbridge, and CloudFront KeyValueStore

Documentation

  • (ecs) Documentation updates for Amazon ECS.

Miscellaneous

  • Bump smithy-kotlin version to 1.0.11