Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FieryCod committed Jul 6, 2022
1 parent c168a86 commit bd9c493
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.1.2
- Support AWS ApiGateway RestApi
- Fix asynchronous error reporting
- Throw meaningful error message on incorrect event shape instead of NPE

## 0.1.1
- Deprecate `wrap-hl-req-res-model`. Use `ring<->hl-middleware` instead.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.FieryCod</groupId>
<artifactId>holy-lambda-ring-adapter</artifactId>
<packaging>jar</packaging>
<version>0.1.1</version>
<version>0.1.2</version>
<name>holy-lambda-ring-adapter</name>
<description>An adapter between Ring Core request/response model and Holy Lambda. Run Ring applications on AWS Lambda</description>
<url>https://github.com/FieryCod/holy-lambda-ring-adapter</url>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/FieryCod/holy-lambda-ring-adapter</url>
<connection>scm:git:git://github.com/FieryCod/holy-lambda-ring-adapter.git</connection>
<developerConnection>scm:git:ssh://[email protected]/FieryCod/holy-lambda-ring-adapter.git</developerConnection>
<tag>e017d4f3f122ffb27a94fbac7fa13f3e375e05da</tag>
<tag>c168a86f1c4382479d2ac72993b610d1193b4774</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.FieryCod/holy-lambda-ring-adapter "0.1.1"
(defproject io.github.FieryCod/holy-lambda-ring-adapter "0.1.2"
:description "An adapter between Ring Core request/response model and Holy Lambda. Run Ring applications on AWS Lambda"

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

0 comments on commit bd9c493

Please sign in to comment.