pinojs/pino
### [`v8.8.0`](https://togithub.com/pinojs/pino/releases/tag/v8.8.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.7.0...v8.8.0)
#### What's Changed
- Update async logging caveats documentation by [@jonathansamines](https://togithub.com/jonathansamines) in [https://github.com/pinojs/pino/pull/1578](https://togithub.com/pinojs/pino/pull/1578)
- Update hapi-pino usage example by [@jonathansamines](https://togithub.com/jonathansamines) in [https://github.com/pinojs/pino/pull/1580](https://togithub.com/pinojs/pino/pull/1580)
- build(deps): bump pnpm/action-setup from 2.2.2 to 2.2.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1582](https://togithub.com/pinojs/pino/pull/1582)
- Use safe stringify for redaction by [@bbi22](https://togithub.com/bbi22) in [https://github.com/pinojs/pino/pull/1587](https://togithub.com/pinojs/pino/pull/1587)
- Fix updating errorKey with default error serializer ([#1593](https://togithub.com/pinojs/pino/issues/1593)) by [@zahar517](https://togithub.com/zahar517) in [https://github.com/pinojs/pino/pull/1604](https://togithub.com/pinojs/pino/pull/1604)
#### New Contributors
- [@jonathansamines](https://togithub.com/jonathansamines) made their first contribution in [https://github.com/pinojs/pino/pull/1578](https://togithub.com/pinojs/pino/pull/1578)
- [@bbi22](https://togithub.com/bbi22) made their first contribution in [https://github.com/pinojs/pino/pull/1587](https://togithub.com/pinojs/pino/pull/1587)
- [@zahar517](https://togithub.com/zahar517) made their first contribution in [https://github.com/pinojs/pino/pull/1604](https://togithub.com/pinojs/pino/pull/1604)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.7.0...v8.8.0
### [`v8.7.0`](https://togithub.com/pinojs/pino/releases/tag/v8.7.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.6.1...v8.7.0)
#### What's Changed
- Add DestinationStreamMetadata type to pino.d.ts by [@segevfiner](https://togithub.com/segevfiner) in [https://github.com/pinojs/pino/pull/1566](https://togithub.com/pinojs/pino/pull/1566)
- fix: remove pretty print in types, docs by [@susmithagudapati](https://togithub.com/susmithagudapati) in [https://github.com/pinojs/pino/pull/1569](https://togithub.com/pinojs/pino/pull/1569)
- Pass logger instance as an argument in `level-change` event by [@bienzaaron](https://togithub.com/bienzaaron) in [https://github.com/pinojs/pino/pull/1576](https://togithub.com/pinojs/pino/pull/1576)
#### New Contributors
- [@segevfiner](https://togithub.com/segevfiner) made their first contribution in [https://github.com/pinojs/pino/pull/1566](https://togithub.com/pinojs/pino/pull/1566)
- [@susmithagudapati](https://togithub.com/susmithagudapati) made their first contribution in [https://github.com/pinojs/pino/pull/1569](https://togithub.com/pinojs/pino/pull/1569)
- [@bienzaaron](https://togithub.com/bienzaaron) made their first contribution in [https://github.com/pinojs/pino/pull/1576](https://togithub.com/pinojs/pino/pull/1576)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.6.1...v8.7.0
### [`v8.6.1`](https://togithub.com/pinojs/pino/releases/tag/v8.6.1)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.6.0...v8.6.1)
#### What's Changed
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1563](https://togithub.com/pinojs/pino/pull/1563)
- fix(tools): log\[level] compatible with when first argument is undefined (fix [#1555](https://togithub.com/pinojs/pino/issues/1555)) by [@sun0day](https://togithub.com/sun0day) in [https://github.com/pinojs/pino/pull/1565](https://togithub.com/pinojs/pino/pull/1565)
#### New Contributors
- [@sun0day](https://togithub.com/sun0day) made their first contribution in [https://github.com/pinojs/pino/pull/1565](https://togithub.com/pinojs/pino/pull/1565)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.6.0...v8.6.1
### [`v8.6.0`](https://togithub.com/pinojs/pino/releases/tag/v8.6.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.5.0...v8.6.0)
#### What's Changed
- feat: bump typescript to 4.8.2 by [@anonrig](https://togithub.com/anonrig) in [https://github.com/pinojs/pino/pull/1550](https://togithub.com/pinojs/pino/pull/1550)
- Document how error is received from worker transport by [@TommyDew42](https://togithub.com/TommyDew42) in [https://github.com/pinojs/pino/pull/1548](https://togithub.com/pinojs/pino/pull/1548)
- build(deps-dev): bump jest from 28.1.3 to 29.0.3 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1553](https://togithub.com/pinojs/pino/pull/1553)
- fix: add `this` to `hooks.logMethod` by [@SimenB](https://togithub.com/SimenB) in [https://github.com/pinojs/pino/pull/1559](https://togithub.com/pinojs/pino/pull/1559)
- docs: grammar and spelling fixes by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1560](https://togithub.com/pinojs/pino/pull/1560)
- fix: type `formatters.log` with a Record type by [@SimenB](https://togithub.com/SimenB) in [https://github.com/pinojs/pino/pull/1561](https://togithub.com/pinojs/pino/pull/1561)
- fix: correct type of `args` passed to `hooks.logMethod` by [@SimenB](https://togithub.com/SimenB) in [https://github.com/pinojs/pino/pull/1558](https://togithub.com/pinojs/pino/pull/1558)
#### New Contributors
- [@anonrig](https://togithub.com/anonrig) made their first contribution in [https://github.com/pinojs/pino/pull/1550](https://togithub.com/pinojs/pino/pull/1550)
- [@TommyDew42](https://togithub.com/TommyDew42) made their first contribution in [https://github.com/pinojs/pino/pull/1548](https://togithub.com/pinojs/pino/pull/1548)
- [@SimenB](https://togithub.com/SimenB) made their first contribution in [https://github.com/pinojs/pino/pull/1559](https://togithub.com/pinojs/pino/pull/1559)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.5.0...v8.6.0
### [`v8.5.0`](https://togithub.com/pinojs/pino/releases/tag/v8.5.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.4.2...v8.5.0)
#### What's Changed
- docs(ecosystem): add cloud-pine to community list by [@metcoder95](https://togithub.com/metcoder95) in [https://github.com/pinojs/pino/pull/1527](https://togithub.com/pinojs/pino/pull/1527)
- Fix transports doc pipeline example by [@AceFire6](https://togithub.com/AceFire6) in [https://github.com/pinojs/pino/pull/1530](https://togithub.com/pinojs/pino/pull/1530)
- docs(help): use formatters since useLevelLabels is deprecated by [@arkerone](https://togithub.com/arkerone) in [https://github.com/pinojs/pino/pull/1533](https://togithub.com/pinojs/pino/pull/1533)
- build(deps-dev): add debug by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1537](https://togithub.com/pinojs/pino/pull/1537)
- Remove all mentions of final by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1544](https://togithub.com/pinojs/pino/pull/1544)
- build(deps): bump jsumners/lock-threads from [`b27edac`](https://togithub.com/pinojs/pino/commit/b27edac0ac998d42b2815e122b6c24b32b568321) to 3 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1545](https://togithub.com/pinojs/pino/pull/1545)
- GitHub Workflows security hardening by [@sashashura](https://togithub.com/sashashura) in [https://github.com/pinojs/pino/pull/1546](https://togithub.com/pinojs/pino/pull/1546)
- Revert "build(deps): bump jsumners/lock-threads from [`b27edac`](https://togithub.com/pinojs/pino/commit/b27edac0ac998d42b2815e122b6c24b32b568321) to 3" by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1547](https://togithub.com/pinojs/pino/pull/1547)
- Added `onChild` callback with tests and documentation by [@Diabl0269](https://togithub.com/Diabl0269) in [https://github.com/pinojs/pino/pull/1541](https://togithub.com/pinojs/pino/pull/1541)
#### New Contributors
- [@metcoder95](https://togithub.com/metcoder95) made their first contribution in [https://github.com/pinojs/pino/pull/1527](https://togithub.com/pinojs/pino/pull/1527)
- [@AceFire6](https://togithub.com/AceFire6) made their first contribution in [https://github.com/pinojs/pino/pull/1530](https://togithub.com/pinojs/pino/pull/1530)
- [@arkerone](https://togithub.com/arkerone) made their first contribution in [https://github.com/pinojs/pino/pull/1533](https://togithub.com/pinojs/pino/pull/1533)
- [@sashashura](https://togithub.com/sashashura) made their first contribution in [https://github.com/pinojs/pino/pull/1546](https://togithub.com/pinojs/pino/pull/1546)
- [@Diabl0269](https://togithub.com/Diabl0269) made their first contribution in [https://github.com/pinojs/pino/pull/1541](https://togithub.com/pinojs/pino/pull/1541)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.2...v8.5.0
### [`v8.4.2`](https://togithub.com/pinojs/pino/releases/tag/v8.4.2)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.4.1...v8.4.2)
#### What's Changed
- build(deps-dev): bump pino-pretty from 8.1.0 to 9.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1519](https://togithub.com/pinojs/pino/pull/1519)
- chore: update pino-pretty example image by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1522](https://togithub.com/pinojs/pino/pull/1522)
- fix loading .js with pkg by [@burgerni10](https://togithub.com/burgerni10) in [https://github.com/pinojs/pino/pull/1493](https://togithub.com/pinojs/pino/pull/1493)
#### New Contributors
- [@burgerni10](https://togithub.com/burgerni10) made their first contribution in [https://github.com/pinojs/pino/pull/1493](https://togithub.com/pinojs/pino/pull/1493)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.1...v8.4.2
### [`v8.4.1`](https://togithub.com/pinojs/pino/releases/tag/v8.4.1)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.4.0...v8.4.1)
#### What's Changed
- Add pino-transport-datadog to transports.md by [@theogravity](https://togithub.com/theogravity) in [https://github.com/pinojs/pino/pull/1512](https://togithub.com/pinojs/pino/pull/1512)
- Simplify Google logging-specific configuration example by [@andrew-demb](https://togithub.com/andrew-demb) in [https://github.com/pinojs/pino/pull/1516](https://togithub.com/pinojs/pino/pull/1516)
- Default fd=1 in pino.destination if stdout has no file descriptor by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1517](https://togithub.com/pinojs/pino/pull/1517)
#### New Contributors
- [@theogravity](https://togithub.com/theogravity) made their first contribution in [https://github.com/pinojs/pino/pull/1512](https://togithub.com/pinojs/pino/pull/1512)
- [@andrew-demb](https://togithub.com/andrew-demb) made their first contribution in [https://github.com/pinojs/pino/pull/1516](https://togithub.com/pinojs/pino/pull/1516)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.0...v8.4.1
### [`v8.4.0`](https://togithub.com/pinojs/pino/releases/tag/v8.4.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.3.1...v8.4.0)
#### What's Changed
- build(deps): bump real-require from 0.1.0 to 0.2.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1505](https://togithub.com/pinojs/pino/pull/1505)
- feat: add errorKey option by [@qwelias](https://togithub.com/qwelias) in [https://github.com/pinojs/pino/pull/1507](https://togithub.com/pinojs/pino/pull/1507)
- Fix: dedup works with multistream (refs: [#1506](https://togithub.com/pinojs/pino/issues/1506)) by [@bl00dhound](https://togithub.com/bl00dhound) in [https://github.com/pinojs/pino/pull/1508](https://togithub.com/pinojs/pino/pull/1508)
#### New Contributors
- [@qwelias](https://togithub.com/qwelias) made their first contribution in [https://github.com/pinojs/pino/pull/1507](https://togithub.com/pinojs/pino/pull/1507)
- [@bl00dhound](https://togithub.com/bl00dhound) made their first contribution in [https://github.com/pinojs/pino/pull/1508](https://togithub.com/pinojs/pino/pull/1508)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.3.1...v8.4.0
### [`v8.3.1`](https://togithub.com/pinojs/pino/releases/tag/v8.3.1)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.3.0...v8.3.1)
#### What's Changed
- Do not assume process.stdout has a file descriptor by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1503](https://togithub.com/pinojs/pino/pull/1503)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.3.0...v8.3.1
### [`v8.3.0`](https://togithub.com/pinojs/pino/releases/tag/v8.3.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.2.0...v8.3.0)
#### What's Changed
- Use https url in package.json homepage field by [@glensc](https://togithub.com/glensc) in [https://github.com/pinojs/pino/pull/1498](https://togithub.com/pinojs/pino/pull/1498)
- Use process.stdout if specified by the developer by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1499](https://togithub.com/pinojs/pino/pull/1499)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.2.0...v8.3.0
### [`v8.2.0`](https://togithub.com/pinojs/pino/releases/tag/v8.2.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.1.0...v8.2.0)
#### What's Changed
- fix([#1347](https://togithub.com/pinojs/pino/issues/1347)): added disabled to browser opts for logs by [@dancastillo](https://togithub.com/dancastillo) in [https://github.com/pinojs/pino/pull/1480](https://togithub.com/pinojs/pino/pull/1480)
- Introducing Aibrake transport by [@enricodeleo](https://togithub.com/enricodeleo) in [https://github.com/pinojs/pino/pull/1481](https://togithub.com/pinojs/pino/pull/1481)
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1483](https://togithub.com/pinojs/pino/pull/1483)
- fix: updated lts docs by [@dancastillo](https://togithub.com/dancastillo) in [https://github.com/pinojs/pino/pull/1486](https://togithub.com/pinojs/pino/pull/1486)
- docs(API): add description to `level` constructor option by [@KoltesDigital](https://togithub.com/KoltesDigital) in [https://github.com/pinojs/pino/pull/1488](https://togithub.com/pinojs/pino/pull/1488)
- build(deps): bump actions/dependency-review-action from 1 to 2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1482](https://togithub.com/pinojs/pino/pull/1482)
- Update thread-stream@2.0.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1494](https://togithub.com/pinojs/pino/pull/1494)
- build(deps): bump pino-std-serializers from 5.6.0 to 6.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1478](https://togithub.com/pinojs/pino/pull/1478)
- resolves [#1489](https://togithub.com/pinojs/pino/issues/1489) add test by [@Mogztter](https://togithub.com/Mogztter) in [https://github.com/pinojs/pino/pull/1496](https://togithub.com/pinojs/pino/pull/1496)
#### New Contributors
- [@dancastillo](https://togithub.com/dancastillo) made their first contribution in [https://github.com/pinojs/pino/pull/1480](https://togithub.com/pinojs/pino/pull/1480)
- [@enricodeleo](https://togithub.com/enricodeleo) made their first contribution in [https://github.com/pinojs/pino/pull/1481](https://togithub.com/pinojs/pino/pull/1481)
- [@KoltesDigital](https://togithub.com/KoltesDigital) made their first contribution in [https://github.com/pinojs/pino/pull/1488](https://togithub.com/pinojs/pino/pull/1488)
- [@Mogztter](https://togithub.com/Mogztter) made their first contribution in [https://github.com/pinojs/pino/pull/1496](https://togithub.com/pinojs/pino/pull/1496)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.1.0...v8.2.0
### [`v8.1.0`](https://togithub.com/pinojs/pino/releases/tag/v8.1.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v8.0.0...v8.1.0)
#### What's Changed
- build(deps): bump pnpm/action-setup from 2.2.1 to 2.2.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1450](https://togithub.com/pinojs/pino/pull/1450)
- fix(publishing): add preval pino version by [@budarin](https://togithub.com/budarin) in [https://github.com/pinojs/pino/pull/1453](https://togithub.com/pinojs/pino/pull/1453)
- Update dependencies by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1458](https://togithub.com/pinojs/pino/pull/1458)
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1460](https://togithub.com/pinojs/pino/pull/1460)
- docs: Fixed options for loki transport example by [@mrbrianevans](https://togithub.com/mrbrianevans) in [https://github.com/pinojs/pino/pull/1459](https://togithub.com/pinojs/pino/pull/1459)
- test: Remove npx from transpile. by [@ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/pinojs/pino/pull/1467](https://togithub.com/pinojs/pino/pull/1467)
- Add documentation regard pino-sentry-transport by [@tomer-yechiel](https://togithub.com/tomer-yechiel) in [https://github.com/pinojs/pino/pull/1464](https://togithub.com/pinojs/pino/pull/1464)
- docs: Fix typo by [@krmroland](https://togithub.com/krmroland) in [https://github.com/pinojs/pino/pull/1470](https://togithub.com/pinojs/pino/pull/1470)
- ci: update workflows by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1471](https://togithub.com/pinojs/pino/pull/1471)
- docs: add esbuild-plugin-pino to bundling.md by [@davipon](https://togithub.com/davipon) in [https://github.com/pinojs/pino/pull/1469](https://togithub.com/pinojs/pino/pull/1469)
- build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 17.0.45 to 18.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1473](https://togithub.com/pinojs/pino/pull/1473)
- Update to on-exit-leak-free v2 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1474](https://togithub.com/pinojs/pino/pull/1474)
- update abstract-transport to v1.0.0 and drop hack by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1475](https://togithub.com/pinojs/pino/pull/1475)
- build(deps): bump pino-abstract-transport from 0.5.0 to 1.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1472](https://togithub.com/pinojs/pino/pull/1472)
#### New Contributors
- [@budarin](https://togithub.com/budarin) made their first contribution in [https://github.com/pinojs/pino/pull/1453](https://togithub.com/pinojs/pino/pull/1453)
- [@mrbrianevans](https://togithub.com/mrbrianevans) made their first contribution in [https://github.com/pinojs/pino/pull/1459](https://togithub.com/pinojs/pino/pull/1459)
- [@tomer-yechiel](https://togithub.com/tomer-yechiel) made their first contribution in [https://github.com/pinojs/pino/pull/1464](https://togithub.com/pinojs/pino/pull/1464)
- [@krmroland](https://togithub.com/krmroland) made their first contribution in [https://github.com/pinojs/pino/pull/1470](https://togithub.com/pinojs/pino/pull/1470)
- [@davipon](https://togithub.com/davipon) made their first contribution in [https://github.com/pinojs/pino/pull/1469](https://togithub.com/pinojs/pino/pull/1469)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.0.0...v8.1.0
### [`v8.0.0`](https://togithub.com/pinojs/pino/releases/tag/v8.0.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.11.0...v8.0.0)
#### What's Changed
- chore: add pino lambda to ecosystem doc by [@carbonrobot](https://togithub.com/carbonrobot) in [https://github.com/pinojs/pino/pull/1417](https://togithub.com/pinojs/pino/pull/1417)
- docs: clarify setBindings() comment by [@deanhaleem](https://togithub.com/deanhaleem) in [https://github.com/pinojs/pino/pull/1419](https://togithub.com/pinojs/pino/pull/1419)
- ci: bump github actions by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1421](https://togithub.com/pinojs/pino/pull/1421)
- doc: fix typo in clone(level) by [@tniessen](https://togithub.com/tniessen) in [https://github.com/pinojs/pino/pull/1423](https://togithub.com/pinojs/pino/pull/1423)
- chore: Dependency review action by [@naveensrinivasan](https://togithub.com/naveensrinivasan) in [https://github.com/pinojs/pino/pull/1425](https://togithub.com/pinojs/pino/pull/1425)
- build(deps): bump actions/upload-artifact from 2 to 3 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1426](https://togithub.com/pinojs/pino/pull/1426)
- Spelling by [@jsoref](https://togithub.com/jsoref) in [https://github.com/pinojs/pino/pull/1427](https://togithub.com/pinojs/pino/pull/1427)
- docs: add pino-seq-transport to list of v7+ compatible transports by [@eadmundo](https://togithub.com/eadmundo) in [https://github.com/pinojs/pino/pull/1432](https://togithub.com/pinojs/pino/pull/1432)
- Remove deprecated API and options in v7 option. by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1249](https://togithub.com/pinojs/pino/pull/1249)
- build(deps-dev): update pino-pretty requirement from ^v7.6.0 to ^v7.6.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1403](https://togithub.com/pinojs/pino/pull/1403)
- build(deps-dev): bump jest from 27.5.1 to 28.1.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1433](https://togithub.com/pinojs/pino/pull/1433)
- Async by default by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1448](https://togithub.com/pinojs/pino/pull/1448)
- build(deps): bump process-warning from 1.0.0 to 2.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1439](https://togithub.com/pinojs/pino/pull/1439)
- docs: add note about nestedKey to mixin section by [@mothershipper](https://togithub.com/mothershipper) in [https://github.com/pinojs/pino/pull/1444](https://togithub.com/pinojs/pino/pull/1444)
- Updated dependencies by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1449](https://togithub.com/pinojs/pino/pull/1449)
#### New Contributors
- [@carbonrobot](https://togithub.com/carbonrobot) made their first contribution in [https://github.com/pinojs/pino/pull/1417](https://togithub.com/pinojs/pino/pull/1417)
- [@deanhaleem](https://togithub.com/deanhaleem) made their first contribution in [https://github.com/pinojs/pino/pull/1419](https://togithub.com/pinojs/pino/pull/1419)
- [@jsoref](https://togithub.com/jsoref) made their first contribution in [https://github.com/pinojs/pino/pull/1427](https://togithub.com/pinojs/pino/pull/1427)
- [@eadmundo](https://togithub.com/eadmundo) made their first contribution in [https://github.com/pinojs/pino/pull/1432](https://togithub.com/pinojs/pino/pull/1432)
- [@mothershipper](https://togithub.com/mothershipper) made their first contribution in [https://github.com/pinojs/pino/pull/1444](https://togithub.com/pinojs/pino/pull/1444)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.11.0...v8.0.0
### [`v7.11.0`](https://togithub.com/pinojs/pino/releases/tag/v7.11.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.10.0...v7.11.0)
#### What's Changed
- replace extreme destination with async destination by [@mksmtn](https://togithub.com/mksmtn) in [https://github.com/pinojs/pino/pull/1402](https://togithub.com/pinojs/pino/pull/1402)
- api.md: fix typo by [@jordigh](https://togithub.com/jordigh) in [https://github.com/pinojs/pino/pull/1406](https://togithub.com/pinojs/pino/pull/1406)
- Missing bracket by [@mauricius](https://togithub.com/mauricius) in [https://github.com/pinojs/pino/pull/1407](https://togithub.com/pinojs/pino/pull/1407)
- Ensure first-class support for transpiled & ts code in transports by [@castarco](https://togithub.com/castarco) in [https://github.com/pinojs/pino/pull/1381](https://togithub.com/pinojs/pino/pull/1381)
- chore: Set permissions for GitHub actions by [@naveensrinivasan](https://togithub.com/naveensrinivasan) in [https://github.com/pinojs/pino/pull/1409](https://togithub.com/pinojs/pino/pull/1409)
- docs: add `pino-loki` transport by [@Julien-R44](https://togithub.com/Julien-R44) in [https://github.com/pinojs/pino/pull/1414](https://togithub.com/pinojs/pino/pull/1414)
#### New Contributors
- [@jordigh](https://togithub.com/jordigh) made their first contribution in [https://github.com/pinojs/pino/pull/1406](https://togithub.com/pinojs/pino/pull/1406)
- [@mauricius](https://togithub.com/mauricius) made their first contribution in [https://github.com/pinojs/pino/pull/1407](https://togithub.com/pinojs/pino/pull/1407)
- [@castarco](https://togithub.com/castarco) made their first contribution in [https://github.com/pinojs/pino/pull/1381](https://togithub.com/pinojs/pino/pull/1381)
- [@naveensrinivasan](https://togithub.com/naveensrinivasan) made their first contribution in [https://github.com/pinojs/pino/pull/1409](https://togithub.com/pinojs/pino/pull/1409)
- [@Julien-R44](https://togithub.com/Julien-R44) made their first contribution in [https://github.com/pinojs/pino/pull/1414](https://togithub.com/pinojs/pino/pull/1414)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.10.0...v7.11.0
### [`v7.10.0`](https://togithub.com/pinojs/pino/releases/tag/v7.10.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.9.2...v7.10.0)
#### What's Changed
- Fix hasOwnProperty usage by [@joshkel](https://togithub.com/joshkel) in [https://github.com/pinojs/pino/pull/1359](https://togithub.com/pinojs/pino/pull/1359)
- Update tap config by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1384](https://togithub.com/pinojs/pino/pull/1384)
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1391](https://togithub.com/pinojs/pino/pull/1391)
- Do not leak files when running tests by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1395](https://togithub.com/pinojs/pino/pull/1395)
- Add missing require statement by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1397](https://togithub.com/pinojs/pino/pull/1397)
- Add LoggerExtras.setBindings to pino.d.ts by [@trevorr](https://togithub.com/trevorr) in [https://github.com/pinojs/pino/pull/1394](https://togithub.com/pinojs/pino/pull/1394)
- Add synchronous sleep in case of synchronous exit by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1401](https://togithub.com/pinojs/pino/pull/1401)
- Add LevelWithSilent as an exported type by [@deongroenewald](https://togithub.com/deongroenewald) in [https://github.com/pinojs/pino/pull/1399](https://togithub.com/pinojs/pino/pull/1399)
- Add option to pass custom levels down to `multistream()` from transport by [@savardc](https://togithub.com/savardc) in [https://github.com/pinojs/pino/pull/1398](https://togithub.com/pinojs/pino/pull/1398)
- docs: add h3 example by [@wobsoriano](https://togithub.com/wobsoriano) in [https://github.com/pinojs/pino/pull/1385](https://togithub.com/pinojs/pino/pull/1385)
- Bumped thread-stream version by [@ramonmulia](https://togithub.com/ramonmulia) in [https://github.com/pinojs/pino/pull/1382](https://togithub.com/pinojs/pino/pull/1382)
- build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1390](https://togithub.com/pinojs/pino/pull/1390)
- build(deps-dev): update pino-pretty requirement from ^v7.5.4 to ^v7.6.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1387](https://togithub.com/pinojs/pino/pull/1387)
- fix incorrect type definition of censor function by [@mksmtn](https://togithub.com/mksmtn) in [https://github.com/pinojs/pino/pull/1389](https://togithub.com/pinojs/pino/pull/1389)
#### New Contributors
- [@joshkel](https://togithub.com/joshkel) made their first contribution in [https://github.com/pinojs/pino/pull/1359](https://togithub.com/pinojs/pino/pull/1359)
- [@trevorr](https://togithub.com/trevorr) made their first contribution in [https://github.com/pinojs/pino/pull/1394](https://togithub.com/pinojs/pino/pull/1394)
- [@deongroenewald](https://togithub.com/deongroenewald) made their first contribution in [https://github.com/pinojs/pino/pull/1399](https://togithub.com/pinojs/pino/pull/1399)
- [@savardc](https://togithub.com/savardc) made their first contribution in [https://github.com/pinojs/pino/pull/1398](https://togithub.com/pinojs/pino/pull/1398)
- [@wobsoriano](https://togithub.com/wobsoriano) made their first contribution in [https://github.com/pinojs/pino/pull/1385](https://togithub.com/pinojs/pino/pull/1385)
- [@ramonmulia](https://togithub.com/ramonmulia) made their first contribution in [https://github.com/pinojs/pino/pull/1382](https://togithub.com/pinojs/pino/pull/1382)
- [@mksmtn](https://togithub.com/mksmtn) made their first contribution in [https://github.com/pinojs/pino/pull/1389](https://togithub.com/pinojs/pino/pull/1389)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.9.2...v7.10.0
### [`v7.9.2`](https://togithub.com/pinojs/pino/releases/tag/v7.9.2)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.9.1...v7.9.2)
#### What's Changed
- Bumped thread-stream to v0.14.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1377](https://togithub.com/pinojs/pino/pull/1377)
- build(deps-dev): update pino-pretty requirement from ^v7.5.3 to ^v7.5.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1374](https://togithub.com/pinojs/pino/pull/1374)
- Revert "fix: Run parent bindings formatter when creating child logger ([#1367](https://togithub.com/pinojs/pino/issues/1367))" by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1380](https://togithub.com/pinojs/pino/pull/1380)
- Bumped thread-stream to v0.15.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1379](https://togithub.com/pinojs/pino/pull/1379)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.9.1...v7.9.2
### [`v7.9.1`](https://togithub.com/pinojs/pino/releases/tag/v7.9.1)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.9.0...v7.9.1)
#### What's Changed
- Fix pino.multristream test failure. by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1373](https://togithub.com/pinojs/pino/pull/1373)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.9.0...v7.9.1
### [`v7.9.0`](https://togithub.com/pinojs/pino/releases/tag/v7.9.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.8.1...v7.9.0)
#### What's Changed
- feat: add level number to mixin callback by [@techmunk](https://togithub.com/techmunk) in [https://github.com/pinojs/pino/pull/1364](https://togithub.com/pinojs/pino/pull/1364)
- fix: Run parent bindings formatter when creating child logger by [@guilhermelimak](https://togithub.com/guilhermelimak) in [https://github.com/pinojs/pino/pull/1367](https://togithub.com/pinojs/pino/pull/1367)
- use pino/file instead of pino-pretty for caller transport tests by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1370](https://togithub.com/pinojs/pino/pull/1370)
- Fixed big flaky test by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1371](https://togithub.com/pinojs/pino/pull/1371)
#### New Contributors
- [@techmunk](https://togithub.com/techmunk) made their first contribution in [https://github.com/pinojs/pino/pull/1364](https://togithub.com/pinojs/pino/pull/1364)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.8.1...v7.9.0
### [`v7.8.1`](https://togithub.com/pinojs/pino/releases/tag/v7.8.1)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.8.0...v7.8.1)
#### What's Changed
- Added documentation for MultiStreamRes, StreamEntry, DestinationStream and Level by [@dbacarel](https://togithub.com/dbacarel) in [https://github.com/pinojs/pino/pull/1342](https://togithub.com/pinojs/pino/pull/1342)
- Fix workflow target main branch workflow by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1346](https://togithub.com/pinojs/pino/pull/1346)
- docs: add syntax highlighting for typescript by [@micalevisk](https://togithub.com/micalevisk) in [https://github.com/pinojs/pino/pull/1345](https://togithub.com/pinojs/pino/pull/1345)
- build(deps): bump actions/setup-node from 2 to 3.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1349](https://togithub.com/pinojs/pino/pull/1349)
- build(deps): bump pnpm/action-setup from 2.0.1 to 2.2.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1351](https://togithub.com/pinojs/pino/pull/1351)
- added newrelic pino extension to docs by [@bizob2828](https://togithub.com/bizob2828) in [https://github.com/pinojs/pino/pull/1350](https://togithub.com/pinojs/pino/pull/1350)
- build: reduce dependabot update frequency by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1356](https://togithub.com/pinojs/pino/pull/1356)
- fix: Throw when using custom level formatters with multiple transports ([#1353](https://togithub.com/pinojs/pino/issues/1353)) by [@guilhermelimak](https://togithub.com/guilhermelimak) in [https://github.com/pinojs/pino/pull/1362](https://togithub.com/pinojs/pino/pull/1362)
- build(deps-dev): bump tap from 15.2.3 to 16.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1360](https://togithub.com/pinojs/pino/pull/1360)
#### New Contributors
- [@dbacarel](https://togithub.com/dbacarel) made their first contribution in [https://github.com/pinojs/pino/pull/1342](https://togithub.com/pinojs/pino/pull/1342)
- [@micalevisk](https://togithub.com/micalevisk) made their first contribution in [https://github.com/pinojs/pino/pull/1345](https://togithub.com/pinojs/pino/pull/1345)
- [@bizob2828](https://togithub.com/bizob2828) made their first contribution in [https://github.com/pinojs/pino/pull/1350](https://togithub.com/pinojs/pino/pull/1350)
- [@guilhermelimak](https://togithub.com/guilhermelimak) made their first contribution in [https://github.com/pinojs/pino/pull/1362](https://togithub.com/pinojs/pino/pull/1362)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.8.0...v7.8.1
### [`v7.8.0`](https://togithub.com/pinojs/pino/releases/tag/v7.8.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.7.0...v7.8.0)
#### What's Changed
- Add `flush` function to types by [@kblcuk](https://togithub.com/kblcuk) in [https://github.com/pinojs/pino/pull/1329](https://togithub.com/pinojs/pino/pull/1329)
- New features must always target the master branch by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1334](https://togithub.com/pinojs/pino/pull/1334)
- Refactor the mixing logic by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1335](https://togithub.com/pinojs/pino/pull/1335)
- Add action to check PR target by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1337](https://togithub.com/pinojs/pino/pull/1337)
- add option `mixinMergeStrategy` (to v7) by [@alexpts](https://togithub.com/alexpts) in [https://github.com/pinojs/pino/pull/1336](https://togithub.com/pinojs/pino/pull/1336)
#### New Contributors
- [@kblcuk](https://togithub.com/kblcuk) made their first contribution in [https://github.com/pinojs/pino/pull/1329](https://togithub.com/pinojs/pino/pull/1329)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.7.0...v7.8.0
### [`v7.7.0`](https://togithub.com/pinojs/pino/releases/tag/v7.7.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.5...v7.7.0)
#### What's Changed
- Add thread locking action by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1316](https://togithub.com/pinojs/pino/pull/1316)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.5...v7.7.0
### [`v7.6.5`](https://togithub.com/pinojs/pino/releases/tag/v7.6.5)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.4...v7.6.5)
#### What's Changed
- build(deps-dev): update pino-pretty requirement from ^v7.4.0 to ^v7.5.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1307](https://togithub.com/pinojs/pino/pull/1307)
- fix(types): child is not respect customLevels by [@climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1306](https://togithub.com/pinojs/pino/pull/1306)
- fix error in example by [@danjenkins](https://togithub.com/danjenkins) in [https://github.com/pinojs/pino/pull/1310](https://togithub.com/pinojs/pino/pull/1310)
- build(deps-dev): update pino-pretty requirement from ^v7.5.0 to ^v7.5.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1311](https://togithub.com/pinojs/pino/pull/1311)
#### New Contributors
- [@danjenkins](https://togithub.com/danjenkins) made their first contribution in [https://github.com/pinojs/pino/pull/1310](https://togithub.com/pinojs/pino/pull/1310)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.4...v7.6.5
### [`v7.6.4`](https://togithub.com/pinojs/pino/releases/tag/v7.6.4)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.3...v7.6.4)
#### What's Changed
- Added SECURITY.md by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1299](https://togithub.com/pinojs/pino/pull/1299)
- fix: stricter type by [@climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1297](https://togithub.com/pinojs/pino/pull/1297)
- build(deps-dev): update pino-pretty requirement from ^v7.3.0 to ^v7.4.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1305](https://togithub.com/pinojs/pino/pull/1305)
- fix: test for multiple caller entries by [@moshie](https://togithub.com/moshie) in [https://github.com/pinojs/pino/pull/1304](https://togithub.com/pinojs/pino/pull/1304)
#### New Contributors
- [@moshie](https://togithub.com/moshie) made their first contribution in [https://github.com/pinojs/pino/pull/1304](https://togithub.com/pinojs/pino/pull/1304)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.3...v7.6.4
### [`v7.6.3`](https://togithub.com/pinojs/pino/releases/tag/v7.6.3)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.2...v7.6.3)
#### What's Changed
- fix: passing stream to transport by [@climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1286](https://togithub.com/pinojs/pino/pull/1286)
- fix: missing types by [@ZiiMakc](https://togithub.com/ZiiMakc) in [https://github.com/pinojs/pino/pull/1288](https://togithub.com/pinojs/pino/pull/1288)
- type: add pipeline to pino.transport options by [@Lleios](https://togithub.com/Lleios) in [https://github.com/pinojs/pino/pull/1287](https://togithub.com/pinojs/pino/pull/1287)
- docs: fix broken link by [@yubinTW](https://togithub.com/yubinTW) in [https://github.com/pinojs/pino/pull/1291](https://togithub.com/pinojs/pino/pull/1291)
- chore: simplify formatters normalize by [@ZYSzys](https://togithub.com/ZYSzys) in [https://github.com/pinojs/pino/pull/1294](https://togithub.com/pinojs/pino/pull/1294)
- Call .end() on thread-stream before exiting the process. by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1296](https://togithub.com/pinojs/pino/pull/1296)
#### New Contributors
- [@ZiiMakc](https://togithub.com/ZiiMakc) made their first contribution in [https://github.com/pinojs/pino/pull/1288](https://togithub.com/pinojs/pino/pull/1288)
- [@Lleios](https://togithub.com/Lleios) made their first contribution in [https://github.com/pinojs/pino/pull/1287](https://togithub.com/pinojs/pino/pull/1287)
- [@yubinTW](https://togithub.com/yubinTW) made their first contribution in [https://github.com/pinojs/pino/pull/1291](https://togithub.com/pinojs/pino/pull/1291)
- [@ZYSzys](https://togithub.com/ZYSzys) made their first contribution in [https://github.com/pinojs/pino/pull/1294](https://togithub.com/pinojs/pino/pull/1294)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.2...v7.6.3
### [`v7.6.2`](https://togithub.com/pinojs/pino/releases/tag/v7.6.2)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.1...v7.6.2)
#### What's Changed
- Move from fastify-warning to process-warning by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1282](https://togithub.com/pinojs/pino/pull/1282)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.1...v7.6.2
### [`v7.6.1`](https://togithub.com/pinojs/pino/releases/tag/v7.6.1)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.0...v7.6.1)
#### What's Changed
- fix(caller): use calling file name for libraries calling Pino by [@FredericEspiau](https://togithub.com/FredericEspiau) in [https://github.com/pinojs/pino/pull/1276](https://togithub.com/pinojs/pino/pull/1276)
#### New Contributors
- [@FredericEspiau](https://togithub.com/FredericEspiau) made their first contribution in [https://github.com/pinojs/pino/pull/1276](https://togithub.com/pinojs/pino/pull/1276)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.0...v7.6.1
### [`v7.6.0`](https://togithub.com/pinojs/pino/releases/tag/v7.6.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.5.1...v7.6.0)
#### What's Changed
- fix: type regression on fastify by [@climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1246](https://togithub.com/pinojs/pino/pull/1246)
- Improve transport/syncfalse test by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1253](https://togithub.com/pinojs/pino/pull/1253)
- build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.7.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1259](https://togithub.com/pinojs/pino/pull/1259)
- build(deps-dev): update pino-pretty requirement from ^v7.1.0 to ^v7.3.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1265](https://togithub.com/pinojs/pino/pull/1265)
- fix: improved caller detection by [@Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino/pull/1267](https://togithub.com/pinojs/pino/pull/1267)
- build(deps-dev): 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/pull/1270](https://togithub.com/pinojs/pino/pull/1270)
- build(deps-dev): bump airtap from 4.0.3 to 4.0.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1244](https://togithub.com/pinojs/pino/pull/1244)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.5.1...v7.6.0
### [`v7.5.1`](https://togithub.com/pinojs/pino/releases/tag/v7.5.1)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.5.0...v7.5.1)
#### What's Changed
- Fix JSDOM TS issue. by [@kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1251](https://togithub.com/pinojs/pino/pull/1251)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.5.0...v7.5.1
### [`v7.5.0`](https://togithub.com/pinojs/pino/releases/tag/v7.5.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.4.1...v7.5.0)
#### What's Changed
- Clarify that the "Exit logger" does not apply on Node v14+ by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1240](https://togithub.com/pinojs/pino/pull/1240)
- Issue [#1193](https://togithub.com/pinojs/pino/issues/1193) - Typescript typings top level exports by [@thw0rted](https://togithub.com/thw0rted) in [https://github.com/pinojs/pino/pull/1195](https://togithub.com/pinojs/pino/pull/1195)
#### New Contributors
- [@thw0rted](https://togithub.com/thw0rted) made their first contribution in [https://github.com/pinojs/pino/pull/1195](https://togithub.com/pinojs/pino/pull/1195)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.4.1...v7.5.0
### [`v7.4.1`](https://togithub.com/pinojs/pino/releases/tag/v7.4.1)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.4.0...v7.4.1)
#### What's Changed
- test: make test timeouts configurable by [@mhdawson](https://togithub.com/mhdawson) in [https://github.com/pinojs/pino/pull/1238](https://togithub.com/pinojs/pino/pull/1238)
#### New Contributors
- [@mhdawson](https://togithub.com/mhdawson) made their first contribution in [https://github.com/pinojs/pino/pull/1238](https://togithub.com/pinojs/pino/pull/1238)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.4.0...v7.4.1
### [`v7.4.0`](https://togithub.com/pinojs/pino/releases/tag/v7.4.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.3.0...v7.4.0)
#### What's Changed
- build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1231](https://togithub.com/pinojs/pino/pull/1231)
- Update LTS document by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1233](https://togithub.com/pinojs/pino/pull/1233)
- forward all unknown options passed to pino/file transport to destination by [@mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1234](https://togithub.com/pinojs/pino/pull/1234)
- consistently use the term mergingObject in the docs by [@mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1235](https://togithub.com/pinojs/pino/pull/1235)
- docs: add the bundling instruction for Webpack by [@pan93412](https://togithub.com/pan93412) in [https://github.com/pinojs/pino/pull/1236](https://togithub.com/pinojs/pino/pull/1236)
- Coerce string integer destinations to file descriptors by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1180](https://togithub.com/pinojs/pino/pull/1180)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.3.0...v7.4.0
### [`v7.3.0`](https://togithub.com/pinojs/pino/releases/tag/v7.3.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.2.0...v7.3.0)
#### What's Changed
- Clarify that `watchFileCreated` fails are timeouts by [@voxpelli](https://togithub.com/voxpelli) in [https://github.com/pinojs/pino/pull/1219](https://togithub.com/pinojs/pino/pull/1219)
- Avoid duplicate action runs for eg. Dependabot by [@voxpelli](https://togithub.com/voxpelli) in [https://github.com/pinojs/pino/pull/1220](https://togithub.com/pinojs/pino/pull/1220)
- build(dependabot): ignore minor and patch github-actions updates by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1224](https://togithub.com/pinojs/pino/pull/1224)
- pass mkdir option on pino/file transport to destination by [@mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1223](https://togithub.com/pinojs/pino/pull/1223)
- Add node v17 to CI by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1228](https://togithub.com/pinojs/pino/pull/1228)
- pass append option on pino/file transport to pino.destination function by [@mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1229](https://togithub.com/pinojs/pino/pull/1229)
#### New Contributors
- [@voxpelli](https://togithub.com/voxpelli) made their first contribution in [https://github.com/pinojs/pino/pull/1219](https://togithub.com/pinojs/pino/pull/1219)
- [@mojavelinux](https://togithub.com/mojavelinux) made their first contribution in [https://github.com/pinojs/pino/pull/1223](https://togithub.com/pinojs/pino/pull/1223)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.2.0...v7.3.0
### [`v7.2.0`](https://togithub.com/pinojs/pino/releases/tag/v7.2.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.1.0...v7.2.0)
#### What's Changed
- feat: Support bundlers. by [@ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/pinojs/pino/pull/1209](https://togithub.com/pinojs/pino/pull/1209)
- Updated thread-stream to v0.13.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1216](https://togithub.com/pinojs/pino/pull/1216)
#### New Contributors
- [@ShogunPanda](https://togithub.com/ShogunPanda) made their first contribution in [https://github.com/pinojs/pino/pull/1209](https://togithub.com/pinojs/pino/pull/1209)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.1.0...v7.2.0
### [`v7.1.0`](https://togithub.com/pinojs/pino/releases/tag/v7.1.0)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.5...v7.1.0)
#### What's Changed
- Fix max-depth using safe-stable-stringify by [@sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1169](https://togithub.com/pinojs/pino/pull/1169)
- Update help.md (resolves [#1188](https://togithub.com/pinojs/pino/issues/1188)) by [@jitterjuice1](https://togithub.com/jitterjuice1) in [https://github.com/pinojs/pino/pull/1190](https://togithub.com/pinojs/pino/pull/1190)
- Update api.md (resolves [#1187](https://togithub.com/pinojs/pino/issues/1187)) by [@choinker](https://togithub.com/choinker) in [https://github.com/pinojs/pino/pull/1192](https://togithub.com/pinojs/pino/pull/1192)
- Fixes issue with nested keys by [@sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1198](https://togithub.com/pinojs/pino/pull/1198)
- Improve docs and deprecation about prettyPrint by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1203](https://togithub.com/pinojs/pino/pull/1203)
- Removed console.log() from transport doc by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1204](https://togithub.com/pinojs/pino/pull/1204)
- bumped thread-stream to v0.12.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1205](https://togithub.com/pinojs/pino/pull/1205)
- Deprecation warning for pino.final() in Node v14+ by [@sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1199](https://togithub.com/pinojs/pino/pull/1199)
- build(deps): bump pino-abstract-transport from 0.4.0 to 0.5.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1207](https://togithub.com/pinojs/pino/pull/1207)
#### New Contributors
- [@sameer-coder](https://togithub.com/sameer-coder) made their first contribution in [https://github.com/pinojs/pino/pull/1169](https://togithub.com/pinojs/pino/pull/1169)
- [@jitterjuice1](https://togithub.com/jitterjuice1) made their first contribution in [https://github.com/pinojs/pino/pull/1190](https://togithub.com/pinojs/pino/pull/1190)
- [@choinker](https://togithub.com/choinker) made their first contribution in [https://github.com/pinojs/pino/pull/1192](https://togithub.com/pinojs/pino/pull/1192)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.5...v7.1.0
### [`v7.0.5`](https://togithub.com/pinojs/pino/releases/tag/v7.0.5)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.4...v7.0.5)
#### What's Changed
- Flush on exit by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1185](https://togithub.com/pinojs/pino/pull/1185)
- fixed flaky test in transport by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1186](https://togithub.com/pinojs/pino/pull/1186)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.4...v7.0.5
### [`v7.0.4`](https://togithub.com/pinojs/pino/releases/tag/v7.0.4)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.3...v7.0.4)
#### What's Changed
- docs: fix pino-abstract-transport and mention hwp by [@simoneb](https://togithub.com/simoneb) in [https://github.com/pinojs/pino/pull/1174](https://togithub.com/pinojs/pino/pull/1174)
- Make transport Jest-aware by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1181](https://togithub.com/pinojs/pino/pull/1181)
#### New Contributors
- [@simoneb](https://togithub.com/simoneb) made their first contribution in [https://github.com/pinojs/pino/pull/1174](https://togithub.com/pinojs/pino/pull/1174)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.3...v7.0.4
### [`v7.0.3`](https://togithub.com/pinojs/pino/releases/tag/v7.0.3)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.2...v7.0.3)
#### What's Changed
- build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1170](https://togithub.com/pinojs/pino/pull/1170)
- doc/transport: fix export typo by [@glensc](https://togithub.com/glensc) in [https://github.com/pinojs/pino/pull/1173](https://togithub.com/pinojs/pino/pull/1173)
- Fixes [#1167](https://togithub.com/pinojs/pino/issues/1167) (dedupe should write to all streams matching the target level) by [@frzsombor](https://togithub.com/frzsombor) in [https://github.com/pinojs/pino/pull/1172](https://togithub.com/pinojs/pino/pull/1172)
- Bring the asynchronous logging doc up to v7 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1171](https://togithub.com/pinojs/pino/pull/1171)
#### New Contributors
- [@frzsombor](https://togithub.com/frzsombor) made their first contribution in [https://github.com/pinojs/pino/pull/1172](https://togithub.com/pinojs/pino/pull/1172)
**Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.2...v7.0.3
### [`v7.0.2`](https://togithub.com/pinojs/pino/releases/tag/v7.0.2)
[Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.1...v7.0.2)
#### What's Changed
- build(deps-dev): update pino-pretty requirement from ^v7.0.1 to ^v7.1.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1155](https://togithub.com/pinojs/pino/pull/1155)
- Fix types for `pino.multistream` by [@clemyan](https://togithub.com/clemyan) in [https://github.com/pinojs/pino/pull/1152](https://togithub.com/pinojs/pino/pull/1152)
- fix(docs/transports): #pino/file has been renamed to pino/file by [@pan93412](https://togithub.com/pan93412) in [https://github.com/pinojs/pino/pull/1159](https://togithub.com/pinojs/pino/pull/1159)
- build(deps-dev): bump split2 from 3.2.2 to 4.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1163](https://togithub.com/pinojs/pino/pull/1163)
- fix formatters when used along transport by [@TinOo512](https://togithub.com/TinOo512) in [https://github.com/pinojs/pino/pull/1162](https://togithub.com/pinojs/pino/pull/1162)
- Add transport option param to types by [@kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1156](https://togithub.com/pinojs/pino/pull/1156)
#### New Contributors
- [@clemyan](htt
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 contains the following updates:
6.14.0
->8.8.0
Release Notes
pinojs/pino
### [`v8.8.0`](https://togithub.com/pinojs/pino/releases/tag/v8.8.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.7.0...v8.8.0) #### What's Changed - Update async logging caveats documentation by [@jonathansamines](https://togithub.com/jonathansamines) in [https://github.com/pinojs/pino/pull/1578](https://togithub.com/pinojs/pino/pull/1578) - Update hapi-pino usage example by [@jonathansamines](https://togithub.com/jonathansamines) in [https://github.com/pinojs/pino/pull/1580](https://togithub.com/pinojs/pino/pull/1580) - build(deps): bump pnpm/action-setup from 2.2.2 to 2.2.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1582](https://togithub.com/pinojs/pino/pull/1582) - Use safe stringify for redaction by [@bbi22](https://togithub.com/bbi22) in [https://github.com/pinojs/pino/pull/1587](https://togithub.com/pinojs/pino/pull/1587) - Fix updating errorKey with default error serializer ([#1593](https://togithub.com/pinojs/pino/issues/1593)) by [@zahar517](https://togithub.com/zahar517) in [https://github.com/pinojs/pino/pull/1604](https://togithub.com/pinojs/pino/pull/1604) #### New Contributors - [@jonathansamines](https://togithub.com/jonathansamines) made their first contribution in [https://github.com/pinojs/pino/pull/1578](https://togithub.com/pinojs/pino/pull/1578) - [@bbi22](https://togithub.com/bbi22) made their first contribution in [https://github.com/pinojs/pino/pull/1587](https://togithub.com/pinojs/pino/pull/1587) - [@zahar517](https://togithub.com/zahar517) made their first contribution in [https://github.com/pinojs/pino/pull/1604](https://togithub.com/pinojs/pino/pull/1604) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.7.0...v8.8.0 ### [`v8.7.0`](https://togithub.com/pinojs/pino/releases/tag/v8.7.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.6.1...v8.7.0) #### What's Changed - Add DestinationStreamMetadata type to pino.d.ts by [@segevfiner](https://togithub.com/segevfiner) in [https://github.com/pinojs/pino/pull/1566](https://togithub.com/pinojs/pino/pull/1566) - fix: remove pretty print in types, docs by [@susmithagudapati](https://togithub.com/susmithagudapati) in [https://github.com/pinojs/pino/pull/1569](https://togithub.com/pinojs/pino/pull/1569) - Pass logger instance as an argument in `level-change` event by [@bienzaaron](https://togithub.com/bienzaaron) in [https://github.com/pinojs/pino/pull/1576](https://togithub.com/pinojs/pino/pull/1576) #### New Contributors - [@segevfiner](https://togithub.com/segevfiner) made their first contribution in [https://github.com/pinojs/pino/pull/1566](https://togithub.com/pinojs/pino/pull/1566) - [@susmithagudapati](https://togithub.com/susmithagudapati) made their first contribution in [https://github.com/pinojs/pino/pull/1569](https://togithub.com/pinojs/pino/pull/1569) - [@bienzaaron](https://togithub.com/bienzaaron) made their first contribution in [https://github.com/pinojs/pino/pull/1576](https://togithub.com/pinojs/pino/pull/1576) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.6.1...v8.7.0 ### [`v8.6.1`](https://togithub.com/pinojs/pino/releases/tag/v8.6.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.6.0...v8.6.1) #### What's Changed - build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1563](https://togithub.com/pinojs/pino/pull/1563) - fix(tools): log\[level] compatible with when first argument is undefined (fix [#1555](https://togithub.com/pinojs/pino/issues/1555)) by [@sun0day](https://togithub.com/sun0day) in [https://github.com/pinojs/pino/pull/1565](https://togithub.com/pinojs/pino/pull/1565) #### New Contributors - [@sun0day](https://togithub.com/sun0day) made their first contribution in [https://github.com/pinojs/pino/pull/1565](https://togithub.com/pinojs/pino/pull/1565) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.6.0...v8.6.1 ### [`v8.6.0`](https://togithub.com/pinojs/pino/releases/tag/v8.6.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.5.0...v8.6.0) #### What's Changed - feat: bump typescript to 4.8.2 by [@anonrig](https://togithub.com/anonrig) in [https://github.com/pinojs/pino/pull/1550](https://togithub.com/pinojs/pino/pull/1550) - Document how error is received from worker transport by [@TommyDew42](https://togithub.com/TommyDew42) in [https://github.com/pinojs/pino/pull/1548](https://togithub.com/pinojs/pino/pull/1548) - build(deps-dev): bump jest from 28.1.3 to 29.0.3 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1553](https://togithub.com/pinojs/pino/pull/1553) - fix: add `this` to `hooks.logMethod` by [@SimenB](https://togithub.com/SimenB) in [https://github.com/pinojs/pino/pull/1559](https://togithub.com/pinojs/pino/pull/1559) - docs: grammar and spelling fixes by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1560](https://togithub.com/pinojs/pino/pull/1560) - fix: type `formatters.log` with a Record type by [@SimenB](https://togithub.com/SimenB) in [https://github.com/pinojs/pino/pull/1561](https://togithub.com/pinojs/pino/pull/1561) - fix: correct type of `args` passed to `hooks.logMethod` by [@SimenB](https://togithub.com/SimenB) in [https://github.com/pinojs/pino/pull/1558](https://togithub.com/pinojs/pino/pull/1558) #### New Contributors - [@anonrig](https://togithub.com/anonrig) made their first contribution in [https://github.com/pinojs/pino/pull/1550](https://togithub.com/pinojs/pino/pull/1550) - [@TommyDew42](https://togithub.com/TommyDew42) made their first contribution in [https://github.com/pinojs/pino/pull/1548](https://togithub.com/pinojs/pino/pull/1548) - [@SimenB](https://togithub.com/SimenB) made their first contribution in [https://github.com/pinojs/pino/pull/1559](https://togithub.com/pinojs/pino/pull/1559) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.5.0...v8.6.0 ### [`v8.5.0`](https://togithub.com/pinojs/pino/releases/tag/v8.5.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.4.2...v8.5.0) #### What's Changed - docs(ecosystem): add cloud-pine to community list by [@metcoder95](https://togithub.com/metcoder95) in [https://github.com/pinojs/pino/pull/1527](https://togithub.com/pinojs/pino/pull/1527) - Fix transports doc pipeline example by [@AceFire6](https://togithub.com/AceFire6) in [https://github.com/pinojs/pino/pull/1530](https://togithub.com/pinojs/pino/pull/1530) - docs(help): use formatters since useLevelLabels is deprecated by [@arkerone](https://togithub.com/arkerone) in [https://github.com/pinojs/pino/pull/1533](https://togithub.com/pinojs/pino/pull/1533) - build(deps-dev): add debug by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1537](https://togithub.com/pinojs/pino/pull/1537) - Remove all mentions of final by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1544](https://togithub.com/pinojs/pino/pull/1544) - build(deps): bump jsumners/lock-threads from [`b27edac`](https://togithub.com/pinojs/pino/commit/b27edac0ac998d42b2815e122b6c24b32b568321) to 3 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1545](https://togithub.com/pinojs/pino/pull/1545) - GitHub Workflows security hardening by [@sashashura](https://togithub.com/sashashura) in [https://github.com/pinojs/pino/pull/1546](https://togithub.com/pinojs/pino/pull/1546) - Revert "build(deps): bump jsumners/lock-threads from [`b27edac`](https://togithub.com/pinojs/pino/commit/b27edac0ac998d42b2815e122b6c24b32b568321) to 3" by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1547](https://togithub.com/pinojs/pino/pull/1547) - Added `onChild` callback with tests and documentation by [@Diabl0269](https://togithub.com/Diabl0269) in [https://github.com/pinojs/pino/pull/1541](https://togithub.com/pinojs/pino/pull/1541) #### New Contributors - [@metcoder95](https://togithub.com/metcoder95) made their first contribution in [https://github.com/pinojs/pino/pull/1527](https://togithub.com/pinojs/pino/pull/1527) - [@AceFire6](https://togithub.com/AceFire6) made their first contribution in [https://github.com/pinojs/pino/pull/1530](https://togithub.com/pinojs/pino/pull/1530) - [@arkerone](https://togithub.com/arkerone) made their first contribution in [https://github.com/pinojs/pino/pull/1533](https://togithub.com/pinojs/pino/pull/1533) - [@sashashura](https://togithub.com/sashashura) made their first contribution in [https://github.com/pinojs/pino/pull/1546](https://togithub.com/pinojs/pino/pull/1546) - [@Diabl0269](https://togithub.com/Diabl0269) made their first contribution in [https://github.com/pinojs/pino/pull/1541](https://togithub.com/pinojs/pino/pull/1541) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.2...v8.5.0 ### [`v8.4.2`](https://togithub.com/pinojs/pino/releases/tag/v8.4.2) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.4.1...v8.4.2) #### What's Changed - build(deps-dev): bump pino-pretty from 8.1.0 to 9.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1519](https://togithub.com/pinojs/pino/pull/1519) - chore: update pino-pretty example image by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1522](https://togithub.com/pinojs/pino/pull/1522) - fix loading .js with pkg by [@burgerni10](https://togithub.com/burgerni10) in [https://github.com/pinojs/pino/pull/1493](https://togithub.com/pinojs/pino/pull/1493) #### New Contributors - [@burgerni10](https://togithub.com/burgerni10) made their first contribution in [https://github.com/pinojs/pino/pull/1493](https://togithub.com/pinojs/pino/pull/1493) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.1...v8.4.2 ### [`v8.4.1`](https://togithub.com/pinojs/pino/releases/tag/v8.4.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.4.0...v8.4.1) #### What's Changed - Add pino-transport-datadog to transports.md by [@theogravity](https://togithub.com/theogravity) in [https://github.com/pinojs/pino/pull/1512](https://togithub.com/pinojs/pino/pull/1512) - Simplify Google logging-specific configuration example by [@andrew-demb](https://togithub.com/andrew-demb) in [https://github.com/pinojs/pino/pull/1516](https://togithub.com/pinojs/pino/pull/1516) - Default fd=1 in pino.destination if stdout has no file descriptor by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1517](https://togithub.com/pinojs/pino/pull/1517) #### New Contributors - [@theogravity](https://togithub.com/theogravity) made their first contribution in [https://github.com/pinojs/pino/pull/1512](https://togithub.com/pinojs/pino/pull/1512) - [@andrew-demb](https://togithub.com/andrew-demb) made their first contribution in [https://github.com/pinojs/pino/pull/1516](https://togithub.com/pinojs/pino/pull/1516) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.0...v8.4.1 ### [`v8.4.0`](https://togithub.com/pinojs/pino/releases/tag/v8.4.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.3.1...v8.4.0) #### What's Changed - build(deps): bump real-require from 0.1.0 to 0.2.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1505](https://togithub.com/pinojs/pino/pull/1505) - feat: add errorKey option by [@qwelias](https://togithub.com/qwelias) in [https://github.com/pinojs/pino/pull/1507](https://togithub.com/pinojs/pino/pull/1507) - Fix: dedup works with multistream (refs: [#1506](https://togithub.com/pinojs/pino/issues/1506)) by [@bl00dhound](https://togithub.com/bl00dhound) in [https://github.com/pinojs/pino/pull/1508](https://togithub.com/pinojs/pino/pull/1508) #### New Contributors - [@qwelias](https://togithub.com/qwelias) made their first contribution in [https://github.com/pinojs/pino/pull/1507](https://togithub.com/pinojs/pino/pull/1507) - [@bl00dhound](https://togithub.com/bl00dhound) made their first contribution in [https://github.com/pinojs/pino/pull/1508](https://togithub.com/pinojs/pino/pull/1508) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.3.1...v8.4.0 ### [`v8.3.1`](https://togithub.com/pinojs/pino/releases/tag/v8.3.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.3.0...v8.3.1) #### What's Changed - Do not assume process.stdout has a file descriptor by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1503](https://togithub.com/pinojs/pino/pull/1503) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.3.0...v8.3.1 ### [`v8.3.0`](https://togithub.com/pinojs/pino/releases/tag/v8.3.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.2.0...v8.3.0) #### What's Changed - Use https url in package.json homepage field by [@glensc](https://togithub.com/glensc) in [https://github.com/pinojs/pino/pull/1498](https://togithub.com/pinojs/pino/pull/1498) - Use process.stdout if specified by the developer by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1499](https://togithub.com/pinojs/pino/pull/1499) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.2.0...v8.3.0 ### [`v8.2.0`](https://togithub.com/pinojs/pino/releases/tag/v8.2.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.1.0...v8.2.0) #### What's Changed - fix([#1347](https://togithub.com/pinojs/pino/issues/1347)): added disabled to browser opts for logs by [@dancastillo](https://togithub.com/dancastillo) in [https://github.com/pinojs/pino/pull/1480](https://togithub.com/pinojs/pino/pull/1480) - Introducing Aibrake transport by [@enricodeleo](https://togithub.com/enricodeleo) in [https://github.com/pinojs/pino/pull/1481](https://togithub.com/pinojs/pino/pull/1481) - build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1483](https://togithub.com/pinojs/pino/pull/1483) - fix: updated lts docs by [@dancastillo](https://togithub.com/dancastillo) in [https://github.com/pinojs/pino/pull/1486](https://togithub.com/pinojs/pino/pull/1486) - docs(API): add description to `level` constructor option by [@KoltesDigital](https://togithub.com/KoltesDigital) in [https://github.com/pinojs/pino/pull/1488](https://togithub.com/pinojs/pino/pull/1488) - build(deps): bump actions/dependency-review-action from 1 to 2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1482](https://togithub.com/pinojs/pino/pull/1482) - Update thread-stream@2.0.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1494](https://togithub.com/pinojs/pino/pull/1494) - build(deps): bump pino-std-serializers from 5.6.0 to 6.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1478](https://togithub.com/pinojs/pino/pull/1478) - resolves [#1489](https://togithub.com/pinojs/pino/issues/1489) add test by [@Mogztter](https://togithub.com/Mogztter) in [https://github.com/pinojs/pino/pull/1496](https://togithub.com/pinojs/pino/pull/1496) #### New Contributors - [@dancastillo](https://togithub.com/dancastillo) made their first contribution in [https://github.com/pinojs/pino/pull/1480](https://togithub.com/pinojs/pino/pull/1480) - [@enricodeleo](https://togithub.com/enricodeleo) made their first contribution in [https://github.com/pinojs/pino/pull/1481](https://togithub.com/pinojs/pino/pull/1481) - [@KoltesDigital](https://togithub.com/KoltesDigital) made their first contribution in [https://github.com/pinojs/pino/pull/1488](https://togithub.com/pinojs/pino/pull/1488) - [@Mogztter](https://togithub.com/Mogztter) made their first contribution in [https://github.com/pinojs/pino/pull/1496](https://togithub.com/pinojs/pino/pull/1496) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.1.0...v8.2.0 ### [`v8.1.0`](https://togithub.com/pinojs/pino/releases/tag/v8.1.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.0.0...v8.1.0) #### What's Changed - build(deps): bump pnpm/action-setup from 2.2.1 to 2.2.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1450](https://togithub.com/pinojs/pino/pull/1450) - fix(publishing): add preval pino version by [@budarin](https://togithub.com/budarin) in [https://github.com/pinojs/pino/pull/1453](https://togithub.com/pinojs/pino/pull/1453) - Update dependencies by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1458](https://togithub.com/pinojs/pino/pull/1458) - build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1460](https://togithub.com/pinojs/pino/pull/1460) - docs: Fixed options for loki transport example by [@mrbrianevans](https://togithub.com/mrbrianevans) in [https://github.com/pinojs/pino/pull/1459](https://togithub.com/pinojs/pino/pull/1459) - test: Remove npx from transpile. by [@ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/pinojs/pino/pull/1467](https://togithub.com/pinojs/pino/pull/1467) - Add documentation regard pino-sentry-transport by [@tomer-yechiel](https://togithub.com/tomer-yechiel) in [https://github.com/pinojs/pino/pull/1464](https://togithub.com/pinojs/pino/pull/1464) - docs: Fix typo by [@krmroland](https://togithub.com/krmroland) in [https://github.com/pinojs/pino/pull/1470](https://togithub.com/pinojs/pino/pull/1470) - ci: update workflows by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1471](https://togithub.com/pinojs/pino/pull/1471) - docs: add esbuild-plugin-pino to bundling.md by [@davipon](https://togithub.com/davipon) in [https://github.com/pinojs/pino/pull/1469](https://togithub.com/pinojs/pino/pull/1469) - build(deps-dev): bump [@types/node](https://togithub.com/types/node) from 17.0.45 to 18.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1473](https://togithub.com/pinojs/pino/pull/1473) - Update to on-exit-leak-free v2 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1474](https://togithub.com/pinojs/pino/pull/1474) - update abstract-transport to v1.0.0 and drop hack by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1475](https://togithub.com/pinojs/pino/pull/1475) - build(deps): bump pino-abstract-transport from 0.5.0 to 1.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1472](https://togithub.com/pinojs/pino/pull/1472) #### New Contributors - [@budarin](https://togithub.com/budarin) made their first contribution in [https://github.com/pinojs/pino/pull/1453](https://togithub.com/pinojs/pino/pull/1453) - [@mrbrianevans](https://togithub.com/mrbrianevans) made their first contribution in [https://github.com/pinojs/pino/pull/1459](https://togithub.com/pinojs/pino/pull/1459) - [@tomer-yechiel](https://togithub.com/tomer-yechiel) made their first contribution in [https://github.com/pinojs/pino/pull/1464](https://togithub.com/pinojs/pino/pull/1464) - [@krmroland](https://togithub.com/krmroland) made their first contribution in [https://github.com/pinojs/pino/pull/1470](https://togithub.com/pinojs/pino/pull/1470) - [@davipon](https://togithub.com/davipon) made their first contribution in [https://github.com/pinojs/pino/pull/1469](https://togithub.com/pinojs/pino/pull/1469) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.0.0...v8.1.0 ### [`v8.0.0`](https://togithub.com/pinojs/pino/releases/tag/v8.0.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.11.0...v8.0.0) #### What's Changed - chore: add pino lambda to ecosystem doc by [@carbonrobot](https://togithub.com/carbonrobot) in [https://github.com/pinojs/pino/pull/1417](https://togithub.com/pinojs/pino/pull/1417) - docs: clarify setBindings() comment by [@deanhaleem](https://togithub.com/deanhaleem) in [https://github.com/pinojs/pino/pull/1419](https://togithub.com/pinojs/pino/pull/1419) - ci: bump github actions by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1421](https://togithub.com/pinojs/pino/pull/1421) - doc: fix typo in clone(level) by [@tniessen](https://togithub.com/tniessen) in [https://github.com/pinojs/pino/pull/1423](https://togithub.com/pinojs/pino/pull/1423) - chore: Dependency review action by [@naveensrinivasan](https://togithub.com/naveensrinivasan) in [https://github.com/pinojs/pino/pull/1425](https://togithub.com/pinojs/pino/pull/1425) - build(deps): bump actions/upload-artifact from 2 to 3 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1426](https://togithub.com/pinojs/pino/pull/1426) - Spelling by [@jsoref](https://togithub.com/jsoref) in [https://github.com/pinojs/pino/pull/1427](https://togithub.com/pinojs/pino/pull/1427) - docs: add pino-seq-transport to list of v7+ compatible transports by [@eadmundo](https://togithub.com/eadmundo) in [https://github.com/pinojs/pino/pull/1432](https://togithub.com/pinojs/pino/pull/1432) - Remove deprecated API and options in v7 option. by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1249](https://togithub.com/pinojs/pino/pull/1249) - build(deps-dev): update pino-pretty requirement from ^v7.6.0 to ^v7.6.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1403](https://togithub.com/pinojs/pino/pull/1403) - build(deps-dev): bump jest from 27.5.1 to 28.1.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1433](https://togithub.com/pinojs/pino/pull/1433) - Async by default by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1448](https://togithub.com/pinojs/pino/pull/1448) - build(deps): bump process-warning from 1.0.0 to 2.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1439](https://togithub.com/pinojs/pino/pull/1439) - docs: add note about nestedKey to mixin section by [@mothershipper](https://togithub.com/mothershipper) in [https://github.com/pinojs/pino/pull/1444](https://togithub.com/pinojs/pino/pull/1444) - Updated dependencies by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1449](https://togithub.com/pinojs/pino/pull/1449) #### New Contributors - [@carbonrobot](https://togithub.com/carbonrobot) made their first contribution in [https://github.com/pinojs/pino/pull/1417](https://togithub.com/pinojs/pino/pull/1417) - [@deanhaleem](https://togithub.com/deanhaleem) made their first contribution in [https://github.com/pinojs/pino/pull/1419](https://togithub.com/pinojs/pino/pull/1419) - [@jsoref](https://togithub.com/jsoref) made their first contribution in [https://github.com/pinojs/pino/pull/1427](https://togithub.com/pinojs/pino/pull/1427) - [@eadmundo](https://togithub.com/eadmundo) made their first contribution in [https://github.com/pinojs/pino/pull/1432](https://togithub.com/pinojs/pino/pull/1432) - [@mothershipper](https://togithub.com/mothershipper) made their first contribution in [https://github.com/pinojs/pino/pull/1444](https://togithub.com/pinojs/pino/pull/1444) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.11.0...v8.0.0 ### [`v7.11.0`](https://togithub.com/pinojs/pino/releases/tag/v7.11.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.10.0...v7.11.0) #### What's Changed - replace extreme destination with async destination by [@mksmtn](https://togithub.com/mksmtn) in [https://github.com/pinojs/pino/pull/1402](https://togithub.com/pinojs/pino/pull/1402) - api.md: fix typo by [@jordigh](https://togithub.com/jordigh) in [https://github.com/pinojs/pino/pull/1406](https://togithub.com/pinojs/pino/pull/1406) - Missing bracket by [@mauricius](https://togithub.com/mauricius) in [https://github.com/pinojs/pino/pull/1407](https://togithub.com/pinojs/pino/pull/1407) - Ensure first-class support for transpiled & ts code in transports by [@castarco](https://togithub.com/castarco) in [https://github.com/pinojs/pino/pull/1381](https://togithub.com/pinojs/pino/pull/1381) - chore: Set permissions for GitHub actions by [@naveensrinivasan](https://togithub.com/naveensrinivasan) in [https://github.com/pinojs/pino/pull/1409](https://togithub.com/pinojs/pino/pull/1409) - docs: add `pino-loki` transport by [@Julien-R44](https://togithub.com/Julien-R44) in [https://github.com/pinojs/pino/pull/1414](https://togithub.com/pinojs/pino/pull/1414) #### New Contributors - [@jordigh](https://togithub.com/jordigh) made their first contribution in [https://github.com/pinojs/pino/pull/1406](https://togithub.com/pinojs/pino/pull/1406) - [@mauricius](https://togithub.com/mauricius) made their first contribution in [https://github.com/pinojs/pino/pull/1407](https://togithub.com/pinojs/pino/pull/1407) - [@castarco](https://togithub.com/castarco) made their first contribution in [https://github.com/pinojs/pino/pull/1381](https://togithub.com/pinojs/pino/pull/1381) - [@naveensrinivasan](https://togithub.com/naveensrinivasan) made their first contribution in [https://github.com/pinojs/pino/pull/1409](https://togithub.com/pinojs/pino/pull/1409) - [@Julien-R44](https://togithub.com/Julien-R44) made their first contribution in [https://github.com/pinojs/pino/pull/1414](https://togithub.com/pinojs/pino/pull/1414) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.10.0...v7.11.0 ### [`v7.10.0`](https://togithub.com/pinojs/pino/releases/tag/v7.10.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.9.2...v7.10.0) #### What's Changed - Fix hasOwnProperty usage by [@joshkel](https://togithub.com/joshkel) in [https://github.com/pinojs/pino/pull/1359](https://togithub.com/pinojs/pino/pull/1359) - Update tap config by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1384](https://togithub.com/pinojs/pino/pull/1384) - build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1391](https://togithub.com/pinojs/pino/pull/1391) - Do not leak files when running tests by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1395](https://togithub.com/pinojs/pino/pull/1395) - Add missing require statement by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1397](https://togithub.com/pinojs/pino/pull/1397) - Add LoggerExtras.setBindings to pino.d.ts by [@trevorr](https://togithub.com/trevorr) in [https://github.com/pinojs/pino/pull/1394](https://togithub.com/pinojs/pino/pull/1394) - Add synchronous sleep in case of synchronous exit by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1401](https://togithub.com/pinojs/pino/pull/1401) - Add LevelWithSilent as an exported type by [@deongroenewald](https://togithub.com/deongroenewald) in [https://github.com/pinojs/pino/pull/1399](https://togithub.com/pinojs/pino/pull/1399) - Add option to pass custom levels down to `multistream()` from transport by [@savardc](https://togithub.com/savardc) in [https://github.com/pinojs/pino/pull/1398](https://togithub.com/pinojs/pino/pull/1398) - docs: add h3 example by [@wobsoriano](https://togithub.com/wobsoriano) in [https://github.com/pinojs/pino/pull/1385](https://togithub.com/pinojs/pino/pull/1385) - Bumped thread-stream version by [@ramonmulia](https://togithub.com/ramonmulia) in [https://github.com/pinojs/pino/pull/1382](https://togithub.com/pinojs/pino/pull/1382) - build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1390](https://togithub.com/pinojs/pino/pull/1390) - build(deps-dev): update pino-pretty requirement from ^v7.5.4 to ^v7.6.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1387](https://togithub.com/pinojs/pino/pull/1387) - fix incorrect type definition of censor function by [@mksmtn](https://togithub.com/mksmtn) in [https://github.com/pinojs/pino/pull/1389](https://togithub.com/pinojs/pino/pull/1389) #### New Contributors - [@joshkel](https://togithub.com/joshkel) made their first contribution in [https://github.com/pinojs/pino/pull/1359](https://togithub.com/pinojs/pino/pull/1359) - [@trevorr](https://togithub.com/trevorr) made their first contribution in [https://github.com/pinojs/pino/pull/1394](https://togithub.com/pinojs/pino/pull/1394) - [@deongroenewald](https://togithub.com/deongroenewald) made their first contribution in [https://github.com/pinojs/pino/pull/1399](https://togithub.com/pinojs/pino/pull/1399) - [@savardc](https://togithub.com/savardc) made their first contribution in [https://github.com/pinojs/pino/pull/1398](https://togithub.com/pinojs/pino/pull/1398) - [@wobsoriano](https://togithub.com/wobsoriano) made their first contribution in [https://github.com/pinojs/pino/pull/1385](https://togithub.com/pinojs/pino/pull/1385) - [@ramonmulia](https://togithub.com/ramonmulia) made their first contribution in [https://github.com/pinojs/pino/pull/1382](https://togithub.com/pinojs/pino/pull/1382) - [@mksmtn](https://togithub.com/mksmtn) made their first contribution in [https://github.com/pinojs/pino/pull/1389](https://togithub.com/pinojs/pino/pull/1389) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.9.2...v7.10.0 ### [`v7.9.2`](https://togithub.com/pinojs/pino/releases/tag/v7.9.2) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.9.1...v7.9.2) #### What's Changed - Bumped thread-stream to v0.14.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1377](https://togithub.com/pinojs/pino/pull/1377) - build(deps-dev): update pino-pretty requirement from ^v7.5.3 to ^v7.5.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1374](https://togithub.com/pinojs/pino/pull/1374) - Revert "fix: Run parent bindings formatter when creating child logger ([#1367](https://togithub.com/pinojs/pino/issues/1367))" by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1380](https://togithub.com/pinojs/pino/pull/1380) - Bumped thread-stream to v0.15.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1379](https://togithub.com/pinojs/pino/pull/1379) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.9.1...v7.9.2 ### [`v7.9.1`](https://togithub.com/pinojs/pino/releases/tag/v7.9.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.9.0...v7.9.1) #### What's Changed - Fix pino.multristream test failure. by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1373](https://togithub.com/pinojs/pino/pull/1373) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.9.0...v7.9.1 ### [`v7.9.0`](https://togithub.com/pinojs/pino/releases/tag/v7.9.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.8.1...v7.9.0) #### What's Changed - feat: add level number to mixin callback by [@techmunk](https://togithub.com/techmunk) in [https://github.com/pinojs/pino/pull/1364](https://togithub.com/pinojs/pino/pull/1364) - fix: Run parent bindings formatter when creating child logger by [@guilhermelimak](https://togithub.com/guilhermelimak) in [https://github.com/pinojs/pino/pull/1367](https://togithub.com/pinojs/pino/pull/1367) - use pino/file instead of pino-pretty for caller transport tests by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1370](https://togithub.com/pinojs/pino/pull/1370) - Fixed big flaky test by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1371](https://togithub.com/pinojs/pino/pull/1371) #### New Contributors - [@techmunk](https://togithub.com/techmunk) made their first contribution in [https://github.com/pinojs/pino/pull/1364](https://togithub.com/pinojs/pino/pull/1364) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.8.1...v7.9.0 ### [`v7.8.1`](https://togithub.com/pinojs/pino/releases/tag/v7.8.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.8.0...v7.8.1) #### What's Changed - Added documentation for MultiStreamRes, StreamEntry, DestinationStream and Level by [@dbacarel](https://togithub.com/dbacarel) in [https://github.com/pinojs/pino/pull/1342](https://togithub.com/pinojs/pino/pull/1342) - Fix workflow target main branch workflow by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1346](https://togithub.com/pinojs/pino/pull/1346) - docs: add syntax highlighting for typescript by [@micalevisk](https://togithub.com/micalevisk) in [https://github.com/pinojs/pino/pull/1345](https://togithub.com/pinojs/pino/pull/1345) - build(deps): bump actions/setup-node from 2 to 3.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1349](https://togithub.com/pinojs/pino/pull/1349) - build(deps): bump pnpm/action-setup from 2.0.1 to 2.2.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1351](https://togithub.com/pinojs/pino/pull/1351) - added newrelic pino extension to docs by [@bizob2828](https://togithub.com/bizob2828) in [https://github.com/pinojs/pino/pull/1350](https://togithub.com/pinojs/pino/pull/1350) - build: reduce dependabot update frequency by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1356](https://togithub.com/pinojs/pino/pull/1356) - fix: Throw when using custom level formatters with multiple transports ([#1353](https://togithub.com/pinojs/pino/issues/1353)) by [@guilhermelimak](https://togithub.com/guilhermelimak) in [https://github.com/pinojs/pino/pull/1362](https://togithub.com/pinojs/pino/pull/1362) - build(deps-dev): bump tap from 15.2.3 to 16.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1360](https://togithub.com/pinojs/pino/pull/1360) #### New Contributors - [@dbacarel](https://togithub.com/dbacarel) made their first contribution in [https://github.com/pinojs/pino/pull/1342](https://togithub.com/pinojs/pino/pull/1342) - [@micalevisk](https://togithub.com/micalevisk) made their first contribution in [https://github.com/pinojs/pino/pull/1345](https://togithub.com/pinojs/pino/pull/1345) - [@bizob2828](https://togithub.com/bizob2828) made their first contribution in [https://github.com/pinojs/pino/pull/1350](https://togithub.com/pinojs/pino/pull/1350) - [@guilhermelimak](https://togithub.com/guilhermelimak) made their first contribution in [https://github.com/pinojs/pino/pull/1362](https://togithub.com/pinojs/pino/pull/1362) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.8.0...v7.8.1 ### [`v7.8.0`](https://togithub.com/pinojs/pino/releases/tag/v7.8.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.7.0...v7.8.0) #### What's Changed - Add `flush` function to types by [@kblcuk](https://togithub.com/kblcuk) in [https://github.com/pinojs/pino/pull/1329](https://togithub.com/pinojs/pino/pull/1329) - New features must always target the master branch by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1334](https://togithub.com/pinojs/pino/pull/1334) - Refactor the mixing logic by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1335](https://togithub.com/pinojs/pino/pull/1335) - Add action to check PR target by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1337](https://togithub.com/pinojs/pino/pull/1337) - add option `mixinMergeStrategy` (to v7) by [@alexpts](https://togithub.com/alexpts) in [https://github.com/pinojs/pino/pull/1336](https://togithub.com/pinojs/pino/pull/1336) #### New Contributors - [@kblcuk](https://togithub.com/kblcuk) made their first contribution in [https://github.com/pinojs/pino/pull/1329](https://togithub.com/pinojs/pino/pull/1329) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.7.0...v7.8.0 ### [`v7.7.0`](https://togithub.com/pinojs/pino/releases/tag/v7.7.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.5...v7.7.0) #### What's Changed - Add thread locking action by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1316](https://togithub.com/pinojs/pino/pull/1316) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.5...v7.7.0 ### [`v7.6.5`](https://togithub.com/pinojs/pino/releases/tag/v7.6.5) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.4...v7.6.5) #### What's Changed - build(deps-dev): update pino-pretty requirement from ^v7.4.0 to ^v7.5.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1307](https://togithub.com/pinojs/pino/pull/1307) - fix(types): child is not respect customLevels by [@climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1306](https://togithub.com/pinojs/pino/pull/1306) - fix error in example by [@danjenkins](https://togithub.com/danjenkins) in [https://github.com/pinojs/pino/pull/1310](https://togithub.com/pinojs/pino/pull/1310) - build(deps-dev): update pino-pretty requirement from ^v7.5.0 to ^v7.5.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1311](https://togithub.com/pinojs/pino/pull/1311) #### New Contributors - [@danjenkins](https://togithub.com/danjenkins) made their first contribution in [https://github.com/pinojs/pino/pull/1310](https://togithub.com/pinojs/pino/pull/1310) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.4...v7.6.5 ### [`v7.6.4`](https://togithub.com/pinojs/pino/releases/tag/v7.6.4) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.3...v7.6.4) #### What's Changed - Added SECURITY.md by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1299](https://togithub.com/pinojs/pino/pull/1299) - fix: stricter type by [@climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1297](https://togithub.com/pinojs/pino/pull/1297) - build(deps-dev): update pino-pretty requirement from ^v7.3.0 to ^v7.4.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1305](https://togithub.com/pinojs/pino/pull/1305) - fix: test for multiple caller entries by [@moshie](https://togithub.com/moshie) in [https://github.com/pinojs/pino/pull/1304](https://togithub.com/pinojs/pino/pull/1304) #### New Contributors - [@moshie](https://togithub.com/moshie) made their first contribution in [https://github.com/pinojs/pino/pull/1304](https://togithub.com/pinojs/pino/pull/1304) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.3...v7.6.4 ### [`v7.6.3`](https://togithub.com/pinojs/pino/releases/tag/v7.6.3) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.2...v7.6.3) #### What's Changed - fix: passing stream to transport by [@climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1286](https://togithub.com/pinojs/pino/pull/1286) - fix: missing types by [@ZiiMakc](https://togithub.com/ZiiMakc) in [https://github.com/pinojs/pino/pull/1288](https://togithub.com/pinojs/pino/pull/1288) - type: add pipeline to pino.transport options by [@Lleios](https://togithub.com/Lleios) in [https://github.com/pinojs/pino/pull/1287](https://togithub.com/pinojs/pino/pull/1287) - docs: fix broken link by [@yubinTW](https://togithub.com/yubinTW) in [https://github.com/pinojs/pino/pull/1291](https://togithub.com/pinojs/pino/pull/1291) - chore: simplify formatters normalize by [@ZYSzys](https://togithub.com/ZYSzys) in [https://github.com/pinojs/pino/pull/1294](https://togithub.com/pinojs/pino/pull/1294) - Call .end() on thread-stream before exiting the process. by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1296](https://togithub.com/pinojs/pino/pull/1296) #### New Contributors - [@ZiiMakc](https://togithub.com/ZiiMakc) made their first contribution in [https://github.com/pinojs/pino/pull/1288](https://togithub.com/pinojs/pino/pull/1288) - [@Lleios](https://togithub.com/Lleios) made their first contribution in [https://github.com/pinojs/pino/pull/1287](https://togithub.com/pinojs/pino/pull/1287) - [@yubinTW](https://togithub.com/yubinTW) made their first contribution in [https://github.com/pinojs/pino/pull/1291](https://togithub.com/pinojs/pino/pull/1291) - [@ZYSzys](https://togithub.com/ZYSzys) made their first contribution in [https://github.com/pinojs/pino/pull/1294](https://togithub.com/pinojs/pino/pull/1294) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.2...v7.6.3 ### [`v7.6.2`](https://togithub.com/pinojs/pino/releases/tag/v7.6.2) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.1...v7.6.2) #### What's Changed - Move from fastify-warning to process-warning by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1282](https://togithub.com/pinojs/pino/pull/1282) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.1...v7.6.2 ### [`v7.6.1`](https://togithub.com/pinojs/pino/releases/tag/v7.6.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.6.0...v7.6.1) #### What's Changed - fix(caller): use calling file name for libraries calling Pino by [@FredericEspiau](https://togithub.com/FredericEspiau) in [https://github.com/pinojs/pino/pull/1276](https://togithub.com/pinojs/pino/pull/1276) #### New Contributors - [@FredericEspiau](https://togithub.com/FredericEspiau) made their first contribution in [https://github.com/pinojs/pino/pull/1276](https://togithub.com/pinojs/pino/pull/1276) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.6.0...v7.6.1 ### [`v7.6.0`](https://togithub.com/pinojs/pino/releases/tag/v7.6.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.5.1...v7.6.0) #### What's Changed - fix: type regression on fastify by [@climba03003](https://togithub.com/climba03003) in [https://github.com/pinojs/pino/pull/1246](https://togithub.com/pinojs/pino/pull/1246) - Improve transport/syncfalse test by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1253](https://togithub.com/pinojs/pino/pull/1253) - build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.7.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1259](https://togithub.com/pinojs/pino/pull/1259) - build(deps-dev): update pino-pretty requirement from ^v7.1.0 to ^v7.3.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1265](https://togithub.com/pinojs/pino/pull/1265) - fix: improved caller detection by [@Eomm](https://togithub.com/Eomm) in [https://github.com/pinojs/pino/pull/1267](https://togithub.com/pinojs/pino/pull/1267) - build(deps-dev): 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/pull/1270](https://togithub.com/pinojs/pino/pull/1270) - build(deps-dev): bump airtap from 4.0.3 to 4.0.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1244](https://togithub.com/pinojs/pino/pull/1244) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.5.1...v7.6.0 ### [`v7.5.1`](https://togithub.com/pinojs/pino/releases/tag/v7.5.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.5.0...v7.5.1) #### What's Changed - Fix JSDOM TS issue. by [@kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1251](https://togithub.com/pinojs/pino/pull/1251) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.5.0...v7.5.1 ### [`v7.5.0`](https://togithub.com/pinojs/pino/releases/tag/v7.5.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.4.1...v7.5.0) #### What's Changed - Clarify that the "Exit logger" does not apply on Node v14+ by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1240](https://togithub.com/pinojs/pino/pull/1240) - Issue [#1193](https://togithub.com/pinojs/pino/issues/1193) - Typescript typings top level exports by [@thw0rted](https://togithub.com/thw0rted) in [https://github.com/pinojs/pino/pull/1195](https://togithub.com/pinojs/pino/pull/1195) #### New Contributors - [@thw0rted](https://togithub.com/thw0rted) made their first contribution in [https://github.com/pinojs/pino/pull/1195](https://togithub.com/pinojs/pino/pull/1195) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.4.1...v7.5.0 ### [`v7.4.1`](https://togithub.com/pinojs/pino/releases/tag/v7.4.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.4.0...v7.4.1) #### What's Changed - test: make test timeouts configurable by [@mhdawson](https://togithub.com/mhdawson) in [https://github.com/pinojs/pino/pull/1238](https://togithub.com/pinojs/pino/pull/1238) #### New Contributors - [@mhdawson](https://togithub.com/mhdawson) made their first contribution in [https://github.com/pinojs/pino/pull/1238](https://togithub.com/pinojs/pino/pull/1238) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.4.0...v7.4.1 ### [`v7.4.0`](https://togithub.com/pinojs/pino/releases/tag/v7.4.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.3.0...v7.4.0) #### What's Changed - build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1231](https://togithub.com/pinojs/pino/pull/1231) - Update LTS document by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1233](https://togithub.com/pinojs/pino/pull/1233) - forward all unknown options passed to pino/file transport to destination by [@mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1234](https://togithub.com/pinojs/pino/pull/1234) - consistently use the term mergingObject in the docs by [@mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1235](https://togithub.com/pinojs/pino/pull/1235) - docs: add the bundling instruction for Webpack by [@pan93412](https://togithub.com/pan93412) in [https://github.com/pinojs/pino/pull/1236](https://togithub.com/pinojs/pino/pull/1236) - Coerce string integer destinations to file descriptors by [@jsumners](https://togithub.com/jsumners) in [https://github.com/pinojs/pino/pull/1180](https://togithub.com/pinojs/pino/pull/1180) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.3.0...v7.4.0 ### [`v7.3.0`](https://togithub.com/pinojs/pino/releases/tag/v7.3.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.2.0...v7.3.0) #### What's Changed - Clarify that `watchFileCreated` fails are timeouts by [@voxpelli](https://togithub.com/voxpelli) in [https://github.com/pinojs/pino/pull/1219](https://togithub.com/pinojs/pino/pull/1219) - Avoid duplicate action runs for eg. Dependabot by [@voxpelli](https://togithub.com/voxpelli) in [https://github.com/pinojs/pino/pull/1220](https://togithub.com/pinojs/pino/pull/1220) - build(dependabot): ignore minor and patch github-actions updates by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1224](https://togithub.com/pinojs/pino/pull/1224) - pass mkdir option on pino/file transport to destination by [@mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1223](https://togithub.com/pinojs/pino/pull/1223) - Add node v17 to CI by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1228](https://togithub.com/pinojs/pino/pull/1228) - pass append option on pino/file transport to pino.destination function by [@mojavelinux](https://togithub.com/mojavelinux) in [https://github.com/pinojs/pino/pull/1229](https://togithub.com/pinojs/pino/pull/1229) #### New Contributors - [@voxpelli](https://togithub.com/voxpelli) made their first contribution in [https://github.com/pinojs/pino/pull/1219](https://togithub.com/pinojs/pino/pull/1219) - [@mojavelinux](https://togithub.com/mojavelinux) made their first contribution in [https://github.com/pinojs/pino/pull/1223](https://togithub.com/pinojs/pino/pull/1223) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.2.0...v7.3.0 ### [`v7.2.0`](https://togithub.com/pinojs/pino/releases/tag/v7.2.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.1.0...v7.2.0) #### What's Changed - feat: Support bundlers. by [@ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/pinojs/pino/pull/1209](https://togithub.com/pinojs/pino/pull/1209) - Updated thread-stream to v0.13.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1216](https://togithub.com/pinojs/pino/pull/1216) #### New Contributors - [@ShogunPanda](https://togithub.com/ShogunPanda) made their first contribution in [https://github.com/pinojs/pino/pull/1209](https://togithub.com/pinojs/pino/pull/1209) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.1.0...v7.2.0 ### [`v7.1.0`](https://togithub.com/pinojs/pino/releases/tag/v7.1.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.5...v7.1.0) #### What's Changed - Fix max-depth using safe-stable-stringify by [@sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1169](https://togithub.com/pinojs/pino/pull/1169) - Update help.md (resolves [#1188](https://togithub.com/pinojs/pino/issues/1188)) by [@jitterjuice1](https://togithub.com/jitterjuice1) in [https://github.com/pinojs/pino/pull/1190](https://togithub.com/pinojs/pino/pull/1190) - Update api.md (resolves [#1187](https://togithub.com/pinojs/pino/issues/1187)) by [@choinker](https://togithub.com/choinker) in [https://github.com/pinojs/pino/pull/1192](https://togithub.com/pinojs/pino/pull/1192) - Fixes issue with nested keys by [@sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1198](https://togithub.com/pinojs/pino/pull/1198) - Improve docs and deprecation about prettyPrint by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1203](https://togithub.com/pinojs/pino/pull/1203) - Removed console.log() from transport doc by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1204](https://togithub.com/pinojs/pino/pull/1204) - bumped thread-stream to v0.12.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1205](https://togithub.com/pinojs/pino/pull/1205) - Deprecation warning for pino.final() in Node v14+ by [@sameer-coder](https://togithub.com/sameer-coder) in [https://github.com/pinojs/pino/pull/1199](https://togithub.com/pinojs/pino/pull/1199) - build(deps): bump pino-abstract-transport from 0.4.0 to 0.5.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1207](https://togithub.com/pinojs/pino/pull/1207) #### New Contributors - [@sameer-coder](https://togithub.com/sameer-coder) made their first contribution in [https://github.com/pinojs/pino/pull/1169](https://togithub.com/pinojs/pino/pull/1169) - [@jitterjuice1](https://togithub.com/jitterjuice1) made their first contribution in [https://github.com/pinojs/pino/pull/1190](https://togithub.com/pinojs/pino/pull/1190) - [@choinker](https://togithub.com/choinker) made their first contribution in [https://github.com/pinojs/pino/pull/1192](https://togithub.com/pinojs/pino/pull/1192) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.5...v7.1.0 ### [`v7.0.5`](https://togithub.com/pinojs/pino/releases/tag/v7.0.5) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.4...v7.0.5) #### What's Changed - Flush on exit by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1185](https://togithub.com/pinojs/pino/pull/1185) - fixed flaky test in transport by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1186](https://togithub.com/pinojs/pino/pull/1186) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.4...v7.0.5 ### [`v7.0.4`](https://togithub.com/pinojs/pino/releases/tag/v7.0.4) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.3...v7.0.4) #### What's Changed - docs: fix pino-abstract-transport and mention hwp by [@simoneb](https://togithub.com/simoneb) in [https://github.com/pinojs/pino/pull/1174](https://togithub.com/pinojs/pino/pull/1174) - Make transport Jest-aware by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1181](https://togithub.com/pinojs/pino/pull/1181) #### New Contributors - [@simoneb](https://togithub.com/simoneb) made their first contribution in [https://github.com/pinojs/pino/pull/1174](https://togithub.com/pinojs/pino/pull/1174) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.3...v7.0.4 ### [`v7.0.3`](https://togithub.com/pinojs/pino/releases/tag/v7.0.3) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.2...v7.0.3) #### What's Changed - build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1170](https://togithub.com/pinojs/pino/pull/1170) - doc/transport: fix export typo by [@glensc](https://togithub.com/glensc) in [https://github.com/pinojs/pino/pull/1173](https://togithub.com/pinojs/pino/pull/1173) - Fixes [#1167](https://togithub.com/pinojs/pino/issues/1167) (dedupe should write to all streams matching the target level) by [@frzsombor](https://togithub.com/frzsombor) in [https://github.com/pinojs/pino/pull/1172](https://togithub.com/pinojs/pino/pull/1172) - Bring the asynchronous logging doc up to v7 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1171](https://togithub.com/pinojs/pino/pull/1171) #### New Contributors - [@frzsombor](https://togithub.com/frzsombor) made their first contribution in [https://github.com/pinojs/pino/pull/1172](https://togithub.com/pinojs/pino/pull/1172) **Full Changelog**: https://github.com/pinojs/pino/compare/v7.0.2...v7.0.3 ### [`v7.0.2`](https://togithub.com/pinojs/pino/releases/tag/v7.0.2) [Compare Source](https://togithub.com/pinojs/pino/compare/v7.0.1...v7.0.2) #### What's Changed - build(deps-dev): update pino-pretty requirement from ^v7.0.1 to ^v7.1.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1155](https://togithub.com/pinojs/pino/pull/1155) - Fix types for `pino.multistream` by [@clemyan](https://togithub.com/clemyan) in [https://github.com/pinojs/pino/pull/1152](https://togithub.com/pinojs/pino/pull/1152) - fix(docs/transports): #pino/file has been renamed to pino/file by [@pan93412](https://togithub.com/pan93412) in [https://github.com/pinojs/pino/pull/1159](https://togithub.com/pinojs/pino/pull/1159) - build(deps-dev): bump split2 from 3.2.2 to 4.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1163](https://togithub.com/pinojs/pino/pull/1163) - fix formatters when used along transport by [@TinOo512](https://togithub.com/TinOo512) in [https://github.com/pinojs/pino/pull/1162](https://togithub.com/pinojs/pino/pull/1162) - Add transport option param to types by [@kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1156](https://togithub.com/pinojs/pino/pull/1156) #### New Contributors - [@clemyan](httConfiguration
π 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.