File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.1.2
4
+ - Support AWS ApiGateway RestApi
5
+ - Fix asynchronous error reporting
6
+ - Throw meaningful error message on incorrect event shape instead of NPE
7
+
3
8
## 0.1.1
4
9
- Deprecate ` wrap-hl-req-res-model ` . Use ` ring<->hl-middleware ` instead.
5
10
Original file line number Diff line number Diff line change 4
4
<groupId >io.github.FieryCod</groupId >
5
5
<artifactId >holy-lambda-ring-adapter</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >0.1.1 </version >
7
+ <version >0.1.2 </version >
8
8
<name >holy-lambda-ring-adapter</name >
9
9
<description >An adapter between Ring Core request/response model and Holy Lambda. Run Ring applications on AWS Lambda</description >
10
10
<url >https://github.com/FieryCod/holy-lambda-ring-adapter</url >
18
18
<url >https://github.com/FieryCod/holy-lambda-ring-adapter</url >
19
19
<connection >scm:git:git://github.com/FieryCod/holy-lambda-ring-adapter.git</connection >
20
20
<developerConnection >scm:git:ssh://git@github.com/FieryCod/holy-lambda-ring-adapter.git</developerConnection >
21
- <tag >e017d4f3f122ffb27a94fbac7fa13f3e375e05da </tag >
21
+ <tag >c168a86f1c4382479d2ac72993b610d1193b4774 </tag >
22
22
</scm >
23
23
<build >
24
24
<sourceDirectory >src</sourceDirectory >
Original file line number Diff line number Diff line change 1
- (defproject io.github.FieryCod /holy-lambda-ring-adapter " 0.1.1 "
1
+ (defproject io.github.FieryCod /holy-lambda-ring-adapter " 0.1.2 "
2
2
:description " An adapter between Ring Core request/response model and Holy Lambda. Run Ring applications on AWS Lambda"
3
3
4
4
:url " https://github.com/FieryCod/holy-lambda-ring-adapter"
You can’t perform that action at this time.
0 commit comments