Skip to content

Commit d762d86

Browse files
committed
update readme
1 parent dc2f696 commit d762d86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Whatever you decide is best for your use case, **Lambda API** is there to suppor
5555
- [Requirements](#requirements)
5656
- [Configuration](#configuration)
5757
- [Recent Updates](#recent-updates)
58+
- [v0.11: API Gateway v2 payload support and automatic compression](#v011-api-gateway-v2-payload-support-and-automatic-compression)
5859
- [v0.10: ALB support, method-based middleware, and multi-value headers and query string parameters](#v010-alb-support-method-based-middleware-and-multi-value-headers-and-query-string-parameters)
5960
- [Routes and HTTP Methods](#routes-and-http-methods)
6061
- [Returning Responses](#returning-responses)
@@ -156,6 +157,10 @@ const api = require('lambda-api')({ version: 'v1.0', base: 'v1' });
156157

157158
For detailed release notes see [Releases](https://github.com/jeremydaly/lambda-api/releases).
158159

160+
### v0.11: API Gateway v2 payload support and automatic compression
161+
162+
Lambda API now supports API Gateway v2 payloads for use with HTTP APIs. The library automatically detects the payload, so no extra configuration is needed. Automatic [compression](#compression) has also been added and supports Brotli, Gzip and Deflate.
163+
159164
### v0.10: ALB support, method-based middleware, and multi-value headers and query string parameters
160165

161166
Lambda API now allows you to seamlessly switch between API Gateway and Application Load Balancers. New [execution stacks](execution-stacks) enables method-based middleware and more wildcard functionality. Plus full support for multi-value headers and query string parameters.

0 commit comments

Comments
 (0)