2.6.5 2019-07-02
AWS Elemental MediaStore
Features
- This release adds support for tagging, untagging, and listing tags for AWS Elemental MediaStore containers.
AWS SDK for Java v2
Bugfixes
- Fix a bug in
FileAsyncResponseTransformer
that causes the future from prepare()
to not be completed if onError
is called on its Subscriber
wile consuming the response stream. Fixes #1279
Amazon AppStream
Features
- Adding ImageBuilderName in Fleet API and Documentation updates for AppStream.
2.6.4 2019-07-01
AWS Organizations
Features
- Specifying the tag key and tag value is required for tagging requests.
Amazon DocumentDB with MongoDB compatibility
Features
- This release provides support for cluster delete protection and the ability to stop and start clusters.
Amazon Elastic Compute Cloud
Features
- This release adds support for specifying a maximum hourly price for all On-Demand and Spot instances in both Spot Fleet and EC2 Fleet.
Amazon Relational Database Service
Features
- This release adds support for RDS DB Cluster major version upgrade
2.6.3 2019-06-28
Alexa For Business
Features
- This release allows developers and customers to add SIP addresses and international phone numbers to contacts.
Amazon Elastic Compute Cloud
Features
- You can now launch 8xlarge and 16xlarge instance sizes on the general purpose M5 and memory optimized R5 instance types.
Amazon Redshift
Features
- ClusterAvailabilityStatus: The availability status of the cluster for queries. Possible values are the following: Available, Unavailable, Maintenance, Modifying, Failed.
Amazon S3
Bugfixes
- Update
ChecksumCalculatingStreamProvider
to comply with ContentStreamProvider
contract.
Amazon WorkSpaces
Features
- Minor API fixes for WorkSpaces.
2.6.2 2019-06-27
AWS Direct Connect
Features
- Tags will now be included in the API responses of all supported resources (Virtual interfaces, Connections, Interconnects and LAGs). You can also add tags while creating these resources.
AWS EC2 Instance Connect
Features
- Amazon EC2 Instance Connect is a simple and secure way to connect to your instances using Secure Shell (SSH). With EC2 Instance Connect, you can control SSH access to your instances using AWS Identity and Access Management (IAM) policies as well as audit connection requests with AWS CloudTrail events. In addition, you can leverage your existing SSH keys or further enhance your security posture by generating one-time use SSH keys each time an authorized user connects.
Amazon Pinpoint
Features
- This release includes editorial updates for the Amazon Pinpoint API documentation.
Amazon WorkSpaces
Features
- Added support for the WorkSpaces restore feature and copying WorkSpaces Images across AWS Regions.
2.6.1 2019-06-26
AWS SDK for Java v2
Bugfixes
- Fixed issue where specifying a custom presigning time causes a runtime exception.
Amazon DynamoDB
Features
- Documentation updates for dynamodb
2.6.0 2019-06-26
AWS CodeCommit
Features
- This release supports better exception handling for merges.
Amazon S3
Bugfixes
- Modify the types of Part#size and ObjectVersion#size from Integer to Long. This is a breaking change for customers who are using the size() method.
AmazonApiGatewayV2
Features
- You can now perform tag operations on ApiGatewayV2 Resources (typically associated with WebSocket APIs)
Netty NIO Http Client
Bugfixes
- Completes the response normally when subscription is cancelled from the subscriber and not invoke
SdkAsyncHttpResponseHandler#onError
from the publisher.