Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Releases: pinojs/express-pino-logger

v7.0.0

23 Nov 11:49
Compare
Choose a tag to compare

What's Changed

  • Add notice regarding relation with pino-http by @Hoffs in #60
  • ci: replace travis with github actions; add dependabot config by @Fdawgs in #61
  • Bump actions/checkout from 2 to 2.3.4 by @dependabot in #62
  • Bump standard from 14.3.4 to 16.0.3 by @dependabot in #63
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #65
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #66
  • Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #67
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #68
  • Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #69
  • Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #71
  • Bump actions/setup-node from 2.3.1 to 2.4.0 by @dependabot in #73
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #74
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #75
  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #77
  • Fixing custom serializers example by @molomby in #78
  • Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #80
  • Bump pino from 6.13.3 to 7.0.1 by @dependabot in #81
  • Bump split2 from 3.2.2 to 4.0.0 by @dependabot in #82
  • Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #83
  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #84
  • Bump pino-http from 5.8.0 to 6.0.0 by @dependabot in #85
  • Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #89

New Contributors

Full Changelog: v6.0.0...v7.0.0

v6.0.0

29 Jan 10:20
Compare
Choose a tag to compare
  • Update dep pino-http (#55)

v5.0.0

27 Apr 17:04
Compare
Choose a tag to compare
  • Update deps (#49)
  • Upgrade to Pino 6.x, using pino-http 5.x (#48)
  • Make links less confusing #33
  • Update README removing replacing pino with pino-pretty. pino usage as cli was deprecated #25 #26

v4.0.0

07 Aug 14:22
Compare
Choose a tag to compare
  • Updated dependencies #20

v3.0.1

11 Dec 07:49
Compare
Choose a tag to compare

v3.0.0

09 Dec 21:49
7a4ce76
Compare
Choose a tag to compare
  • [breaking] Update dependencies to fix #14. The req passed to serializers is no longer the raw request. To access the raw request, access the .raw property of the passed in req.

v2.0.0

16 Nov 08:36
Compare
Choose a tag to compare
  • Bumped pino to v3.0.0.
  • Updated dependencies.
  • Dropped support for v0.10 and v0.12.

v1.0.0

21 Apr 06:51
Compare
Choose a tag to compare
  • Extracted all logic into http-pino #5
  • Updated benchmarks #5

v0.2.3

08 Apr 09:53
Compare
Choose a tag to compare

v0.2.2

06 Apr 12:03
Compare
Choose a tag to compare
  • Correctly support pino options
  • Extreme mode support