This repository was archived by the owner on Oct 12, 2023. It is now read-only.
v2.0.0
- Use pino v5. See https://www.nearform.com/blog/announcing-pino-v5-0-0/. This uses a new backend, but has specific fixes for Lambda which should ensure logs are flushed without a manual .flush() call.
- Drop node 6 support, we should be using node 8 on new lambdas.
- Add node 8 test suite
- Add back esModule build now that microbundle has improved significantly