Skip to content

Commit bd9c493

Browse files
committed
Release 0.1.2
1 parent c168a86 commit bd9c493

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

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+
38
## 0.1.1
49
- Deprecate `wrap-hl-req-res-model`. Use `ring<->hl-middleware` instead.
510

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.github.FieryCod</groupId>
55
<artifactId>holy-lambda-ring-adapter</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.1.1</version>
7+
<version>0.1.2</version>
88
<name>holy-lambda-ring-adapter</name>
99
<description>An adapter between Ring Core request/response model and Holy Lambda. Run Ring applications on AWS Lambda</description>
1010
<url>https://github.com/FieryCod/holy-lambda-ring-adapter</url>
@@ -18,7 +18,7 @@
1818
<url>https://github.com/FieryCod/holy-lambda-ring-adapter</url>
1919
<connection>scm:git:git://github.com/FieryCod/holy-lambda-ring-adapter.git</connection>
2020
<developerConnection>scm:git:ssh://git@github.com/FieryCod/holy-lambda-ring-adapter.git</developerConnection>
21-
<tag>e017d4f3f122ffb27a94fbac7fa13f3e375e05da</tag>
21+
<tag>c168a86f1c4382479d2ac72993b610d1193b4774</tag>
2222
</scm>
2323
<build>
2424
<sourceDirectory>src</sourceDirectory>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.github.FieryCod/holy-lambda-ring-adapter "0.1.1"
1+
(defproject io.github.FieryCod/holy-lambda-ring-adapter "0.1.2"
22
:description "An adapter between Ring Core request/response model and Holy Lambda. Run Ring applications on AWS Lambda"
33

44
:url "https://github.com/FieryCod/holy-lambda-ring-adapter"

0 commit comments

Comments
 (0)