pinojs/pino-http
### [`v6.6.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.6.0)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.5.0...v6.6.0)
#### What's Changed
- Give customProps access to the response by [@travisbeck](https://togithub.com/travisbeck) in [https://github.com/pinojs/pino-http/pull/197](https://togithub.com/pinojs/pino-http/pull/197)
#### New Contributors
- [@travisbeck](https://togithub.com/travisbeck) made their first contribution in [https://github.com/pinojs/pino-http/pull/197](https://togithub.com/pinojs/pino-http/pull/197)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.5.0...v6.6.0
### [`v6.5.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.5.0)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.4.0...v6.5.0)
#### What's Changed
- Bump [@types/node](https://togithub.com/types/node) from 16.11.14 to 17.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/195](https://togithub.com/pinojs/pino-http/pull/195)
- 25% throughput improvement by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino-http/pull/196](https://togithub.com/pinojs/pino-http/pull/196)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.4.0...v6.5.0
### [`v6.4.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.4.0)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.3.3...v6.4.0)
#### What's Changed
- Add support for default and name export with TypeScript and Babel by [@jarcodallo](https://togithub.com/jarcodallo) in [https://github.com/pinojs/pino-http/pull/188](https://togithub.com/pinojs/pino-http/pull/188)
- Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/192](https://togithub.com/pinojs/pino-http/pull/192)
- Early return on silent level by [@filoscoder](https://togithub.com/filoscoder) in [https://github.com/pinojs/pino-http/pull/191](https://togithub.com/pinojs/pino-http/pull/191)
#### New Contributors
- [@filoscoder](https://togithub.com/filoscoder) made their first contribution in [https://github.com/pinojs/pino-http/pull/191](https://togithub.com/pinojs/pino-http/pull/191)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.3.3...v6.4.0
### [`v6.3.3`](https://togithub.com/pinojs/pino-http/releases/tag/v6.3.3)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.3.2...v6.3.3)
##### What's Changed
- Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/189](https://togithub.com/pinojs/pino-http/pull/189)
- Add missing 'customReceivedMessage' property to options type definition by [@oddeirik](https://togithub.com/oddeirik) in [https://github.com/pinojs/pino-http/pull/187](https://togithub.com/pinojs/pino-http/pull/187)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.3.2...v6.3.3
### [`v6.3.2`](https://togithub.com/pinojs/pino-http/releases/tag/v6.3.2)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.3.1...v6.3.2)
#### What's Changed
- Add back pino-related typings on IncomingMessage, OutgoingMessage and⦠by [@oddeirik](https://togithub.com/oddeirik) in [https://github.com/pinojs/pino-http/pull/186](https://togithub.com/pinojs/pino-http/pull/186)
#### New Contributors
- [@oddeirik](https://togithub.com/oddeirik) made their first contribution in [https://github.com/pinojs/pino-http/pull/186](https://togithub.com/pinojs/pino-http/pull/186)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.3.1...v6.3.2
### [`v6.3.1`](https://togithub.com/pinojs/pino-http/releases/tag/v6.3.1)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.3.0...v6.3.1)
#### What's Changed
- fix: type definition updates by [@hoonoh](https://togithub.com/hoonoh) in [https://github.com/pinojs/pino-http/pull/184](https://togithub.com/pinojs/pino-http/pull/184)
#### New Contributors
- [@hoonoh](https://togithub.com/hoonoh) made their first contribution in [https://github.com/pinojs/pino-http/pull/184](https://togithub.com/pinojs/pino-http/pull/184)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.3.0...v6.3.1
### [`v6.3.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.3.0)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.2.0...v6.3.0)
#### What's Changed
- Bump pino-std-serializers from 4.0.0 to 5.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/183](https://togithub.com/pinojs/pino-http/pull/183)
- add format example test by [@Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino-http/pull/182](https://togithub.com/pinojs/pino-http/pull/182)
- fix node 17 tests by [@Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino-http/pull/185](https://togithub.com/pinojs/pino-http/pull/185)
#### New Contributors
- [@Eomm](https://togithub.com/Eomm) made their first contribution in [https://github.com/pinojs/pino-http/pull/182](https://togithub.com/pinojs/pino-http/pull/182)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.2.0...v6.3.0
### [`v6.2.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.2.0)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.1.0...v6.2.0)
#### What's Changed
- Bump tsd from 0.18.0 to 0.19.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/180](https://togithub.com/pinojs/pino-http/pull/180)
- Add request received event (customReceivedMessage) by [@nicolaichuk](https://togithub.com/nicolaichuk) in [https://github.com/pinojs/pino-http/pull/177](https://togithub.com/pinojs/pino-http/pull/177)
#### New Contributors
- [@nicolaichuk](https://togithub.com/nicolaichuk) made their first contribution in [https://github.com/pinojs/pino-http/pull/177](https://togithub.com/pinojs/pino-http/pull/177)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.1.0...v6.2.0
### [`v6.1.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.1.0)
[Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.0.0...v6.1.0)
#### What's Changed
- Bump actions/checkout from 2.3.5 to 2.4.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/174](https://togithub.com/pinojs/pino-http/pull/174)
- build(dependabot): ignore minor and patch github-actions updates by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino-http/pull/176](https://togithub.com/pinojs/pino-http/pull/176)
- Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/179](https://togithub.com/pinojs/pino-http/pull/179)
- Pino 7 Type Definition by [@jarcodallo](https://togithub.com/jarcodallo) in [https://github.com/pinojs/pino-http/pull/178](https://togithub.com/pinojs/pino-http/pull/178)
#### New Contributors
- [@jarcodallo](https://togithub.com/jarcodallo) made their first contribution in [https://github.com/pinojs/pino-http/pull/178](https://togithub.com/pinojs/pino-http/pull/178)
**Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.0.0...v6.1.0
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
6.0.0
->6.6.0
Release Notes
pinojs/pino-http
### [`v6.6.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.6.0) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.5.0...v6.6.0) #### What's Changed - Give customProps access to the response by [@travisbeck](https://togithub.com/travisbeck) in [https://github.com/pinojs/pino-http/pull/197](https://togithub.com/pinojs/pino-http/pull/197) #### New Contributors - [@travisbeck](https://togithub.com/travisbeck) made their first contribution in [https://github.com/pinojs/pino-http/pull/197](https://togithub.com/pinojs/pino-http/pull/197) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.5.0...v6.6.0 ### [`v6.5.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.5.0) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.4.0...v6.5.0) #### What's Changed - Bump [@types/node](https://togithub.com/types/node) from 16.11.14 to 17.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/195](https://togithub.com/pinojs/pino-http/pull/195) - 25% throughput improvement by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino-http/pull/196](https://togithub.com/pinojs/pino-http/pull/196) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.4.0...v6.5.0 ### [`v6.4.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.4.0) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.3.3...v6.4.0) #### What's Changed - Add support for default and name export with TypeScript and Babel by [@jarcodallo](https://togithub.com/jarcodallo) in [https://github.com/pinojs/pino-http/pull/188](https://togithub.com/pinojs/pino-http/pull/188) - Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/192](https://togithub.com/pinojs/pino-http/pull/192) - Early return on silent level by [@filoscoder](https://togithub.com/filoscoder) in [https://github.com/pinojs/pino-http/pull/191](https://togithub.com/pinojs/pino-http/pull/191) #### New Contributors - [@filoscoder](https://togithub.com/filoscoder) made their first contribution in [https://github.com/pinojs/pino-http/pull/191](https://togithub.com/pinojs/pino-http/pull/191) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.3.3...v6.4.0 ### [`v6.3.3`](https://togithub.com/pinojs/pino-http/releases/tag/v6.3.3) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.3.2...v6.3.3) ##### What's Changed - Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/189](https://togithub.com/pinojs/pino-http/pull/189) - Add missing 'customReceivedMessage' property to options type definition by [@oddeirik](https://togithub.com/oddeirik) in [https://github.com/pinojs/pino-http/pull/187](https://togithub.com/pinojs/pino-http/pull/187) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.3.2...v6.3.3 ### [`v6.3.2`](https://togithub.com/pinojs/pino-http/releases/tag/v6.3.2) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.3.1...v6.3.2) #### What's Changed - Add back pino-related typings on IncomingMessage, OutgoingMessage and⦠by [@oddeirik](https://togithub.com/oddeirik) in [https://github.com/pinojs/pino-http/pull/186](https://togithub.com/pinojs/pino-http/pull/186) #### New Contributors - [@oddeirik](https://togithub.com/oddeirik) made their first contribution in [https://github.com/pinojs/pino-http/pull/186](https://togithub.com/pinojs/pino-http/pull/186) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.3.1...v6.3.2 ### [`v6.3.1`](https://togithub.com/pinojs/pino-http/releases/tag/v6.3.1) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.3.0...v6.3.1) #### What's Changed - fix: type definition updates by [@hoonoh](https://togithub.com/hoonoh) in [https://github.com/pinojs/pino-http/pull/184](https://togithub.com/pinojs/pino-http/pull/184) #### New Contributors - [@hoonoh](https://togithub.com/hoonoh) made their first contribution in [https://github.com/pinojs/pino-http/pull/184](https://togithub.com/pinojs/pino-http/pull/184) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.3.0...v6.3.1 ### [`v6.3.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.3.0) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.2.0...v6.3.0) #### What's Changed - Bump pino-std-serializers from 4.0.0 to 5.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/183](https://togithub.com/pinojs/pino-http/pull/183) - add format example test by [@Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino-http/pull/182](https://togithub.com/pinojs/pino-http/pull/182) - fix node 17 tests by [@Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino-http/pull/185](https://togithub.com/pinojs/pino-http/pull/185) #### New Contributors - [@Eomm](https://togithub.com/Eomm) made their first contribution in [https://github.com/pinojs/pino-http/pull/182](https://togithub.com/pinojs/pino-http/pull/182) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.2.0...v6.3.0 ### [`v6.2.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.2.0) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.1.0...v6.2.0) #### What's Changed - Bump tsd from 0.18.0 to 0.19.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/180](https://togithub.com/pinojs/pino-http/pull/180) - Add request received event (customReceivedMessage) by [@nicolaichuk](https://togithub.com/nicolaichuk) in [https://github.com/pinojs/pino-http/pull/177](https://togithub.com/pinojs/pino-http/pull/177) #### New Contributors - [@nicolaichuk](https://togithub.com/nicolaichuk) made their first contribution in [https://github.com/pinojs/pino-http/pull/177](https://togithub.com/pinojs/pino-http/pull/177) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://togithub.com/pinojs/pino-http/releases/tag/v6.1.0) [Compare Source](https://togithub.com/pinojs/pino-http/compare/v6.0.0...v6.1.0) #### What's Changed - Bump actions/checkout from 2.3.5 to 2.4.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/174](https://togithub.com/pinojs/pino-http/pull/174) - build(dependabot): ignore minor and patch github-actions updates by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino-http/pull/176](https://togithub.com/pinojs/pino-http/pull/176) - Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-http/pull/179](https://togithub.com/pinojs/pino-http/pull/179) - Pino 7 Type Definition by [@jarcodallo](https://togithub.com/jarcodallo) in [https://github.com/pinojs/pino-http/pull/178](https://togithub.com/pinojs/pino-http/pull/178) #### New Contributors - [@jarcodallo](https://togithub.com/jarcodallo) made their first contribution in [https://github.com/pinojs/pino-http/pull/178](https://togithub.com/pinojs/pino-http/pull/178) **Full Changelog**: https://github.com/pinojs/pino-http/compare/v6.0.0...v6.1.0Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.