1{ 2 "date": "2019-01-09", 3 "version": "2.3.0", 4 "entries": [ 5 { 6 "category": "AWS SDK for Java v2", 7 "type": "bugfix", 8 "description": "Fix an issue where dates were being unmarshalled incorrectly for the CBOR protocol used by Amazon Kinesis." 9 }, 10 { 11 "category": "AWS STS", 12 "type": "bugfix", 13 "description": "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](https://github.com/aws/aws-sdk-java-v2/issues/988)." 14 }, 15 { 16 "category": "AWS SDK for Java v2", 17 "type": "bugfix", 18 "description": "Make default `asyncFutureCompletionExeuctor` a true multi-threads executor. See [#968](https://github.com/aws/aws-sdk-java-v2/issues/968)" 19 }, 20 { 21 "category": "Amazon S3", 22 "type": "bugfix", 23 "description": "Fix `SyncChecksumValidationInterceptor` and `AsyncChecksumValidationInterceptor` to use `long` instead of `int` for contentLength`. See [#963](https://github.com/aws/aws-sdk-java-v2/issues/963)" 24 }, 25 { 26 "category": "Netty NIO HTTP Client", 27 "type": "bugfix", 28 "description": "Preserve interrupted flag if `Http2MultiplexedChannelPool#close()` interrupted." 29 }, 30 { 31 "category": "core", 32 "type": "feature", 33 "description": "Jackson 2.9.7 -> 2.9.8" 34 }, 35 { 36 "category": "URLConnection HTTP Client", 37 "type": "bugfix", 38 "description": "Disable following redirects automatically since doing so causes SDK response handling to fail" 39 }, 40 { 41 "category": "AWS SDK for Java v2", 42 "type": "bugfix", 43 "description": "ChecksumValidatingPublisher deals with any packetization of the incoming data. See https://github.com/aws/aws-sdk-java-v2/issues/965" 44 }, 45 { 46 "category": "AWS SDK for Java v2", 47 "type": "feature", 48 "description": "Updated to the latest service models." 49 } 50 ] 51}