Skip to content

Latest commit

 

History

History
185 lines (142 loc) · 9.59 KB

2.3.x-CHANGELOG.md

File metadata and controls

185 lines (142 loc) · 9.59 KB

2.3.9 2019-01-25

AWS CodeCommit

  • Features

    • The PutFile API will now throw new exception FilePathConflictsWithSubmodulePathException when a submodule exists at the input file path; PutFile API will also throw FolderContentSizeLimitExceededException when the total size of any folder on the path exceeds the limit as a result of the operation.

AWS Device Farm

  • Features

    • Introduces a new rule in Device Pools - "Availability". Customers can now ensure they pick devices that are available (i.e., not being used by other customers).

AWS Elemental MediaLive

  • Features

    • This release adds support for Frame Capture output groups and for I-frame only manifests (playlists) in HLS output groups.

AWS MediaConnect

  • Features

    • This release adds support for tagging, untagging, and listing tags for existing AWS Elemental MediaConnect resources.

2.3.8 2019-01-24

AWS CodeBuild

  • Features

    • This release adds support for cross-account ECR images and private registry authentication.

Amazon CloudWatch Logs

  • Features

    • Documentation updates for CloudWatch Logs

Amazon EC2 Container Registry

  • Features

    • Amazon ECR updated the default endpoint URL to support AWS Private Link.

Amazon Pinpoint SMS and Voice Service

  • Features

    • Added the ListConfigurationSets operation, which returns a list of the configuration sets that are associated with your account.

Amazon Relational Database Service

  • Features

    • The Amazon RDS API allows you to add or remove Identity and Access Management (IAM) role associated with a specific feature name with an RDS database instance. This helps with capabilities such as invoking Lambda functions from within a trigger in the database, load data from Amazon S3 and so on

Elastic Load Balancing

  • Features

    • Elastic Load Balancing now supports TLS termination on Network Load Balancers. With this launch, you can offload the decryption/encryption of TLS traffic from your application servers to the Network Load Balancer. This enables you to run your backend servers optimally and keep your workloads secure. Additionally, Network Load Balancers preserve the source IP of the clients to the back-end applications, while terminating TLS on the load balancer. When TLS is enabled on an NLB, Access Logs can be enabled for the load balancer, and log entries will be emitted for all TLS connections.

2.3.7 2019-01-23

AWS Certificate Manager Private Certificate Authority

  • Features

    • Added TagOnCreate parameter to the CreateCertificateAuthority operation, updated the Tag regex pattern to align with AWS tagging APIs, and added RevokeCertificate limit.

AWS SDK for Java v2

  • Features

    • Redact potentially-sensitive data from the toString of service request and response objects.
  • Bugfixes

    • Fixed the time marshalling issue when CBOR is disabled. See #1023

Amazon WorkLink

  • Features

    • This is the initial SDK release for Amazon WorkLink. Amazon WorkLink is a fully managed, cloud-based service that enables secure, one-click access to internal websites and web apps from mobile phones. With Amazon WorkLink, employees can access internal websites as seamlessly as they access any other website. IT administrators can manage users, devices, and domains by enforcing their own security and access policies via the AWS Console or the AWS SDK.

AmazonApiGatewayManagementApi

  • Features

    • Fixes a typo in the 'max' constraint.

Netty NIO HTTP Client

  • Bugfixes

    • Add OneTimeReadTimeoutHanlder to requests with expect: 100-continue header to avoid unexpected ReadTimeoutException. See #954

2.3.6 2019-01-21

AWS Application Discovery Service

  • Features

    • The Application Discovery Service's import APIs allow you to import information about your on-premises servers and applications into ADS so that you can track the status of your migrations through the Migration Hub console.

AWS Database Migration Service

  • Features

    • Update for DMS TestConnectionSucceeds waiter

Amazon AppStream

  • Features

    • This API update includes support for tagging Stack, Fleet, and ImageBuilder resources at creation time.

Amazon Simple Systems Manager (SSM)

  • Features

    • AWS Systems Manager State Manager now supports configuration management of all AWS resources through integration with Automation.

