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

Choose a tag to compare

@kiyaGu kiyaGu released this 10 Mar 12:45
ec1c202
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

Choose a tag to compare

@kiyaGu kiyaGu released this 12 Jan 15:45
1214275
Merge pull request #40 from Financial-Times/kiya/remove-coveralls

remove coveralls report

Check build works after circeCI incident

Choose a tag to compare

@GeoffThorpeFT GeoffThorpeFT released this 06 Jan 08:53
8b11086
Merge pull request #37 from Financial-Times/geoff/tech-debt-2022-05

Upgrade jest and use npx

Update jest version

Choose a tag to compare

@GeoffThorpeFT GeoffThorpeFT released this 20 May 09:37
8b11086
Merge pull request #37 from Financial-Times/geoff/tech-debt-2022-05

Upgrade jest and use npx

changes for node 14

Choose a tag to compare

@GeoffThorpeFT GeoffThorpeFT released this 16 Feb 14:48
c1a413c
Merge pull request #27 from Financial-Times/tech-debt-week-feb-21

update node to v14

Fix a deploy auth error

Choose a tag to compare

@fenglish fenglish released this 25 Nov 17:17
4ac7a3d
Merge pull request #13 from Financial-Times/fix-deploy-auth-error

Fix deploy auth error

Fix some bugs in circle config.yml

Choose a tag to compare

@fenglish fenglish released this 25 Nov 16:52
2809481
Merge pull request #12 from Financial-Times/fix-more-bugs

Fix more bugs

Fix a bug in release process

Choose a tag to compare

@fenglish fenglish released this 25 Nov 16:28
128151f
Merge pull request #11 from Financial-Times/fix-bug-for-release-process

Fix a bug for releasing process

Add snyk orb

Choose a tag to compare

@fenglish fenglish released this 25 Nov 15:52
cd057de

This release is to trigger snyk monitoring.

v2.0.0

Choose a tag to compare

@Limess Limess released this 26 Feb 11:54
  • 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