• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "date": "2017-07-21",
3    "version": "2.0.0-preview-2",
4    "entries": [
5        {
6            "category": "AWS SDK for Java v2",
7            "type": "feature",
8            "description": "Substantial improvements to start up time and cold start latencies"
9        },
10        {
11            "category": "AWS SDK for Java v2",
12            "type": "feature",
13            "description": "New pluggable HTTP implementation built on top of Java's HttpUrlConnection. Good choice for simple applications with low throughput requirements. Better cold start latency than the default Apache implementation."
14        },
15        {
16            "category": "AWS SDK for Java v2",
17            "type": "feature",
18            "description": "The Netty NIO HTTP client now uses a shared event loop group for better resource management. More options for customizing the event loop group are now available."
19        },
20        {
21            "category": "AWS SDK for Java v2",
22            "type": "feature",
23            "description": "Simple convenience methods have been added for operations that require no input parameters."
24        },
25        {
26            "category": "AWS SDK for Java v2",
27            "type": "feature",
28            "description": "Using java.time instead of the legacy java.util.Date in generated model classes."
29        },
30        {
31            "category": "AWS SDK for Java v2",
32            "type": "feature",
33            "description": "Various improvements to the immutability of model POJOs. ByteBuffers are now copied and collections are returned as unmodifiable."
34        }
35
36    ]
37}
38