|
43 | 43 | `2.2.9`: |
44 | 44 | - Added field `operationName` to `APIGatewayProxyRequestEvent` ([#126](https://github.com/aws/aws-lambda-java-libs/pull/126)) |
45 | 45 |
|
46 | | -### Apr 28, 2020 |
| 46 | +### April 28, 2020 |
47 | 47 | `2.2.8`: |
48 | 48 | - Added missing XML namespace declarations to `pom.xml` file ([#97](https://github.com/aws/aws-lambda-java-libs/issues/97)) |
49 | 49 | - Updated `nexusUrl` in `pom.xml` file ([#108](https://github.com/aws/aws-lambda-java-libs/issues/108)) |
50 | 50 |
|
51 | | -### Aug 13, 2019 |
| 51 | +### August 13, 2019 |
52 | 52 | `2.2.7`: |
53 | 53 | - Added support for APIGatewayV2 (Web Sockets) ([#92](https://github.com/aws/aws-lambda-java-libs/issues/92)) |
54 | 54 | - `APIGatewayV2ProxyRequestEvent` |
55 | 55 | - `APIGatewayV2ProxyResponseEvent` |
56 | 56 | - Fixed typo in `CognitoEvent` javadoc ([#87](https://github.com/aws/aws-lambda-java-libs/issues/87)) |
57 | 57 |
|
58 | | -### Mar 11, 2019 |
| 58 | +### March 11, 2019 |
59 | 59 | `2.2.6`: |
60 | 60 | - Added field `customData` to `CommitEvent.Record` ([#79](https://github.com/aws/aws-lambda-java-libs/issues/79)) |
61 | 61 | - Added field `isBase64Encoded` to `APIGatewayProxyResponseEvent` ([#48](https://github.com/aws/aws-lambda-java-libs/issues/48)) |
62 | 62 | - Added field `authorizer` to `APIGatewayProxyRequestEvent` ([#77](https://github.com/aws/aws-lambda-java-libs/issues/77)) |
63 | 63 |
|
64 | | -### Jan 03, 2019 |
| 64 | +### January 03, 2019 |
65 | 65 | `2.2.5`: |
66 | 66 | - Fixed "Paramters" typo in `APIGatewayProxyRequestEvent` and `ConfigEvent` ([#65](https://github.com/aws/aws-lambda-java-libs/issues/65)) |
67 | 67 |
|
68 | | -### Nov 14, 2018 |
| 68 | +### November 14, 2018 |
69 | 69 | `2.2.4`: |
70 | 70 | - Added default constructor for `S3Event` for easier deserialization |
71 | 71 |
|
72 | | -### Nov 05, 2018 |
| 72 | +### November 05, 2018 |
73 | 73 | `2.2.3`: |
74 | 74 | - Added support for Multi-Value Headers and Query String Parameters to `APIGatewayProxyRequestEvent` ([#60](https://github.com/aws/aws-lambda-java-libs/issues/60)) |
75 | 75 |
|
76 | | -### Jul 02, 2018 |
| 76 | +### July 02, 2018 |
77 | 77 | `2.2.2`: |
78 | 78 | - Made `SQSEvent.SQSMessage` default constructor public ([#51](https://github.com/aws/aws-lambda-java-libs/issues/51)) |
79 | 79 |
|
80 | | -### Jun 29, 2018 |
| 80 | +### June 29, 2018 |
81 | 81 | `2.2.1`: |
82 | 82 | - Made `SQSEvent.SQSMessage` public ([#51](https://github.com/aws/aws-lambda-java-libs/issues/51)) |
83 | 83 |
|
84 | | -### Jun 28, 2018 |
| 84 | +### June 28, 2018 |
85 | 85 | `2.2.0`: |
86 | 86 | - Added `SQSEvent` |
87 | 87 |
|
88 | | -### Mar 09, 2018 |
| 88 | +### March 09, 2018 |
89 | 89 | `2.1.0`: |
90 | 90 | - Added Kinesis Analytics events |
91 | 91 | - `KinesisAnalyticsFirehoseInputPreprocessingEvent` |
|
94 | 94 | - `KinesisAnalyticsOutputDeliveryResponse` |
95 | 95 | - `KinesisAnalyticsStreamsInputPreprocessingEvent` |
96 | 96 |
|
97 | | -### Nov 21, 2017 |
| 97 | +### November 21, 2017 |
98 | 98 | `2.0.2`: |
99 | 99 | - Added missing fields to `APIGatewayProxyRequestEvent` ([#46](https://github.com/aws/aws-lambda-java-libs/issues/46)) |
100 | 100 |
|
101 | | -### Oct 07, 2017 |
| 101 | +### October 07, 2017 |
102 | 102 | `2.0.1`: |
103 | 103 | - Updated KinesisFirehose event schema. |
104 | 104 | - `approximateArrivalTimestamp` is now represented as a millisecond epoch instead of an `org.joda.time.DateTime` object. |
105 | 105 |
|
106 | | -### Sep 20, 2017 |
| 106 | +### September 20, 2017 |
107 | 107 | `2.0`: |
108 | 108 | - Added the following events: |
109 | 109 | - `APIGatewayProxyRequestEvent` |
|
128 | 128 | `1.2.1`: |
129 | 129 | - Bumped AWS SDK versions to `1.10.77` |
130 | 130 |
|
131 | | -### Apr 22, 2016 |
| 131 | +### April 22, 2016 |
132 | 132 | `1.2.0`: |
133 | 133 | - Added `ConfigEvent` |
134 | 134 |
|
135 | | -### Aug 21, 2015 |
| 135 | +### August 21, 2015 |
136 | 136 | `1.1.0`: |
137 | 137 | - Added `DynamodbEvent` |
138 | 138 |
|
139 | | -### Jun 15, 2015 |
| 139 | +### June 15, 2015 |
140 | 140 | `1.0.0`: |
141 | 141 | - Initial support for java in AWS Lambda, includes the following events: |
142 | 142 | - `CognitoEvent` |
|
0 commit comments