File tree 6 files changed +24
-12
lines changed
aws-lambda-java-events-sdk-transformer
6 files changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ Add the following Apache Maven dependencies to your `pom.xml` file:
16
16
<dependency >
17
17
<groupId >com.amazonaws</groupId >
18
18
<artifactId >aws-lambda-java-events-sdk-transformer</artifactId >
19
- <version >2.0.7 </version >
19
+ <version >2.0.8 </version >
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >com.amazonaws</groupId >
23
23
<artifactId >aws-lambda-java-events</artifactId >
24
- <version >3.5 .0</version >
24
+ <version >3.6 .0</version >
25
25
</dependency >
26
26
</dependencies >
27
27
```
Original file line number Diff line number Diff line change
1
+ ### November 06, 2020
2
+ ` 2.0.8 ` :
3
+ - Bumped ` aws-lambda-java-events ` to version ` 3.6.0 `
4
+ - Bumped ` junit-jupiter-engine ` to version ` 5.7.0 `
5
+
1
6
### October 28, 2020
2
7
` 2.0.7 ` :
3
8
- Bumped ` aws-lambda-java-events ` to version ` 3.5.0 `
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.amazonaws</groupId >
7
7
<artifactId >aws-lambda-java-events-sdk-transformer</artifactId >
8
- <version >2.0.7 </version >
8
+ <version >2.0.8 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >AWS Lambda Java Events SDK Transformer Library</name >
55
55
<dependency >
56
56
<groupId >com.amazonaws</groupId >
57
57
<artifactId >aws-lambda-java-events</artifactId >
58
- <version >3.5 .0</version >
58
+ <version >3.6 .0</version >
59
59
<scope >provided</scope >
60
60
</dependency >
61
61
62
62
<dependency >
63
63
<groupId >org.junit.jupiter</groupId >
64
64
<artifactId >junit-jupiter-engine</artifactId >
65
- <version >5.6.2 </version >
65
+ <version >5.7.0 </version >
66
66
<scope >test</scope >
67
67
</dependency >
68
68
</dependencies >
Original file line number Diff line number Diff line change 1
1
# AWS Lambda Java Events v3
2
2
3
3
### Event Models Supported
4
+ * ` ActiveMQEvent `
4
5
* ` APIGatewayCustomAuthorizerEvent `
5
6
* ` APIGatewayProxyRequestEvent `
6
7
* ` APIGatewayProxyResponseEvent `
57
58
<dependency >
58
59
<groupId >com.amazonaws</groupId >
59
60
<artifactId >aws-lambda-java-events</artifactId >
60
- <version >3.5 .0</version >
61
+ <version >3.6 .0</version >
61
62
</dependency >
62
63
...
63
64
</dependencies >
67
68
68
69
``` groovy
69
70
'com.amazonaws:aws-lambda-java-core:1.2.1'
70
- 'com.amazonaws:aws-lambda-java-events:3.5 .0'
71
+ 'com.amazonaws:aws-lambda-java-events:3.6 .0'
71
72
```
72
73
73
74
[ Leiningen] ( http://leiningen.org ) and [ Boot] ( http://boot-clj.com )
74
75
75
76
``` clojure
76
77
[com.amazonaws/aws-lambda-java-core " 1.2.1" ]
77
- [com.amazonaws/aws-lambda-java-events " 3.5 .0" ]
78
+ [com.amazonaws/aws-lambda-java-events " 3.6 .0" ]
78
79
```
79
80
80
81
[ sbt] ( http://www.scala-sbt.org )
81
82
82
83
``` scala
83
84
" com.amazonaws" % " aws-lambda-java-core" % " 1.2.1"
84
- " com.amazonaws" % " aws-lambda-java-events" % " 3.5 .0"
85
+ " com.amazonaws" % " aws-lambda-java-events" % " 3.6 .0"
85
86
```
Original file line number Diff line number Diff line change
1
+ ### November 06, 2020
2
+ ` 3.6.0 ` :
3
+ - Added support for Amazon ` ActiveMQ ` event: ([ #185 ] ( https://github.com/aws/aws-lambda-java-libs/pull/185 ) )
4
+ - Bumped ` junit-jupiter-engine ` to version ` 5.7.0 `
5
+ - Bumped ` lombok ` to version ` 1.18.16 `
6
+
1
7
### October 28, 2020
2
8
` 3.5.0 ` :
3
9
- Added support for S3 Batch events: ([ #179 ] ( https://github.com/aws/aws-lambda-java-libs/pull/179 ) )
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.amazonaws</groupId >
7
7
<artifactId >aws-lambda-java-events</artifactId >
8
- <version >3.5 .0</version >
8
+ <version >3.6 .0</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >AWS Lambda Java Events Library</name >
53
53
<dependency >
54
54
<groupId >org.junit.jupiter</groupId >
55
55
<artifactId >junit-jupiter-engine</artifactId >
56
- <version >5.5.2 </version >
56
+ <version >5.7.0 </version >
57
57
<scope >test</scope >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >org.projectlombok</groupId >
61
61
<artifactId >lombok</artifactId >
62
- <version >1.18.12 </version >
62
+ <version >1.18.16 </version >
63
63
<scope >provided</scope >
64
64
</dependency >
65
65
</dependencies >
You can’t perform that action at this time.
0 commit comments