1{ 2 "version": "2.15.46", 3 "date": "2020-12-14", 4 "entries": [ 5 { 6 "type": "bugfix", 7 "category": "AWS SDK for Java v2", 8 "contributor": "", 9 "description": "Treat zero-byte responses from async HTTP clients as not having a payload, regardless of the response content-length. This fixes an issue that could cause HEAD responses (e.g. s3's headObject responses) with a content-length specified from being treated as having a payload. This fixes issues like [#1216](https://github.com/aws/aws-sdk-java-v2/issues/1216) where the SDK attempts to read data from the response based on the content-length, not based on whether there was actually a payload." 10 }, 11 { 12 "type": "feature", 13 "category": "Amazon Elastic Compute Cloud", 14 "contributor": "", 15 "description": "Add c5n.metal to ec2 instance types list" 16 }, 17 { 18 "type": "feature", 19 "category": "Amazon DevOps Guru", 20 "contributor": "", 21 "description": "Documentation updates for DevOps Guru." 22 }, 23 { 24 "type": "feature", 25 "category": "AWS SDK for Java v2", 26 "contributor": "", 27 "description": "Updated service endpoint metadata." 28 }, 29 { 30 "type": "feature", 31 "category": "AWS Global Accelerator", 32 "contributor": "", 33 "description": "This release adds support for custom routing accelerators" 34 } 35 ] 36}