Firewall Management Service

  • Features

    • This release provides support for cleaning up web ACLs during Firewall Management policy deletion. You can now enable the DeleteAllPolicyResources flag and it will delete all system-generated web ACLs.

2.3.5 2019-01-18

AWS Glue

  • Features

    • AllocatedCapacity field is being deprecated and replaced with MaxCapacity field

Amazon Elastic Compute Cloud

  • Features

    • Adjust EC2's available instance types.

2.3.4 2019-01-17

AWS Lambda

  • Features

    • Documentation updates for AWS Lambda

Amazon Lightsail

  • Features

    • This release adds functionality to the CreateDiskSnapshot API that allows users to snapshot instance root volumes. It also adds various documentation updates.

Amazon Pinpoint

  • Features

    • This release updates the PutEvents operation. AppPackageName, AppTitle, AppVersionCode, SdkName fields will now be accepted as a part of the event when submitting events.

Amazon Rekognition

  • Features

    • GetLabelDetection now returns bounding box information for common objects and a hierarchical taxonomy of detected labels. The version of the model used for video label detection is also returned. DetectModerationLabels now returns the version of the model used for detecting unsafe content.

2.3.3 2019-01-16

AWS Backup

  • Features

    • AWS Backup is a unified backup service designed to protect AWS services and their associated data. AWS Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing

AWS Cost Explorer Service

  • Features

    • Removed Tags from the list of GroupBy dimensions available for GetReservationCoverage.

Amazon DynamoDB

  • Features

    • Amazon DynamoDB now integrates with AWS Backup, a centralized backup service that makes it easy for customers to configure and audit the AWS resources they want to backup, automate backup scheduling, set retention policies, and monitor all recent backup and restore activity. AWS Backup provides a fully managed, policy-based backup solution, simplifying your backup management, and helping you meet your business and regulatory backup compliance requirements. For more information, see the Amazon DynamoDB Developer Guide.

URLConnection HTTP Client

  • Bugfixes

    • Fix NullPointer of AbortableInputStream delegate if there is no body within UrlConnectionHttpClient

2.3.2 2019-01-14

AWS Elemental MediaConvert

  • Features

    • IMF decode from a Composition Playlist for IMF specializations App #2 and App #2e; up to 99 input clippings; caption channel selection for MXF; and updated rate control for CBR jobs. Added support for acceleration in preview

AWS SDK for Java v2

  • Bugfixes

    • Fixed the bug where query parameters are incorrectly moved to body in async clients. See #958

AWS Storage Gateway

  • Features

    • JoinDomain API supports two more parameters: organizational unit(OU) and domain controllers. Two new APIs are introduced: DetachVolume and AttachVolume.

2.3.1 2019-01-11

AWS RDS DataService

  • Features

    • Documentation updates for RDS Data API.

AWS SDK for Java v2

  • Features

    • Updated to the latest service models.

Amazon Elastic MapReduce

  • Features

    • Documentation updates for Amazon EMR

2.3.0 2019-01-09

AWS SDK for Java v2

  • Features

    • Updated to the latest service models.
  • Bugfixes

    • ChecksumValidatingPublisher deals with any packetization of the incoming data. See aws#965
    • Fix an issue where dates were being unmarshalled incorrectly for the CBOR protocol used by Amazon Kinesis.
    • Make default asyncFutureCompletionExeuctor a true multi-threads executor. See #968

AWS STS

  • Bugfixes

    • Changed the region resolution logic for role_arn-based profiles: 1. Check for a region property in the same profile as the role_arn definition. 2. Check the default region chain. 3. Fall back to the global endpoint and us-east-1 signing. Fixes #988.

Amazon S3

  • Bugfixes

    • Fix SyncChecksumValidationInterceptor and AsyncChecksumValidationInterceptor to use long instead of int for contentLength`. See #963

Netty NIO HTTP Client

  • Bugfixes

    • Preserve interrupted flag if Http2MultiplexedChannelPool#close() interrupted.

URLConnection HTTP Client

  • Bugfixes

    • Disable following redirects automatically since doing so causes SDK response handling to fail

core

  • Features

    • Jackson 2.9.7 -> 2.9.8