Skip to content

Commit cf8781e

Browse files
committed
documentation updates
1 parent 1a78f86 commit cf8781e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ const api = require('lambda-api')({ version: 'v1.0', base: 'v1' });
133133
## Recent Updates
134134
For detailed release notes see [Releases](https://github.com/jeremydaly/lambda-api/releases).
135135

136+
### v0.9: New error types, custom serializers, and TypeScript support
137+
Lambda API now generates typed errors for easier parsing in middleware. You can also supply your own custom serializer for formatting output rather than using the default `JSON.stringify`. And thanks to @hassankhan, a TypeScript declaration file is now available.
138+
136139
### v0.8: Logging Support with Sampling
137140
Lambda API has added a powerful (and customizable) logging engine that utilizes native JSON support for CloudWatch Logs. Log entries can be manually added using standard severities like `info` and `warn`. In addition, "access logs" can be automatically generated with detailed information about each requests. See [Logging](#logging) for more information about logging and auto sampling for request tracing.
138141

0 commit comments

Comments
 (0)