Skip to content

Commit b8be64c

Browse files
committed
minor: Use full month name in RELEASE.CHANGELOG.md files
1 parent 39dfc15 commit b8be64c

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
### Apr 28, 2020
1+
### April 28, 2020
22
`1.2.1`:
33
- Added missing XML namespace declarations to `pom.xml` file ([#97](https://github.com/aws/aws-lambda-java-libs/issues/97))
44
- Updated `nexusUrl` in `pom.xml` file ([#108](https://github.com/aws/aws-lambda-java-libs/issues/108))
55

6-
### Nov 21, 2017
6+
### November 21, 2017
77
`1.2.0`:
88
- Added method to log byte array to `LambdaLogger`
99

10-
### Oct 07, 2015
10+
### October 07, 2015
1111
`1.1.0`:
1212
- Added `LambdaRuntime` and `LambdaRuntimeInternal`
1313
- Added `getInstallationId()` to `Client`
1414
- Added `getFunctionVersion()` and `getInvokedFunctionArn()` to `Context`
1515

16-
### Jun 15, 2015
16+
### June 15, 2015
1717
`1.0.0`:
1818
- Initial support for java in AWS Lambda

aws-lambda-java-events-sdk-transformer/RELEASE.CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
- Updated AWS SDK V2 transformers for `DynamodbEvent` to work with `aws-lambda-java-events` versions `3.0.0` and up
1616
- Bumped `software.amazon.awssdk:dynamodb` to version `2.13.18`
1717

18-
### Apr 29, 2020
18+
### April 29, 2020
1919
`1.0.0`:
2020
- Added AWS SDK V2 transformers for `DynamodbEvent` in `aws-lambda-java-events` versions up to and including `2.x`

aws-lambda-java-events/RELEASE.CHANGELOG.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -43,49 +43,49 @@
4343
`2.2.9`:
4444
- Added field `operationName` to `APIGatewayProxyRequestEvent` ([#126](https://github.com/aws/aws-lambda-java-libs/pull/126))
4545

46-
### Apr 28, 2020
46+
### April 28, 2020
4747
`2.2.8`:
4848
- Added missing XML namespace declarations to `pom.xml` file ([#97](https://github.com/aws/aws-lambda-java-libs/issues/97))
4949
- Updated `nexusUrl` in `pom.xml` file ([#108](https://github.com/aws/aws-lambda-java-libs/issues/108))
5050

51-
### Aug 13, 2019
51+
### August 13, 2019
5252
`2.2.7`:
5353
- Added support for APIGatewayV2 (Web Sockets) ([#92](https://github.com/aws/aws-lambda-java-libs/issues/92))
5454
- `APIGatewayV2ProxyRequestEvent`
5555
- `APIGatewayV2ProxyResponseEvent`
5656
- Fixed typo in `CognitoEvent` javadoc ([#87](https://github.com/aws/aws-lambda-java-libs/issues/87))
5757

58-
### Mar 11, 2019
58+
### March 11, 2019
5959
`2.2.6`:
6060
- Added field `customData` to `CommitEvent.Record` ([#79](https://github.com/aws/aws-lambda-java-libs/issues/79))
6161
- Added field `isBase64Encoded` to `APIGatewayProxyResponseEvent` ([#48](https://github.com/aws/aws-lambda-java-libs/issues/48))
6262
- Added field `authorizer` to `APIGatewayProxyRequestEvent` ([#77](https://github.com/aws/aws-lambda-java-libs/issues/77))
6363

64-
### Jan 03, 2019
64+
### January 03, 2019
6565
`2.2.5`:
6666
- Fixed "Paramters" typo in `APIGatewayProxyRequestEvent` and `ConfigEvent` ([#65](https://github.com/aws/aws-lambda-java-libs/issues/65))
6767

68-
### Nov 14, 2018
68+
### November 14, 2018
6969
`2.2.4`:
7070
- Added default constructor for `S3Event` for easier deserialization
7171

72-
### Nov 05, 2018
72+
### November 05, 2018
7373
`2.2.3`:
7474
- Added support for Multi-Value Headers and Query String Parameters to `APIGatewayProxyRequestEvent` ([#60](https://github.com/aws/aws-lambda-java-libs/issues/60))
7575

76-
### Jul 02, 2018
76+
### July 02, 2018
7777
`2.2.2`:
7878
- Made `SQSEvent.SQSMessage` default constructor public ([#51](https://github.com/aws/aws-lambda-java-libs/issues/51))
7979

80-
### Jun 29, 2018
80+
### June 29, 2018
8181
`2.2.1`:
8282
- Made `SQSEvent.SQSMessage` public ([#51](https://github.com/aws/aws-lambda-java-libs/issues/51))
8383

84-
### Jun 28, 2018
84+
### June 28, 2018
8585
`2.2.0`:
8686
- Added `SQSEvent`
8787

88-
### Mar 09, 2018
88+
### March 09, 2018
8989
`2.1.0`:
9090
- Added Kinesis Analytics events
9191
- `KinesisAnalyticsFirehoseInputPreprocessingEvent`
@@ -94,16 +94,16 @@
9494
- `KinesisAnalyticsOutputDeliveryResponse`
9595
- `KinesisAnalyticsStreamsInputPreprocessingEvent`
9696

97-
### Nov 21, 2017
97+
### November 21, 2017
9898
`2.0.2`:
9999
- Added missing fields to `APIGatewayProxyRequestEvent` ([#46](https://github.com/aws/aws-lambda-java-libs/issues/46))
100100

101-
### Oct 07, 2017
101+
### October 07, 2017
102102
`2.0.1`:
103103
- Updated KinesisFirehose event schema.
104104
- `approximateArrivalTimestamp` is now represented as a millisecond epoch instead of an `org.joda.time.DateTime` object.
105105

106-
### Sep 20, 2017
106+
### September 20, 2017
107107
`2.0`:
108108
- Added the following events:
109109
- `APIGatewayProxyRequestEvent`
@@ -128,15 +128,15 @@
128128
`1.2.1`:
129129
- Bumped AWS SDK versions to `1.10.77`
130130

131-
### Apr 22, 2016
131+
### April 22, 2016
132132
`1.2.0`:
133133
- Added `ConfigEvent`
134134

135-
### Aug 21, 2015
135+
### August 21, 2015
136136
`1.1.0`:
137137
- Added `DynamodbEvent`
138138

139-
### Jun 15, 2015
139+
### June 15, 2015
140140
`1.0.0`:
141141
- Initial support for java in AWS Lambda, includes the following events:
142142
- `CognitoEvent`

aws-lambda-java-log4j2/RELEASE.CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
`1.2.0`:
33
- Updated `log4j-core` and `log4j-api` dependencies to `2.13.2`
44

5-
### Apr 28, 2020
5+
### April 28, 2020
66
`1.1.1`:
77
- Added missing XML namespace declarations to `pom.xml` file ([#97](https://github.com/aws/aws-lambda-java-libs/issues/97))
88
- Updated `nexusUrl` in `pom.xml` file ([#108](https://github.com/aws/aws-lambda-java-libs/issues/108))
99
- Updated `aws-lambda-java-core` to `1.2.1`
1010

11-
### Nov 21, 2017
11+
### November 21, 2017
1212
`1.1.0`:
1313
- Changed `LambdaAppender.append()` to make use of `LambdaLogger` from `com.amazonaws:aws-lambda-java-core:1.2.0`
1414

15-
### Jun 29, 2017
15+
### June 29, 2017
1616
`1.0.0`:
1717
- Initial release of AWS Lambda Log4j2 support

0 commit comments

Comments
 (0)