Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Releases: Financial-Times/lambda-logger

Allow to use p or prod to mean same as production when to either format logs or not

10 Mar 12:45
ec1c202

Choose a tag to compare

Merge pull request #41 from Financial-Times/kiya/update-prod-test

Update the logic that tests if the logger is used in production env or not

Remove coveralls as a dependency to generate reports

12 Jan 15:45
1214275

Choose a tag to compare

Merge pull request #40 from Financial-Times/kiya/remove-coveralls

remove coveralls report

Check build works after circeCI incident

06 Jan 08:53
8b11086

Choose a tag to compare

Merge pull request #37 from Financial-Times/geoff/tech-debt-2022-05

Upgrade jest and use npx

Update jest version

20 May 09:37
8b11086

Choose a tag to compare

Merge pull request #37 from Financial-Times/geoff/tech-debt-2022-05

Upgrade jest and use npx

changes for node 14

16 Feb 14:48
c1a413c

Choose a tag to compare

Merge pull request #27 from Financial-Times/tech-debt-week-feb-21

update node to v14

Fix a deploy auth error

25 Nov 17:17
4ac7a3d

Choose a tag to compare

Merge pull request #13 from Financial-Times/fix-deploy-auth-error

Fix deploy auth error

Fix some bugs in circle config.yml

25 Nov 16:52
2809481

Choose a tag to compare

Merge pull request #12 from Financial-Times/fix-more-bugs

Fix more bugs

Fix a bug in release process

25 Nov 16:28
128151f

Choose a tag to compare

Merge pull request #11 from Financial-Times/fix-bug-for-release-process

Fix a bug for releasing process

Add snyk orb

25 Nov 15:52
cd057de

Choose a tag to compare

This release is to trigger snyk monitoring.

v2.0.0

26 Feb 11:54

Choose a tag to compare

  • 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