1# __2.6.5__ __2019-07-02__ 2## __AWS Elemental MediaStore__ 3 - ### Features 4 - This release adds support for tagging, untagging, and listing tags for AWS Elemental MediaStore containers. 5 6## __AWS SDK for Java v2__ 7 - ### Bugfixes 8 - 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](https://github.com/aws/aws-sdk-java-v2/issues/1279) 9 10## __Amazon AppStream__ 11 - ### Features 12 - Adding ImageBuilderName in Fleet API and Documentation updates for AppStream. 13 14# __2.6.4__ __2019-07-01__ 15## __AWS Organizations__ 16 - ### Features 17 - Specifying the tag key and tag value is required for tagging requests. 18 19## __Amazon DocumentDB with MongoDB compatibility__ 20 - ### Features 21 - This release provides support for cluster delete protection and the ability to stop and start clusters. 22 23## __Amazon Elastic Compute Cloud__ 24 - ### Features 25 - This release adds support for specifying a maximum hourly price for all On-Demand and Spot instances in both Spot Fleet and EC2 Fleet. 26 27## __Amazon Relational Database Service__ 28 - ### Features 29 - This release adds support for RDS DB Cluster major version upgrade 30 31# __2.6.3__ __2019-06-28__ 32## __Alexa For Business__ 33 - ### Features 34 - This release allows developers and customers to add SIP addresses and international phone numbers to contacts. 35 36## __Amazon Elastic Compute Cloud__ 37 - ### Features 38 - You can now launch 8xlarge and 16xlarge instance sizes on the general purpose M5 and memory optimized R5 instance types. 39 40## __Amazon Redshift__ 41 - ### Features 42 - ClusterAvailabilityStatus: The availability status of the cluster for queries. Possible values are the following: Available, Unavailable, Maintenance, Modifying, Failed. 43 44## __Amazon S3__ 45 - ### Bugfixes 46 - Update `ChecksumCalculatingStreamProvider` to comply with `ContentStreamProvider` contract. 47 48## __Amazon WorkSpaces__ 49 - ### Features 50 - Minor API fixes for WorkSpaces. 51 52# __2.6.2__ __2019-06-27__ 53## __AWS Direct Connect__ 54 - ### Features 55 - 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. 56 57## __AWS EC2 Instance Connect__ 58 - ### Features 59 - 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. 60 61## __Amazon Pinpoint__ 62 - ### Features 63 - This release includes editorial updates for the Amazon Pinpoint API documentation. 64 65## __Amazon WorkSpaces__ 66 - ### Features 67 - Added support for the WorkSpaces restore feature and copying WorkSpaces Images across AWS Regions. 68 69# __2.6.1__ __2019-06-26__ 70## __AWS SDK for Java v2__ 71 - ### Bugfixes 72 - Fixed issue where specifying a custom presigning time causes a runtime exception. 73 74## __Amazon DynamoDB__ 75 - ### Features 76 - Documentation updates for dynamodb 77 78# __2.6.0__ __2019-06-26__ 79## __AWS CodeCommit__ 80 - ### Features 81 - This release supports better exception handling for merges. 82 83## __Amazon S3__ 84 - ### Bugfixes 85 - 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. 86 87## __AmazonApiGatewayV2__ 88 - ### Features 89 - You can now perform tag operations on ApiGatewayV2 Resources (typically associated with WebSocket APIs) 90 91## __Netty NIO Http Client__ 92 - ### Bugfixes 93 - Completes the response normally when subscription is cancelled from the subscriber and not invoke `SdkAsyncHttpResponseHandler#onError` from the publisher. 94