pinojs/pino (pino)
### [`v9.5.0`](https://redirect.github.com/pinojs/pino/compare/v9.4.0...bb68e01ebc78a7dbd6992061fd0967c665c8afb3)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.4.0...v9.5.0)
### [`v9.4.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.4.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.3.2...v9.4.0)
#### What's Changed
- Drop failing pnpm tests by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/2015](https://redirect.github.com/pinojs/pino/pull/2015)
- Add bun plugin link to docs by [@vktrl](https://redirect.github.com/vktrl) in [https://github.com/pinojs/pino/pull/2016](https://redirect.github.com/pinojs/pino/pull/2016)
- build(deps-dev): bump [@types/node](https://redirect.github.com/types/node) from 20.14.13 to 22.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2017](https://redirect.github.com/pinojs/pino/pull/2017)
- docs: Update transports.md by [@Imgodmaoyouknow](https://redirect.github.com/Imgodmaoyouknow) in [https://github.com/pinojs/pino/pull/2027](https://redirect.github.com/pinojs/pino/pull/2027)
- build(deps-dev): bump [@yao-pkg/pkg](https://redirect.github.com/yao-pkg/pkg) from 5.12.0 to 5.12.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2031](https://redirect.github.com/pinojs/pino/pull/2031)
- feat(types): forbid using default log fn when custom only used ([#1998](https://redirect.github.com/pinojs/pino/issues/1998)) by [@chernodub](https://redirect.github.com/chernodub) in [https://github.com/pinojs/pino/pull/1999](https://redirect.github.com/pinojs/pino/pull/1999)
- feat: accept level in capitals by [@balaji-atoa](https://redirect.github.com/balaji-atoa) in [https://github.com/pinojs/pino/pull/2034](https://redirect.github.com/pinojs/pino/pull/2034)
#### New Contributors
- [@vktrl](https://redirect.github.com/vktrl) made their first contribution in [https://github.com/pinojs/pino/pull/2016](https://redirect.github.com/pinojs/pino/pull/2016)
- [@Imgodmaoyouknow](https://redirect.github.com/Imgodmaoyouknow) made their first contribution in [https://github.com/pinojs/pino/pull/2027](https://redirect.github.com/pinojs/pino/pull/2027)
- [@chernodub](https://redirect.github.com/chernodub) made their first contribution in [https://github.com/pinojs/pino/pull/1999](https://redirect.github.com/pinojs/pino/pull/1999)
- [@balaji-atoa](https://redirect.github.com/balaji-atoa) made their first contribution in [https://github.com/pinojs/pino/pull/2034](https://redirect.github.com/pinojs/pino/pull/2034)
**Full Changelog**: https://github.com/pinojs/pino/compare/v9.3.2...v9.4.0
### [`v9.3.2`](https://redirect.github.com/pinojs/pino/compare/v9.3.1...00d19804cfe818e97c500de097a12deb97a5b8e5)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.3.1...v9.3.2)
### [`v9.3.1`](https://redirect.github.com/pinojs/pino/releases/tag/v9.3.1)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.3.0...v9.3.1)
**Full Changelog**: https://github.com/pinojs/pino/compare/v9.3.0...v9.3.1
### [`v9.3.0`](https://redirect.github.com/pinojs/pino/compare/v9.2.0...92f2cee98e83d3f864b228a6e1dc29a31e54ba49)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.2.0...v9.3.0)
### [`v9.2.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.2.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.1.0...v9.2.0)
#### What's Changed
- shallow clone target options by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1973](https://redirect.github.com/pinojs/pino/pull/1973)
- add logger instance as third parameter by [@emmyakin](https://redirect.github.com/emmyakin) in [https://github.com/pinojs/pino/pull/1977](https://redirect.github.com/pinojs/pino/pull/1977)
- use boolean flag to ensure serializers are applied once by [@emmyakin](https://redirect.github.com/emmyakin) in [https://github.com/pinojs/pino/pull/1976](https://redirect.github.com/pinojs/pino/pull/1976)
- suppport messageKey in pino/browser by [@emmyakin](https://redirect.github.com/emmyakin) in [https://github.com/pinojs/pino/pull/1980](https://redirect.github.com/pinojs/pino/pull/1980)
- Fixing browser side child log issue ([#960](https://redirect.github.com/pinojs/pino/issues/960)) child level can now be set at cr… by [@stevel032](https://redirect.github.com/stevel032) in [https://github.com/pinojs/pino/pull/1986](https://redirect.github.com/pinojs/pino/pull/1986)
#### New Contributors
- [@stevel032](https://redirect.github.com/stevel032) made their first contribution in [https://github.com/pinojs/pino/pull/1986](https://redirect.github.com/pinojs/pino/pull/1986)
**Full Changelog**: https://github.com/pinojs/pino/compare/v9.1.0...v9.2.0
### [`v9.1.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.1.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.0.0...v9.1.0)
#### What's Changed
- fix(transport-stream): Fix import error when using pkg with node v20 by [@nagyszabi](https://redirect.github.com/nagyszabi) in [https://github.com/pinojs/pino/pull/1949](https://redirect.github.com/pinojs/pino/pull/1949)
- Update LTS doc by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1955](https://redirect.github.com/pinojs/pino/pull/1955)
- Update pino types for browser.formatters by [@KatelynKim](https://redirect.github.com/KatelynKim) in [https://github.com/pinojs/pino/pull/1946](https://redirect.github.com/pinojs/pino/pull/1946)
- add node v22 to CI by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1953](https://redirect.github.com/pinojs/pino/pull/1953)
- Add Platformatic to sponsors by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1956](https://redirect.github.com/pinojs/pino/pull/1956)
- Update h3 example by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1968](https://redirect.github.com/pinojs/pino/pull/1968)
- Support file URLs when configuring multiple transports by [@haines](https://redirect.github.com/haines) in [https://github.com/pinojs/pino/pull/1961](https://redirect.github.com/pinojs/pino/pull/1961)
- Adding support for mix\&match pipelines by [@dbacarel](https://redirect.github.com/dbacarel) in [https://github.com/pinojs/pino/pull/1954](https://redirect.github.com/pinojs/pino/pull/1954)
- apply serializers to args once before asObject or transmit by [@emmyakin](https://redirect.github.com/emmyakin) in [https://github.com/pinojs/pino/pull/1971](https://redirect.github.com/pinojs/pino/pull/1971)
- build(deps-dev): bump pino-pretty from 10.3.1 to 11.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1933](https://redirect.github.com/pinojs/pino/pull/1933)
- build(deps): bump sonic-boom from 3.8.1 to 4.0.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1960](https://redirect.github.com/pinojs/pino/pull/1960)
- build(deps): bump pino-std-serializers from 6.2.2 to 7.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1957](https://redirect.github.com/pinojs/pino/pull/1957)
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1937](https://redirect.github.com/pinojs/pino/pull/1937)
- build(deps): bump actions/dependency-review-action from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1894](https://redirect.github.com/pinojs/pino/pull/1894)
- build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1913](https://redirect.github.com/pinojs/pino/pull/1913)
- Drop yarn support and update pnpm by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1972](https://redirect.github.com/pinojs/pino/pull/1972)
- build(deps): bump thread-stream from 2.7.0 to 3.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1959](https://redirect.github.com/pinojs/pino/pull/1959)
#### New Contributors
- [@nagyszabi](https://redirect.github.com/nagyszabi) made their first contribution in [https://github.com/pinojs/pino/pull/1949](https://redirect.github.com/pinojs/pino/pull/1949)
- [@haines](https://redirect.github.com/haines) made their first contribution in [https://github.com/pinojs/pino/pull/1961](https://redirect.github.com/pinojs/pino/pull/1961)
- [@emmyakin](https://redirect.github.com/emmyakin) made their first contribution in [https://github.com/pinojs/pino/pull/1971](https://redirect.github.com/pinojs/pino/pull/1971)
**Full Changelog**: https://github.com/pinojs/pino/compare/v9.0.0...v9.1.0
### [`v9.0.0`](https://redirect.github.com/pinojs/pino/compare/v8.21.0...4f8ea32aa69ec94b2fb5561716a7701aec991ce7)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.21.0...v9.0.0)
### [`v8.21.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.21.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.20.0...v8.21.0)
#### What's Changed
- docs: add a section about pino-logfmt [#1879](https://redirect.github.com/pinojs/pino/issues/1879) by [@botflux](https://redirect.github.com/botflux) in [https://github.com/pinojs/pino/pull/1941](https://redirect.github.com/pinojs/pino/pull/1941)
- Docs: Separate ecosystem lists by [@EstebanDalelR](https://redirect.github.com/EstebanDalelR) in [https://github.com/pinojs/pino/pull/1942](https://redirect.github.com/pinojs/pino/pull/1942)
- feat: send config to transports on init by [@10xLaCroixDrinker](https://redirect.github.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino/pull/1930](https://redirect.github.com/pinojs/pino/pull/1930)
#### New Contributors
- [@botflux](https://redirect.github.com/botflux) made their first contribution in [https://github.com/pinojs/pino/pull/1941](https://redirect.github.com/pinojs/pino/pull/1941)
- [@EstebanDalelR](https://redirect.github.com/EstebanDalelR) made their first contribution in [https://github.com/pinojs/pino/pull/1942](https://redirect.github.com/pinojs/pino/pull/1942)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.20.0...v8.21.0
### [`v8.20.0`](https://redirect.github.com/pinojs/pino/compare/v8.19.0...v8.20.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.19.0...v8.20.0)
### [`v8.19.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.19.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.18.0...v8.19.0)
#### What's Changed
- api.md: Fix link declaration by [@homersimpsons](https://redirect.github.com/homersimpsons) in [https://github.com/pinojs/pino/pull/1900](https://redirect.github.com/pinojs/pino/pull/1900)
- Update transports.md by [@huijiewei](https://redirect.github.com/huijiewei) in [https://github.com/pinojs/pino/pull/1897](https://redirect.github.com/pinojs/pino/pull/1897)
- Add a basic `formatters` option to the browser pino by [@KatelynKim](https://redirect.github.com/KatelynKim) in [https://github.com/pinojs/pino/pull/1898](https://redirect.github.com/pinojs/pino/pull/1898)
- `setLevel` should respect level comparison option by [@obrus-corcentric](https://redirect.github.com/obrus-corcentric) in [https://github.com/pinojs/pino/pull/1901](https://redirect.github.com/pinojs/pino/pull/1901)
- Add formatters log option by [@KatelynKim](https://redirect.github.com/KatelynKim) in [https://github.com/pinojs/pino/pull/1905](https://redirect.github.com/pinojs/pino/pull/1905)
#### New Contributors
- [@homersimpsons](https://redirect.github.com/homersimpsons) made their first contribution in [https://github.com/pinojs/pino/pull/1900](https://redirect.github.com/pinojs/pino/pull/1900)
- [@huijiewei](https://redirect.github.com/huijiewei) made their first contribution in [https://github.com/pinojs/pino/pull/1897](https://redirect.github.com/pinojs/pino/pull/1897)
- [@KatelynKim](https://redirect.github.com/KatelynKim) made their first contribution in [https://github.com/pinojs/pino/pull/1898](https://redirect.github.com/pinojs/pino/pull/1898)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.18.0...v8.19.0
### [`v8.18.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.18.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.17.2...v8.18.0)
#### What's Changed
- build(deps): bump actions/upload-artifact from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1873](https://redirect.github.com/pinojs/pino/pull/1873)
- chore(license): Update licensing year by [@codershiba](https://redirect.github.com/codershiba) in [https://github.com/pinojs/pino/pull/1882](https://redirect.github.com/pinojs/pino/pull/1882)
- fix: destination docs and types by [@codershiba](https://redirect.github.com/codershiba) in [https://github.com/pinojs/pino/pull/1881](https://redirect.github.com/pinojs/pino/pull/1881)
- Correct type of `pino`'s `stream` parameter by [@quisido](https://redirect.github.com/quisido) in [https://github.com/pinojs/pino/pull/1874](https://redirect.github.com/pinojs/pino/pull/1874)
- Add ability to override custom levels comparison by [@obrus-corcentric](https://redirect.github.com/obrus-corcentric) in [https://github.com/pinojs/pino/pull/1883](https://redirect.github.com/pinojs/pino/pull/1883)
- build(deps-dev): bump tsd from 0.29.0 to 0.30.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1888](https://redirect.github.com/pinojs/pino/pull/1888)
#### New Contributors
- [@codershiba](https://redirect.github.com/codershiba) made their first contribution in [https://github.com/pinojs/pino/pull/1882](https://redirect.github.com/pinojs/pino/pull/1882)
- [@quisido](https://redirect.github.com/quisido) made their first contribution in [https://github.com/pinojs/pino/pull/1874](https://redirect.github.com/pinojs/pino/pull/1874)
- [@obrus-corcentric](https://redirect.github.com/obrus-corcentric) made their first contribution in [https://github.com/pinojs/pino/pull/1883](https://redirect.github.com/pinojs/pino/pull/1883)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.2...v8.18.0
### [`v8.17.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.17.2)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.17.1...v8.17.2)
#### What's Changed
- build(deps): bump process-warning from 2.3.2 to 3.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1869](https://redirect.github.com/pinojs/pino/pull/1869)
- fix: type of child logger with custom levels by [@UndefinedBehaviour](https://redirect.github.com/UndefinedBehaviour) in [https://github.com/pinojs/pino/pull/1871](https://redirect.github.com/pinojs/pino/pull/1871)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.1...v8.17.2
### [`v8.17.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.17.1)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.17.0...v8.17.1)
#### What's Changed
- Support unknown, reverts 1783, add tests by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1866](https://redirect.github.com/pinojs/pino/pull/1866)
- Add Type Example for custom logger by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1867](https://redirect.github.com/pinojs/pino/pull/1867)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.0...v8.17.1
### [`v8.17.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.17.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.16.2...v8.17.0)
#### What's Changed
- build(deps): bump actions/github-script from 6 to 7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1857](https://redirect.github.com/pinojs/pino/pull/1857)
- Make license detectable by GitHub by [@10xLaCroixDrinker](https://redirect.github.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino/pull/1859](https://redirect.github.com/pinojs/pino/pull/1859)
- docs: Clarify how to log both to a custom transport and to stdout by [@kibertoad](https://redirect.github.com/kibertoad) in [https://github.com/pinojs/pino/pull/1860](https://redirect.github.com/pinojs/pino/pull/1860)
- Fix/types by [@UndefinedBehaviour](https://redirect.github.com/UndefinedBehaviour) in [https://github.com/pinojs/pino/pull/1858](https://redirect.github.com/pinojs/pino/pull/1858)
- Bumped tsd to v0.29.0 by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1863](https://redirect.github.com/pinojs/pino/pull/1863)
- fix: typescript types by [@Zamiell](https://redirect.github.com/Zamiell) in [https://github.com/pinojs/pino/pull/1783](https://redirect.github.com/pinojs/pino/pull/1783)
- build(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1766](https://redirect.github.com/pinojs/pino/pull/1766)
#### New Contributors
- [@10xLaCroixDrinker](https://redirect.github.com/10xLaCroixDrinker) made their first contribution in [https://github.com/pinojs/pino/pull/1859](https://redirect.github.com/pinojs/pino/pull/1859)
- [@Zamiell](https://redirect.github.com/Zamiell) made their first contribution in [https://github.com/pinojs/pino/pull/1783](https://redirect.github.com/pinojs/pino/pull/1783)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.16.2...v8.17.0
### [`v8.16.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.16.2)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.16.1...v8.16.2)
#### What's Changed
- fix child-child benchmark by [@bngarren](https://redirect.github.com/bngarren) in [https://github.com/pinojs/pino/pull/1849](https://redirect.github.com/pinojs/pino/pull/1849)
- fix: make transports.options and transports.level optional by [@krosenk729](https://redirect.github.com/krosenk729) in [https://github.com/pinojs/pino/pull/1831](https://redirect.github.com/pinojs/pino/pull/1831)
- fix: export `redactOptions` type by [@wolfy1339](https://redirect.github.com/wolfy1339) in [https://github.com/pinojs/pino/pull/1847](https://redirect.github.com/pinojs/pino/pull/1847)
- build(deps): bump actions/setup-node from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1844](https://redirect.github.com/pinojs/pino/pull/1844)
#### New Contributors
- [@bngarren](https://redirect.github.com/bngarren) made their first contribution in [https://github.com/pinojs/pino/pull/1849](https://redirect.github.com/pinojs/pino/pull/1849)
- [@krosenk729](https://redirect.github.com/krosenk729) made their first contribution in [https://github.com/pinojs/pino/pull/1831](https://redirect.github.com/pinojs/pino/pull/1831)
- [@wolfy1339](https://redirect.github.com/wolfy1339) made their first contribution in [https://github.com/pinojs/pino/pull/1847](https://redirect.github.com/pinojs/pino/pull/1847)
- [@UndefinedBehaviour](https://redirect.github.com/UndefinedBehaviour) made their first contribution in [https://github.com/pinojs/pino/pull/1843](https://redirect.github.com/pinojs/pino/pull/1843)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.16.1...v8.16.2
### [`v8.16.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.16.1)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.16.0...v8.16.1)
#### What's Changed
- Support Node.js v21 by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1834](https://redirect.github.com/pinojs/pino/pull/1834)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.16.0...v8.16.1
### [`v8.16.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.16.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.7...v8.16.0)
#### What's Changed
- allow passing callback to flush by [@rluvaton](https://redirect.github.com/rluvaton) in [https://github.com/pinojs/pino/pull/1827](https://redirect.github.com/pinojs/pino/pull/1827)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.7...v8.16.0
### [`v8.15.7`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.7)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.6...v8.15.7)
#### What's Changed
- update flush function type by [@rluvaton](https://redirect.github.com/rluvaton) in [https://github.com/pinojs/pino/pull/1824](https://redirect.github.com/pinojs/pino/pull/1824)
- Fix Node.js in CITGM (v18.x) by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1828](https://redirect.github.com/pinojs/pino/pull/1828)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.6...v8.15.7
### [`v8.15.6`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.6)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.5...v8.15.6)
#### What's Changed
- Fix flaky test in CITGM by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1826](https://redirect.github.com/pinojs/pino/pull/1826)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.5...v8.15.6
### [`v8.15.5`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.5)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.4...v8.15.5)
#### What's Changed
- Fix broken test by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1825](https://redirect.github.com/pinojs/pino/pull/1825)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.4...v8.15.5
### [`v8.15.4`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.4)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.3...v8.15.4)
#### What's Changed
- build(deps): bump actions/checkout from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1822](https://redirect.github.com/pinojs/pino/pull/1822)
- feat: auto completion for `level` by [@bogeychan](https://redirect.github.com/bogeychan) in [https://github.com/pinojs/pino/pull/1808](https://redirect.github.com/pinojs/pino/pull/1808)
#### New Contributors
- [@bogeychan](https://redirect.github.com/bogeychan) made their first contribution in [https://github.com/pinojs/pino/pull/1808](https://redirect.github.com/pinojs/pino/pull/1808)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.3...v8.15.4
### [`v8.15.3`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.3)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.2...v8.15.3)
#### What's Changed
- Disable FinalizationRegistry if node code coverage is active by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1819](https://redirect.github.com/pinojs/pino/pull/1819)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.2...v8.15.3
### [`v8.15.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.2)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.1...v8.15.2)
#### What's Changed
- enable named export in browser.js by [@tarunrajput](https://redirect.github.com/tarunrajput) in [https://github.com/pinojs/pino/pull/1803](https://redirect.github.com/pinojs/pino/pull/1803)
- Fix improperly placed quote by [@Artrix9095](https://redirect.github.com/Artrix9095) in [https://github.com/pinojs/pino/pull/1810](https://redirect.github.com/pinojs/pino/pull/1810)
- export the LoggerExtras interface by [@ethanniser](https://redirect.github.com/ethanniser) in [https://github.com/pinojs/pino/pull/1813](https://redirect.github.com/pinojs/pino/pull/1813)
#### New Contributors
- [@Artrix9095](https://redirect.github.com/Artrix9095) made their first contribution in [https://github.com/pinojs/pino/pull/1810](https://redirect.github.com/pinojs/pino/pull/1810)
- [@ethanniser](https://redirect.github.com/ethanniser) made their first contribution in [https://github.com/pinojs/pino/pull/1813](https://redirect.github.com/pinojs/pino/pull/1813)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.1...v8.15.2
### [`v8.15.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.1)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.0...v8.15.1)
#### What's Changed
- fix: replace nullish coalescing operator by [@hchangjae](https://redirect.github.com/hchangjae) in [https://github.com/pinojs/pino/pull/1780](https://redirect.github.com/pinojs/pino/pull/1780)
- adding asString to the key by [@tzviki](https://redirect.github.com/tzviki) in [https://github.com/pinojs/pino/pull/1779](https://redirect.github.com/pinojs/pino/pull/1779)
- feat([#1595](https://redirect.github.com/pinojs/pino/issues/1595)): improve stream entry type by [@Puppo](https://redirect.github.com/Puppo) in [https://github.com/pinojs/pino/pull/1778](https://redirect.github.com/pinojs/pino/pull/1778)
- build(deps): bump pino-abstract-transport from v1.0.0 to 1.1.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1797](https://redirect.github.com/pinojs/pino/pull/1797)
- Skip writing a big file test in CI and CITGM by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1800](https://redirect.github.com/pinojs/pino/pull/1800)
#### New Contributors
- [@hchangjae](https://redirect.github.com/hchangjae) made their first contribution in [https://github.com/pinojs/pino/pull/1780](https://redirect.github.com/pinojs/pino/pull/1780)
- [@Puppo](https://redirect.github.com/Puppo) made their first contribution in [https://github.com/pinojs/pino/pull/1778](https://redirect.github.com/pinojs/pino/pull/1778)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.0...v8.15.1
### [`v8.15.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.14.2...v8.15.0)
#### What's Changed
- docs(transports): add axiom [#1753](https://redirect.github.com/pinojs/pino/issues/1753) by [@qlaffont](https://redirect.github.com/qlaffont) in [https://github.com/pinojs/pino/pull/1754](https://redirect.github.com/pinojs/pino/pull/1754)
- Add pino-opentelemetry-transport as a known plugin to transports.md by [@Vunovati](https://redirect.github.com/Vunovati) in [https://github.com/pinojs/pino/pull/1757](https://redirect.github.com/pinojs/pino/pull/1757)
- fix: example code in transports.md by [@exKAZUu](https://redirect.github.com/exKAZUu) in [https://github.com/pinojs/pino/pull/1761](https://redirect.github.com/pinojs/pino/pull/1761)
- Add default levels to opts in multistream by [@tzviki](https://redirect.github.com/tzviki) in [https://github.com/pinojs/pino/pull/1760](https://redirect.github.com/pinojs/pino/pull/1760)
#### New Contributors
- [@qlaffont](https://redirect.github.com/qlaffont) made their first contribution in [https://github.com/pinojs/pino/pull/1754](https://redirect.github.com/pinojs/pino/pull/1754)
- [@Vunovati](https://redirect.github.com/Vunovati) made their first contribution in [https://github.com/pinojs/pino/pull/1757](https://redirect.github.com/pinojs/pino/pull/1757)
- [@exKAZUu](https://redirect.github.com/exKAZUu) made their first contribution in [https://github.com/pinojs/pino/pull/1761](https://redirect.github.com/pinojs/pino/pull/1761)
- [@tzviki](https://redirect.github.com/tzviki) made their first contribution in [https://github.com/pinojs/pino/pull/1760](https://redirect.github.com/pinojs/pino/pull/1760)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.14.2...v8.15.0
### [`v8.14.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.14.2)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.14.1...v8.14.2)
#### What's Changed
- build(deps-dev): bump [@types/node](https://redirect.github.com/types/node) from 18.16.14 to 20.2.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1718](https://redirect.github.com/pinojs/pino/pull/1718)
- build(deps-dev): bump rimraf from 4.4.1 to 5.0.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1719](https://redirect.github.com/pinojs/pino/pull/1719)
- build(deps-dev): bump pino-pretty from 9.4.0 to 10.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1670](https://redirect.github.com/pinojs/pino/pull/1670)
- docs: add pino-slack-webhook to list of v7+ compatible transports by [@youngkiu](https://redirect.github.com/youngkiu) in [https://github.com/pinojs/pino/pull/1730](https://redirect.github.com/pinojs/pino/pull/1730)
- Add missing closing curly brace in transports documentation by [@JasoonS](https://redirect.github.com/JasoonS) in [https://github.com/pinojs/pino/pull/1737](https://redirect.github.com/pinojs/pino/pull/1737)
- Issue [#1735](https://redirect.github.com/pinojs/pino/issues/1735) - Programmatic Integration as a transport fails by [@altearius](https://redirect.github.com/altearius) in [https://github.com/pinojs/pino/pull/1739](https://redirect.github.com/pinojs/pino/pull/1739)
- build(deps-dev): bump typescript from 4.9.5 to 5.1.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1728](https://redirect.github.com/pinojs/pino/pull/1728)
- build(deps-dev): bump bole from 4.0.1 to 5.0.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1734](https://redirect.github.com/pinojs/pino/pull/1734)
- build(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1740](https://redirect.github.com/pinojs/pino/pull/1740)
- fix: browser respect child logger log level by [@NicoVogel](https://redirect.github.com/NicoVogel) in [https://github.com/pinojs/pino/pull/1725](https://redirect.github.com/pinojs/pino/pull/1725)
- Fix dependency version by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1747](https://redirect.github.com/pinojs/pino/pull/1747)
- fix: use `messageKey` when giving message precedence over error by [@joelmukuthu](https://redirect.github.com/joelmukuthu) in [https://github.com/pinojs/pino/pull/1746](https://redirect.github.com/pinojs/pino/pull/1746)
#### New Contributors
- [@youngkiu](https://redirect.github.com/youngkiu) made their first contribution in [https://github.com/pinojs/pino/pull/1730](https://redirect.github.com/pinojs/pino/pull/1730)
- [@JasoonS](https://redirect.github.com/JasoonS) made their first contribution in [https://github.com/pinojs/pino/pull/1737](https://redirect.github.com/pinojs/pino/pull/1737)
- [@altearius](https://redirect.github.com/altearius) made their first contribution in [https://github.com/pinojs/pino/pull/1739](https://redirect.github.com/pinojs/pino/pull/1739)
- [@NicoVogel](https://redirect.github.com/NicoVogel) made their first contribution in [https://github.com/pinojs/pino/pull/1725](https://redirect.github.com/pinojs/pino/pull/1725)
- [@joelmukuthu](https://redirect.github.com/joelmukuthu) made their first contribution in [https://github.com/pinojs/pino/pull/1746](https://redirect.github.com/pinojs/pino/pull/1746)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.14.1...v8.14.2
### [`v8.14.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.14.1)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.14.0...v8.14.1)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.14.0...v8.14.1
### [`v8.14.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.14.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/c1c8eb41240c0ae9282bac1741ae2ee7bdb82895...v8.14.0)
#### What's Changed
- Docs: add favicon by [@WolfGangsta](https://redirect.github.com/WolfGangsta) in [https://github.com/pinojs/pino/pull/1698](https://redirect.github.com/pinojs/pino/pull/1698)
- docs: bindings formatter function usage by [@nadhifikbarw](https://redirect.github.com/nadhifikbarw) in [https://github.com/pinojs/pino/pull/1702](https://redirect.github.com/pinojs/pino/pull/1702)
- add crlf in LoggerOptions Interface by [@tarunrajput](https://redirect.github.com/tarunrajput) in [https://github.com/pinojs/pino/pull/1696](https://redirect.github.com/pinojs/pino/pull/1696)
- Support custom levels on browser by [@matheusvellone](https://redirect.github.com/matheusvellone) in [https://github.com/pinojs/pino/pull/1707](https://redirect.github.com/pinojs/pino/pull/1707)
- Add child method default generic type by [@matheusvellone](https://redirect.github.com/matheusvellone) in [https://github.com/pinojs/pino/pull/1704](https://redirect.github.com/pinojs/pino/pull/1704)
- feat: pass logger/child logger as param to mixin by [@mmarchini](https://redirect.github.com/mmarchini) in [https://github.com/pinojs/pino/pull/1709](https://redirect.github.com/pinojs/pino/pull/1709)
- docs: add 'best performance for basic stdout logging' to help.md by [@janeklb](https://redirect.github.com/janeklb) in [https://github.com/pinojs/pino/pull/1584](https://redirect.github.com/pinojs/pino/pull/1584)
#### New Contributors
- [@WolfGangsta](https://redirect.github.com/WolfGangsta) made their first contribution in [https://github.com/pinojs/pino/pull/1698](https://redirect.github.com/pinojs/pino/pull/1698)
- [@nadhifikbarw](https://redirect.github.com/nadhifikbarw) made their first contribution in [https://github.com/pinojs/pino/pull/1702](https://redirect.github.com/pinojs/pino/pull/1702)
- [@matheusvellone](https://redirect.github.com/matheusvellone) made their first contribution in [https://github.com/pinojs/pino/pull/1707](https://redirect.github.com/pinojs/pino/pull/1707)
- [@janeklb](https://redirect.github.com/janeklb) made their first contribution in [https://github.com/pinojs/pino/pull/1584](https://redirect.github.com/pinojs/pino/pull/1584)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.12.0...v8.14.0
### [`v8.12.1`](https://redirect.github.com/pinojs/pino/compare/v8.12.0...c1c8eb41240c0ae9282bac1741ae2ee7bdb82895)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.12.0...c1c8eb41240c0ae9282bac1741ae2ee7bdb82895)
### [`v8.12.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.12.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.11.0...v8.12.0)
#### What's Changed
- feat: add mightnight-smoker closes [#1570](https://redirect.github.com/pinojs/pino/issues/1570) by [@dancastillo](https://redirect.github.com/dancastillo) in [https://github.com/pinojs/pino/pull/1665](https://redirect.github.com/pinojs/pino/pull/1665)
- Remove (package.json).files by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1673](https://redirect.github.com/pinojs/pino/pull/1673)
- docs(ecosystem): add crawlee-pino by [@imyelo](https://redirect.github.com/imyelo) in [https://github.com/pinojs/pino/pull/1685](https://redirect.github.com/pinojs/pino/pull/1685)
- fix(type): add `disabled` to `pino.LoggerOptions` by [@JonParton](https://redirect.github.com/JonParton) in [https://github.com/pinojs/pino/pull/1629](https://redirect.github.com/pinojs/pino/pull/1629)
- remove type definition for pino 7.0 comment by [@tarunrajput](https://redirect.github.com/tarunrajput) in [https://github.com/pinojs/pino/pull/1693](https://redirect.github.com/pinojs/pino/pull/1693)
- Expose errWithCause to browser API & add Node v20 by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1701](https://redirect.github.com/pinojs/pino/pull/1701)
#### New Contributors
- [@imyelo](https://redirect.github.com/imyelo) made their first contribution in [https://github.com/pinojs/pino/pull/1685](https://redirect.github.com/pinojs/pino/pull/1685)
- [@JonParton](https://redirect.github.com/JonParton) made their first contribution in [https://github.com/pinojs/pino/pull/1629](https://redirect.github.com/pinojs/pino/pull/1629)
- [@tarunrajput](https://redirect.github.com/tarunrajput) made their first contribution in [https://github.com/pinojs/pino/pull/1693](https://redirect.github.com/pinojs/pino/pull/1693)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.11.0...v8.12.0
### [`v8.11.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.11.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.10.0...v8.11.0)
#### What's Changed
- Add script to bump version by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1643](https://redirect.github.com/pinojs/pino/pull/1643)
- Add Node 19 to the CI by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1646](https://redirect.github.com/pinojs/pino/pull/1646)
- fix(docs): update multistream example and description by [@Cheprer](https://redirect.github.com/Cheprer) in [https://github.com/pinojs/pino/pull/1649](https://redirect.github.com/pinojs/pino/pull/1649)
- fix msg precendence when sending a merging object with msg and err by [@leon-volq](https://redirect.github.com/leon-volq) in [https://github.com/pinojs/pino/pull/1654](https://redirect.github.com/pinojs/pino/pull/1654)
#### New Contributors
- [@Cheprer](https://redirect.github.com/Cheprer) made their first contribution in [https://github.com/pinojs/pino/pull/1649](https://redirect.github.com/pinojs/pino/pull/1649)
- [@leon-volq](https://redirect.github.com/leon-volq) made their first contribution in [https://github.com/pinojs/pino/pull/1654](https://redirect.github.com/pinojs/pino/pull/1654)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.10.0...v8.11.0
### [`v8.10.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.10.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.9.0...v8.10.0)
#### What's Changed
- feat: add dedupe option to transport by [@nekosaur](https://redirect.github.com/nekosaur) in [https://github.com/pinojs/pino/pull/1640](https://redirect.github.com/pinojs/pino/pull/1640)
#### New Contributors
- [@nekosaur](https://redirect.github.com/nekosaur) made their first contribution in [https://github.com/pinojs/pino/pull/1640](https://redirect.github.com/pinojs/pino/pull/1640)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.9.0...v8.10.0
### [`v8.9.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.9.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.8.0...v8.9.0)
##### What's Changed
- Fix documentation example by [@khobaib222](https://redirect.github.com/khobaib222) in [https://github.com/pinojs/pino/pull/1608](https://redirect.github.com/pinojs/pino/pull/1608)
- docs: Add correct link to Matteo Collina's github account in README.md by [@HassanBahati](https://redirect.github.com/HassanBahati) in [https://github.com/pinojs/pino/pull/1609](https://redirect.github.com/pinojs/pino/pull/1609)
- Docs: Enhance Fastify Example - Add port for the server by [@HassanBahati](https://redirect.github.com/HassanBahati) in [https://github.com/pinojs/pino/pull/1611](https://redirect.github.com/pinojs/pino/pull/1611)
- Add yarn install to the documentation. by [@luluhoc](https://redirect.github.com/luluhoc) in [https://github.com/pinojs/pino/pull/1614](https://redirect.github.com/pinojs/pino/pull/1614)
- build(deps): bump actions/dependency-review-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1597](https://redirect.github.com/pinojs/pino/pull/1597)
- docs(pretty): update the api example guide and remove an obsolete type by [@borjapazr](https://redirect.github.com/borjapazr) in [https://github.com/pinojs/pino/pull/1620](https://redirect.github.com/pinojs/pino/pull/1620)
- Remove defunct "Exit logging" link by [@bitjson](https://redirect.github.com/bitjson) in [https://github.com/pinojs/pino/pull/1622](https://redirect.github.com/pinojs/pino/pull/1622)
- build(deps-dev): bump rimraf from 3.0.2 to 4.0.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1624](https://redirect.github.com/pinojs/pino/pull/1624)
- remove: outdated/unused information from docs/pretty.md by [@VladimirMikulic](https://redirect.github.com/VladimirMikulic) in [https://github.com/pinojs/pino/pull/1625](https://redirect.github.com/pinojs/pino/pull/1625)
- fix: badges by [@xtexChooser](https://redirect.github.com/xtexChooser) in [https://github.com/pinojs/pino/pull/1630](https://redirect.github.com/pinojs/pino/pull/1630)
- Transports are always asynchronous by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1631](https://redirect.github.com/pinojs/pino/pull/1631)
- Add [@logtail/pino](https://redirect.github.com/logtail/pino) to v7+ compatible transports by [@curusarn](https://redirect.github.com/curusarn) in [https://github.com/pinojs/pino/pull/1634](https://redirect.github.com/pinojs/pino/pull/1634)
- Allow message prefix - [#544](https://redirect.github.com/pinojs/pino/issues/544) by [@rluvaton](https://redirect.github.com/rluvaton) in [https://github.com/pinojs/pino/pull/1635](https://redirect.github.com/pinojs/pino/pull/1635)
##### New Contributors
- [@khobaib222](https://redirect.github.com/khobaib222) made their first contribution in [https://github.com/pinojs/pino/pull/1608](https://redirect.github.com/pinojs/pino/pull/1608)
- [@HassanBahati](https://redirect.github.com/HassanBahati) made their first contribution in [https://github.com/pinojs/pino/pull/1609](https://redirect.github.com/pinojs/pino/pull/1609)
- [@luluhoc](https://redirect.github.com/luluhoc) made their first contribution in [https://github.com/pinojs/pino/pull/1614](https://redirect.github.com/pinojs/pino/pull/1614)
- [@borjapazr](https://redirect.github.com/borjapazr) made their first contribution in [https://github.com/pinojs/pino/pull/1620](https://redirect.github.com/pinojs/pino/pull/1620)
- [@bitjson](https://redirect.github.com/bitjson) made their first contribution in [https://github.com/pinojs/pino/pull/1622](https://redirect.github.com/pinojs/pino/pull/1622)
- [@VladimirMikulic](https://redirect.github.com/VladimirMikulic) made their first contribution in [https://github.com/pinojs/pino/pull/1625](https://redirect.github.com/pinojs/pino/pull/1625)
- [@xtexChooser](https://redirect.github.com/xtexChooser) made their first contribution in [https://github.com/pinojs/pino/pull/1630](https://redirect.github.com/pinojs/pino/pull/1630)
- [@curusarn](https://redirect.github.com/curusarn) made their first contribution in [https://github.com/pinojs/pino/pull/1634](https://redirect.github.com/pinojs/pino/pull/1634)
- [@rluvaton](https://redirect.github.com/rluvaton) made their first contribution in [https://github.com/pinojs/pino/pull/1635](https://redirect.github.com/pinojs/pino/pull/1635)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.8.0...v8.9.0
### [`v8.8.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.8.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.7.0...v8.8.0)
#### What's Changed
- Update async logging caveats documentation by [@jonathansamines](https://redirect.github.com/jonathansamines) in [https://github.com/pinojs/pino/pull/1578](https://redirect.github.com/pinojs/pino/pull/1578)
- Update hapi-pino usage example by [@jonathansamines](https://redirect.github.com/jonathansamines) in [https://github.com/pinojs/pino/pull/1580](https://redirect.github.com/pinojs/pino/pull/1580)
- build(deps): bump pnpm/action-setup from 2.2.2 to 2.2.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1582](https://redirect.github.com/pinojs/pino/pull/1582)
- Use safe stringify for redaction by [@bbi22](https://redirect.github.com/bbi22) in [https://github.com/pinojs/pino/pull/1587](https://redirect.github.com/pinojs/pino/pull/1587)
- Fix updating errorKey with default error serializer ([#1593](https://redirect.github.com/pinojs/pino/issues/1593)) by [@zahar517](https://redirect.github.com/zahar517) in [https://github.com/pinojs/pino/pull/1604](https://redirect.github.com/pinojs/pino/pull/1604)
#### New Contributors
- [@jonathansamines](https://redirect.github.com/jonathansamines) made their first contribution in [https://github.com/pinojs/pino/pull/1578](https://redirect.github.com/pinojs/pino/pull/1578)
- [@bbi22](https://redirect.github.com/bbi22) made their first contribution in [https://github.com/pinojs/pino/pull/1587](https://redirect.github.com/pinojs/pino/pull/1587)
- [@zahar517](https://redirect.github.com/zahar517) made their first contribution in [https://github.com/pinojs/pino/pull/1604](https://redirect.github.com/pinojs/pino/pull/1604)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.7.0...v8.8.0
### [`v8.7.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.7.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.6.1...v8.7.0)
#### What's Changed
- Add DestinationStreamMetadata type to pino.d.ts by [@segevfiner](https://redirect.github.com/segevfiner) in [https://github.com/pinojs/pino/pull/1566](https://redirect.github.com/pinojs/pino/pull/1566)
- fix: remove pretty print in types, docs by [@susmithagudapati](https://redirect.github.com/susmithagudapati) in [https://github.com/pinojs/pino/pull/1569](https://redirect.github.com/pinojs/pino/pull/1569)
- Pass logger instance as an argument in `level-change` event by [@bienzaaron](https://redirect.github.com/bienzaaron) in [https://github.com/pinojs/pino/pull/1576](https://redirect.github.com/pinojs/pino/pull/1576)
#### New Contributors
- [@segevfiner](https://redirect.github.com/segevfiner) made their first contribution in [https://github.com/pinojs/pino/pull/1566](https://redirect.github.com/pinojs/pino/pull/1566)
- [@susmithagudapati](https://redirect.github.com/susmithagudapati) made their first contribution in [https://github.com/pinojs/pino/pull/1569](https://redirect.github.com/pinojs/pino/pull/1569)
- [@bienzaaron](https://redirect.github.com/bienzaaron) made their first contribution in [https://github.com/pinojs/pino/pull/1576](https://redirect.github.com/pinojs/pino/pull/1576)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.6.1...v8.7.0
### [`v8.6.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.6.1)
[Compare Source](https://redirect.github.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://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1563](https://redirect.github.com/pinojs/pino/pull/1563)
- fix(tools): log\[level] compatible with when first argument is undefined (fix [#1555](https://redirect.github.com/pinojs/pino/issues/1555)) by [@sun0day](https://redirect.github.com/sun0day) in [https://github.com/pinojs/pino/pull/1565](https://redirect.github.com/pinojs/pino/pull/1565)
#### New Contributors
- [@sun0day](https://redirect.github.com/sun0day) made their first contribution in [https://github.com/pinojs/pino/pull/1565](https://redirect.github.com/pinojs/pino/pull/1565)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.6.0...v8.6.1
### [`v8.6.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.6.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.5.0...v8.6.0)
#### What's Changed
- feat: bump typescript to 4.8.2 by [@anonrig](https://redirect.github.com/anonrig) in [https://github.com/pinojs/pino/pull/1550](https://redirect.github.com/pinojs/pino/pull/1550)
- Document how error is received from worker transport by [@TommyDew42](https://redirect.github.com/TommyDew42) in [https://github.com/pinojs/pino/pull/1548](https://redirect.github.com/pinojs/pino/pull/1548)
- build(deps-dev): bump jest from 28.1.3 to 29.0.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1553](https://redirect.github.com/pinojs/pino/pull/1553)
- fix: add `this` to `hooks.logMethod` by [@SimenB](https://redirect.github.com/SimenB) in [https://github.com/pinojs/pino/pull/1559](https://redirect.github.com/pinojs/pino/pull/1559)
- docs: grammar and spelling fixes by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1560](https://redirect.github.com/pinojs/pino/pull/1560)
- fix: type `formatters.log` with a Record type by [@SimenB](https://redirect.github.com/SimenB) in [https://github.com/pinojs/pino/pull/1561](https://redirect.github.com/pinojs/pino/pull/1561)
- fix: correct type of `args` passed to `hooks.logMethod` by [@SimenB](https://redirect.github.com/SimenB) in [https://github.com/pinojs/pino/pull/1558](https://redirect.github.com/pinojs/pino/pull/1558)
#### New Contributors
- [@anonrig](https://redirect.github.com/anonrig) made their first contribution in [https://github.com/pinojs/pino/pull/1550](https://redirect.github.com/pinojs/pino/pull/1550)
- [@TommyDew42](https://redirect.github.com/TommyDew42) made their first contribution in [https://github.com/pinojs/pino/pull/1548](https://redirect.github.com/pinojs/pino/pull/1548)
- [@SimenB](https://redirect.github.com/SimenB) made their first contribution in [https://github.com/pinojs/pino/pull/1559](https://redirect.github.com/pinojs/pino/pull/1559)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.5.0...v8.6.0
### [`v8.5.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.5.0)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.4.2...v8.5.0)
#### What's Changed
- docs(ecosystem): add cloud-pine to community list by [@metcoder95](https://redirect.github.com/metcoder95) in [https://github.com/pinojs/pino/pull/1527](https://redirect.github.com/pinojs/pino/pull/1527)
- Fix transports doc pipeline example by [@AceFire6](https://redirect.github.com/AceFire6) in [https://github.com/pinojs/pino/pull/1530](https://redirect.github.com/pinojs/pino/pull/1530)
- docs(help): use formatters since useLevelLabels is deprecated by [@arkerone](https://redirect.github.com/arkerone) in [https://github.com/pinojs/pino/pull/1533](https://redirect.github.com/pinojs/pino/pull/1533)
- build(deps-dev): add debug by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1537](https://redirect.github.com/pinojs/pino/pull/1537)
- Remove all mentions of final by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1544](https://redirect.github.com/pinojs/pino/pull/1544)
- build(deps): bump jsumners/lock-threads from [`b27edac`](https://redirect.github.com/pinojs/pino/commit/b27edac0ac998d42b2815e122b6c24b32b568321) to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1545](https://redirect.github.com/pinojs/pino/pull/1545)
- GitHub Workflows security hardening by [@sashashura](https://redirect.github.com/sashashura) in [https://github.com/pinojs/pino/pull/1546](https://redirect.github.com/pinojs/pino/pull/1546)
- Revert "build(deps): bump jsumners/lock-threads from [`b27edac`](https://redirect.github.com/pinojs/pino/commit/b27edac0ac998d42b2815e122b6c24b32b568321) to 3" by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1547](https://redirect.github.com/pinojs/pino/pull/1547)
- Added `onChild` callback with tests and documentation by [@Diabl0269](https://redirect.github.com/Diabl0269) in [https://github.com/pinojs/pino/pull/1541](https://redirect.github.com/pinojs/pino/pull/1541)
#### New Contributors
- [@metcoder95](https://redirect.github.com/metcoder95) made their first contribution in [https://github.com/pinojs/pino/pull/1527](https://redirect.github.com/pinojs/pino/pull/1527)
- [@AceFire6](https://redirect.github.com/AceFire6) made their first contribution in [https://github.com/pinojs/pino/pull/1530](https://redirect.github.com/pinojs/pino/pull/1530)
- [@arkerone](https://redirect.github.com/arkerone) made their first contribution in [https://github.com/pinojs/pino/pull/1533](https://redirect.github.com/pinojs/pino/pull/1533)
- [@sashashura](https://redirect.github.com/sashashura) made their first contribution in [https://github.com/pinojs/pino/pull/1546](https://redirect.github.com/pinojs/pino/pull/1546)
- [@Diabl0269](https://redirect.github.com/Diabl0269) made their first contribution in [https://github.com/pinojs/pino/pull/1541](https://redirect.github.com/pinojs/pino/pull/1541)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.2...v8.5.0
### [`v8.4.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.4.2)
[Compare Source](https://redirect.github.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://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1519](https://redirect.github.com/pinojs/pino/pull/1519)
- chore: update pino-pretty example image by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1522](https://redirect.github.com/pinojs/pino/pull/1522)
- fix loading .js with pkg by [@burgerni10](https://redirect.github.com/burgerni10) in [https://github.com/pinojs/pino/pull/1493](https://redirect.github.com/pinojs/pino/pull/1493)
#### New Contributors
- [@burgerni10](https://redirect.github.com/burgerni10) made their first contribution in [https://github.com/pinojs/pino/pull/1493](https://redirect.github.com/pinojs/pino/pull/1493)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.1...v8.4.2
### [`v8.4.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.4.1)
[Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.4.0...v8.4.1)
#### What's Changed
- Add pino-transport-datadog to transports.md by [@theogravity](https://redirect.github.com/theogravity) in [https://github.com/pinojs/pino/pull/1512](https://redirect.github.com/pinojs/pino/pull/1512)
- Simplify Google logging-specific configuration example by [@andrew-demb](https://redirect.github.com/andrew-demb) in [https://github.com/pinojs/pino/pull/1516](https://redirect.github.com/pinojs/pino/pull/1516)
- Default fd=1 in pino.destination if stdout has no file descriptor by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1517](https://redirect.github.com/pinojs/pino/pull/1517)
#### New Contributors
- [@theogravity](https://redirect.github.com/theogravity) made their first contribution in [https://github.com/pinojs/pino/pull/1512](https://redirect.github.com/pinojs/pino/pull/1512)
- [@andrew-demb](https://redirect.github.com/andrew-demb) made their first contribution in [https://github.com/pinojs/pino/pull/1516](https://redirect.github.com/pinojs/pino/pull/1516)
**Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.0...v8.4.1
### [`v8.4.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.4.0)
[Compare Source](https://redirect.github.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://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1505](https://redirect.github.com/pinojs/pino/pull/1505)
- feat: add errorKey
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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, check this box
This PR contains the following updates:
7.11.0
->9.5.0
Release Notes
pinojs/pino (pino)
### [`v9.5.0`](https://redirect.github.com/pinojs/pino/compare/v9.4.0...bb68e01ebc78a7dbd6992061fd0967c665c8afb3) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.4.0...v9.5.0) ### [`v9.4.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.4.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.3.2...v9.4.0) #### What's Changed - Drop failing pnpm tests by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/2015](https://redirect.github.com/pinojs/pino/pull/2015) - Add bun plugin link to docs by [@vktrl](https://redirect.github.com/vktrl) in [https://github.com/pinojs/pino/pull/2016](https://redirect.github.com/pinojs/pino/pull/2016) - build(deps-dev): bump [@types/node](https://redirect.github.com/types/node) from 20.14.13 to 22.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2017](https://redirect.github.com/pinojs/pino/pull/2017) - docs: Update transports.md by [@Imgodmaoyouknow](https://redirect.github.com/Imgodmaoyouknow) in [https://github.com/pinojs/pino/pull/2027](https://redirect.github.com/pinojs/pino/pull/2027) - build(deps-dev): bump [@yao-pkg/pkg](https://redirect.github.com/yao-pkg/pkg) from 5.12.0 to 5.12.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/2031](https://redirect.github.com/pinojs/pino/pull/2031) - feat(types): forbid using default log fn when custom only used ([#1998](https://redirect.github.com/pinojs/pino/issues/1998)) by [@chernodub](https://redirect.github.com/chernodub) in [https://github.com/pinojs/pino/pull/1999](https://redirect.github.com/pinojs/pino/pull/1999) - feat: accept level in capitals by [@balaji-atoa](https://redirect.github.com/balaji-atoa) in [https://github.com/pinojs/pino/pull/2034](https://redirect.github.com/pinojs/pino/pull/2034) #### New Contributors - [@vktrl](https://redirect.github.com/vktrl) made their first contribution in [https://github.com/pinojs/pino/pull/2016](https://redirect.github.com/pinojs/pino/pull/2016) - [@Imgodmaoyouknow](https://redirect.github.com/Imgodmaoyouknow) made their first contribution in [https://github.com/pinojs/pino/pull/2027](https://redirect.github.com/pinojs/pino/pull/2027) - [@chernodub](https://redirect.github.com/chernodub) made their first contribution in [https://github.com/pinojs/pino/pull/1999](https://redirect.github.com/pinojs/pino/pull/1999) - [@balaji-atoa](https://redirect.github.com/balaji-atoa) made their first contribution in [https://github.com/pinojs/pino/pull/2034](https://redirect.github.com/pinojs/pino/pull/2034) **Full Changelog**: https://github.com/pinojs/pino/compare/v9.3.2...v9.4.0 ### [`v9.3.2`](https://redirect.github.com/pinojs/pino/compare/v9.3.1...00d19804cfe818e97c500de097a12deb97a5b8e5) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.3.1...v9.3.2) ### [`v9.3.1`](https://redirect.github.com/pinojs/pino/releases/tag/v9.3.1) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.3.0...v9.3.1) **Full Changelog**: https://github.com/pinojs/pino/compare/v9.3.0...v9.3.1 ### [`v9.3.0`](https://redirect.github.com/pinojs/pino/compare/v9.2.0...92f2cee98e83d3f864b228a6e1dc29a31e54ba49) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.2.0...v9.3.0) ### [`v9.2.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.2.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.1.0...v9.2.0) #### What's Changed - shallow clone target options by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1973](https://redirect.github.com/pinojs/pino/pull/1973) - add logger instance as third parameter by [@emmyakin](https://redirect.github.com/emmyakin) in [https://github.com/pinojs/pino/pull/1977](https://redirect.github.com/pinojs/pino/pull/1977) - use boolean flag to ensure serializers are applied once by [@emmyakin](https://redirect.github.com/emmyakin) in [https://github.com/pinojs/pino/pull/1976](https://redirect.github.com/pinojs/pino/pull/1976) - suppport messageKey in pino/browser by [@emmyakin](https://redirect.github.com/emmyakin) in [https://github.com/pinojs/pino/pull/1980](https://redirect.github.com/pinojs/pino/pull/1980) - Fixing browser side child log issue ([#960](https://redirect.github.com/pinojs/pino/issues/960)) child level can now be set at cr… by [@stevel032](https://redirect.github.com/stevel032) in [https://github.com/pinojs/pino/pull/1986](https://redirect.github.com/pinojs/pino/pull/1986) #### New Contributors - [@stevel032](https://redirect.github.com/stevel032) made their first contribution in [https://github.com/pinojs/pino/pull/1986](https://redirect.github.com/pinojs/pino/pull/1986) **Full Changelog**: https://github.com/pinojs/pino/compare/v9.1.0...v9.2.0 ### [`v9.1.0`](https://redirect.github.com/pinojs/pino/releases/tag/v9.1.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v9.0.0...v9.1.0) #### What's Changed - fix(transport-stream): Fix import error when using pkg with node v20 by [@nagyszabi](https://redirect.github.com/nagyszabi) in [https://github.com/pinojs/pino/pull/1949](https://redirect.github.com/pinojs/pino/pull/1949) - Update LTS doc by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1955](https://redirect.github.com/pinojs/pino/pull/1955) - Update pino types for browser.formatters by [@KatelynKim](https://redirect.github.com/KatelynKim) in [https://github.com/pinojs/pino/pull/1946](https://redirect.github.com/pinojs/pino/pull/1946) - add node v22 to CI by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1953](https://redirect.github.com/pinojs/pino/pull/1953) - Add Platformatic to sponsors by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1956](https://redirect.github.com/pinojs/pino/pull/1956) - Update h3 example by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1968](https://redirect.github.com/pinojs/pino/pull/1968) - Support file URLs when configuring multiple transports by [@haines](https://redirect.github.com/haines) in [https://github.com/pinojs/pino/pull/1961](https://redirect.github.com/pinojs/pino/pull/1961) - Adding support for mix\&match pipelines by [@dbacarel](https://redirect.github.com/dbacarel) in [https://github.com/pinojs/pino/pull/1954](https://redirect.github.com/pinojs/pino/pull/1954) - apply serializers to args once before asObject or transmit by [@emmyakin](https://redirect.github.com/emmyakin) in [https://github.com/pinojs/pino/pull/1971](https://redirect.github.com/pinojs/pino/pull/1971) - build(deps-dev): bump pino-pretty from 10.3.1 to 11.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1933](https://redirect.github.com/pinojs/pino/pull/1933) - build(deps): bump sonic-boom from 3.8.1 to 4.0.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1960](https://redirect.github.com/pinojs/pino/pull/1960) - build(deps): bump pino-std-serializers from 6.2.2 to 7.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1957](https://redirect.github.com/pinojs/pino/pull/1957) - build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1937](https://redirect.github.com/pinojs/pino/pull/1937) - build(deps): bump actions/dependency-review-action from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1894](https://redirect.github.com/pinojs/pino/pull/1894) - build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1913](https://redirect.github.com/pinojs/pino/pull/1913) - Drop yarn support and update pnpm by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1972](https://redirect.github.com/pinojs/pino/pull/1972) - build(deps): bump thread-stream from 2.7.0 to 3.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1959](https://redirect.github.com/pinojs/pino/pull/1959) #### New Contributors - [@nagyszabi](https://redirect.github.com/nagyszabi) made their first contribution in [https://github.com/pinojs/pino/pull/1949](https://redirect.github.com/pinojs/pino/pull/1949) - [@haines](https://redirect.github.com/haines) made their first contribution in [https://github.com/pinojs/pino/pull/1961](https://redirect.github.com/pinojs/pino/pull/1961) - [@emmyakin](https://redirect.github.com/emmyakin) made their first contribution in [https://github.com/pinojs/pino/pull/1971](https://redirect.github.com/pinojs/pino/pull/1971) **Full Changelog**: https://github.com/pinojs/pino/compare/v9.0.0...v9.1.0 ### [`v9.0.0`](https://redirect.github.com/pinojs/pino/compare/v8.21.0...4f8ea32aa69ec94b2fb5561716a7701aec991ce7) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.21.0...v9.0.0) ### [`v8.21.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.21.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.20.0...v8.21.0) #### What's Changed - docs: add a section about pino-logfmt [#1879](https://redirect.github.com/pinojs/pino/issues/1879) by [@botflux](https://redirect.github.com/botflux) in [https://github.com/pinojs/pino/pull/1941](https://redirect.github.com/pinojs/pino/pull/1941) - Docs: Separate ecosystem lists by [@EstebanDalelR](https://redirect.github.com/EstebanDalelR) in [https://github.com/pinojs/pino/pull/1942](https://redirect.github.com/pinojs/pino/pull/1942) - feat: send config to transports on init by [@10xLaCroixDrinker](https://redirect.github.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino/pull/1930](https://redirect.github.com/pinojs/pino/pull/1930) #### New Contributors - [@botflux](https://redirect.github.com/botflux) made their first contribution in [https://github.com/pinojs/pino/pull/1941](https://redirect.github.com/pinojs/pino/pull/1941) - [@EstebanDalelR](https://redirect.github.com/EstebanDalelR) made their first contribution in [https://github.com/pinojs/pino/pull/1942](https://redirect.github.com/pinojs/pino/pull/1942) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.20.0...v8.21.0 ### [`v8.20.0`](https://redirect.github.com/pinojs/pino/compare/v8.19.0...v8.20.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.19.0...v8.20.0) ### [`v8.19.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.19.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.18.0...v8.19.0) #### What's Changed - api.md: Fix link declaration by [@homersimpsons](https://redirect.github.com/homersimpsons) in [https://github.com/pinojs/pino/pull/1900](https://redirect.github.com/pinojs/pino/pull/1900) - Update transports.md by [@huijiewei](https://redirect.github.com/huijiewei) in [https://github.com/pinojs/pino/pull/1897](https://redirect.github.com/pinojs/pino/pull/1897) - Add a basic `formatters` option to the browser pino by [@KatelynKim](https://redirect.github.com/KatelynKim) in [https://github.com/pinojs/pino/pull/1898](https://redirect.github.com/pinojs/pino/pull/1898) - `setLevel` should respect level comparison option by [@obrus-corcentric](https://redirect.github.com/obrus-corcentric) in [https://github.com/pinojs/pino/pull/1901](https://redirect.github.com/pinojs/pino/pull/1901) - Add formatters log option by [@KatelynKim](https://redirect.github.com/KatelynKim) in [https://github.com/pinojs/pino/pull/1905](https://redirect.github.com/pinojs/pino/pull/1905) #### New Contributors - [@homersimpsons](https://redirect.github.com/homersimpsons) made their first contribution in [https://github.com/pinojs/pino/pull/1900](https://redirect.github.com/pinojs/pino/pull/1900) - [@huijiewei](https://redirect.github.com/huijiewei) made their first contribution in [https://github.com/pinojs/pino/pull/1897](https://redirect.github.com/pinojs/pino/pull/1897) - [@KatelynKim](https://redirect.github.com/KatelynKim) made their first contribution in [https://github.com/pinojs/pino/pull/1898](https://redirect.github.com/pinojs/pino/pull/1898) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.18.0...v8.19.0 ### [`v8.18.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.18.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.17.2...v8.18.0) #### What's Changed - build(deps): bump actions/upload-artifact from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1873](https://redirect.github.com/pinojs/pino/pull/1873) - chore(license): Update licensing year by [@codershiba](https://redirect.github.com/codershiba) in [https://github.com/pinojs/pino/pull/1882](https://redirect.github.com/pinojs/pino/pull/1882) - fix: destination docs and types by [@codershiba](https://redirect.github.com/codershiba) in [https://github.com/pinojs/pino/pull/1881](https://redirect.github.com/pinojs/pino/pull/1881) - Correct type of `pino`'s `stream` parameter by [@quisido](https://redirect.github.com/quisido) in [https://github.com/pinojs/pino/pull/1874](https://redirect.github.com/pinojs/pino/pull/1874) - Add ability to override custom levels comparison by [@obrus-corcentric](https://redirect.github.com/obrus-corcentric) in [https://github.com/pinojs/pino/pull/1883](https://redirect.github.com/pinojs/pino/pull/1883) - build(deps-dev): bump tsd from 0.29.0 to 0.30.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1888](https://redirect.github.com/pinojs/pino/pull/1888) #### New Contributors - [@codershiba](https://redirect.github.com/codershiba) made their first contribution in [https://github.com/pinojs/pino/pull/1882](https://redirect.github.com/pinojs/pino/pull/1882) - [@quisido](https://redirect.github.com/quisido) made their first contribution in [https://github.com/pinojs/pino/pull/1874](https://redirect.github.com/pinojs/pino/pull/1874) - [@obrus-corcentric](https://redirect.github.com/obrus-corcentric) made their first contribution in [https://github.com/pinojs/pino/pull/1883](https://redirect.github.com/pinojs/pino/pull/1883) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.2...v8.18.0 ### [`v8.17.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.17.2) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.17.1...v8.17.2) #### What's Changed - build(deps): bump process-warning from 2.3.2 to 3.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1869](https://redirect.github.com/pinojs/pino/pull/1869) - fix: type of child logger with custom levels by [@UndefinedBehaviour](https://redirect.github.com/UndefinedBehaviour) in [https://github.com/pinojs/pino/pull/1871](https://redirect.github.com/pinojs/pino/pull/1871) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.1...v8.17.2 ### [`v8.17.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.17.1) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.17.0...v8.17.1) #### What's Changed - Support unknown, reverts 1783, add tests by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1866](https://redirect.github.com/pinojs/pino/pull/1866) - Add Type Example for custom logger by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1867](https://redirect.github.com/pinojs/pino/pull/1867) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.0...v8.17.1 ### [`v8.17.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.17.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.16.2...v8.17.0) #### What's Changed - build(deps): bump actions/github-script from 6 to 7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1857](https://redirect.github.com/pinojs/pino/pull/1857) - Make license detectable by GitHub by [@10xLaCroixDrinker](https://redirect.github.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino/pull/1859](https://redirect.github.com/pinojs/pino/pull/1859) - docs: Clarify how to log both to a custom transport and to stdout by [@kibertoad](https://redirect.github.com/kibertoad) in [https://github.com/pinojs/pino/pull/1860](https://redirect.github.com/pinojs/pino/pull/1860) - Fix/types by [@UndefinedBehaviour](https://redirect.github.com/UndefinedBehaviour) in [https://github.com/pinojs/pino/pull/1858](https://redirect.github.com/pinojs/pino/pull/1858) - Bumped tsd to v0.29.0 by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1863](https://redirect.github.com/pinojs/pino/pull/1863) - fix: typescript types by [@Zamiell](https://redirect.github.com/Zamiell) in [https://github.com/pinojs/pino/pull/1783](https://redirect.github.com/pinojs/pino/pull/1783) - build(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1766](https://redirect.github.com/pinojs/pino/pull/1766) #### New Contributors - [@10xLaCroixDrinker](https://redirect.github.com/10xLaCroixDrinker) made their first contribution in [https://github.com/pinojs/pino/pull/1859](https://redirect.github.com/pinojs/pino/pull/1859) - [@Zamiell](https://redirect.github.com/Zamiell) made their first contribution in [https://github.com/pinojs/pino/pull/1783](https://redirect.github.com/pinojs/pino/pull/1783) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.16.2...v8.17.0 ### [`v8.16.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.16.2) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.16.1...v8.16.2) #### What's Changed - fix child-child benchmark by [@bngarren](https://redirect.github.com/bngarren) in [https://github.com/pinojs/pino/pull/1849](https://redirect.github.com/pinojs/pino/pull/1849) - fix: make transports.options and transports.level optional by [@krosenk729](https://redirect.github.com/krosenk729) in [https://github.com/pinojs/pino/pull/1831](https://redirect.github.com/pinojs/pino/pull/1831) - fix: export `redactOptions` type by [@wolfy1339](https://redirect.github.com/wolfy1339) in [https://github.com/pinojs/pino/pull/1847](https://redirect.github.com/pinojs/pino/pull/1847) - build(deps): bump actions/setup-node from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1844](https://redirect.github.com/pinojs/pino/pull/1844) #### New Contributors - [@bngarren](https://redirect.github.com/bngarren) made their first contribution in [https://github.com/pinojs/pino/pull/1849](https://redirect.github.com/pinojs/pino/pull/1849) - [@krosenk729](https://redirect.github.com/krosenk729) made their first contribution in [https://github.com/pinojs/pino/pull/1831](https://redirect.github.com/pinojs/pino/pull/1831) - [@wolfy1339](https://redirect.github.com/wolfy1339) made their first contribution in [https://github.com/pinojs/pino/pull/1847](https://redirect.github.com/pinojs/pino/pull/1847) - [@UndefinedBehaviour](https://redirect.github.com/UndefinedBehaviour) made their first contribution in [https://github.com/pinojs/pino/pull/1843](https://redirect.github.com/pinojs/pino/pull/1843) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.16.1...v8.16.2 ### [`v8.16.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.16.1) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.16.0...v8.16.1) #### What's Changed - Support Node.js v21 by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1834](https://redirect.github.com/pinojs/pino/pull/1834) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.16.0...v8.16.1 ### [`v8.16.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.16.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.7...v8.16.0) #### What's Changed - allow passing callback to flush by [@rluvaton](https://redirect.github.com/rluvaton) in [https://github.com/pinojs/pino/pull/1827](https://redirect.github.com/pinojs/pino/pull/1827) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.7...v8.16.0 ### [`v8.15.7`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.7) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.6...v8.15.7) #### What's Changed - update flush function type by [@rluvaton](https://redirect.github.com/rluvaton) in [https://github.com/pinojs/pino/pull/1824](https://redirect.github.com/pinojs/pino/pull/1824) - Fix Node.js in CITGM (v18.x) by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1828](https://redirect.github.com/pinojs/pino/pull/1828) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.6...v8.15.7 ### [`v8.15.6`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.6) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.5...v8.15.6) #### What's Changed - Fix flaky test in CITGM by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1826](https://redirect.github.com/pinojs/pino/pull/1826) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.5...v8.15.6 ### [`v8.15.5`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.5) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.4...v8.15.5) #### What's Changed - Fix broken test by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1825](https://redirect.github.com/pinojs/pino/pull/1825) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.4...v8.15.5 ### [`v8.15.4`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.4) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.3...v8.15.4) #### What's Changed - build(deps): bump actions/checkout from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1822](https://redirect.github.com/pinojs/pino/pull/1822) - feat: auto completion for `level` by [@bogeychan](https://redirect.github.com/bogeychan) in [https://github.com/pinojs/pino/pull/1808](https://redirect.github.com/pinojs/pino/pull/1808) #### New Contributors - [@bogeychan](https://redirect.github.com/bogeychan) made their first contribution in [https://github.com/pinojs/pino/pull/1808](https://redirect.github.com/pinojs/pino/pull/1808) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.3...v8.15.4 ### [`v8.15.3`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.3) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.2...v8.15.3) #### What's Changed - Disable FinalizationRegistry if node code coverage is active by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1819](https://redirect.github.com/pinojs/pino/pull/1819) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.2...v8.15.3 ### [`v8.15.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.2) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.1...v8.15.2) #### What's Changed - enable named export in browser.js by [@tarunrajput](https://redirect.github.com/tarunrajput) in [https://github.com/pinojs/pino/pull/1803](https://redirect.github.com/pinojs/pino/pull/1803) - Fix improperly placed quote by [@Artrix9095](https://redirect.github.com/Artrix9095) in [https://github.com/pinojs/pino/pull/1810](https://redirect.github.com/pinojs/pino/pull/1810) - export the LoggerExtras interface by [@ethanniser](https://redirect.github.com/ethanniser) in [https://github.com/pinojs/pino/pull/1813](https://redirect.github.com/pinojs/pino/pull/1813) #### New Contributors - [@Artrix9095](https://redirect.github.com/Artrix9095) made their first contribution in [https://github.com/pinojs/pino/pull/1810](https://redirect.github.com/pinojs/pino/pull/1810) - [@ethanniser](https://redirect.github.com/ethanniser) made their first contribution in [https://github.com/pinojs/pino/pull/1813](https://redirect.github.com/pinojs/pino/pull/1813) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.1...v8.15.2 ### [`v8.15.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.1) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.15.0...v8.15.1) #### What's Changed - fix: replace nullish coalescing operator by [@hchangjae](https://redirect.github.com/hchangjae) in [https://github.com/pinojs/pino/pull/1780](https://redirect.github.com/pinojs/pino/pull/1780) - adding asString to the key by [@tzviki](https://redirect.github.com/tzviki) in [https://github.com/pinojs/pino/pull/1779](https://redirect.github.com/pinojs/pino/pull/1779) - feat([#1595](https://redirect.github.com/pinojs/pino/issues/1595)): improve stream entry type by [@Puppo](https://redirect.github.com/Puppo) in [https://github.com/pinojs/pino/pull/1778](https://redirect.github.com/pinojs/pino/pull/1778) - build(deps): bump pino-abstract-transport from v1.0.0 to 1.1.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1797](https://redirect.github.com/pinojs/pino/pull/1797) - Skip writing a big file test in CI and CITGM by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1800](https://redirect.github.com/pinojs/pino/pull/1800) #### New Contributors - [@hchangjae](https://redirect.github.com/hchangjae) made their first contribution in [https://github.com/pinojs/pino/pull/1780](https://redirect.github.com/pinojs/pino/pull/1780) - [@Puppo](https://redirect.github.com/Puppo) made their first contribution in [https://github.com/pinojs/pino/pull/1778](https://redirect.github.com/pinojs/pino/pull/1778) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.15.0...v8.15.1 ### [`v8.15.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.15.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.14.2...v8.15.0) #### What's Changed - docs(transports): add axiom [#1753](https://redirect.github.com/pinojs/pino/issues/1753) by [@qlaffont](https://redirect.github.com/qlaffont) in [https://github.com/pinojs/pino/pull/1754](https://redirect.github.com/pinojs/pino/pull/1754) - Add pino-opentelemetry-transport as a known plugin to transports.md by [@Vunovati](https://redirect.github.com/Vunovati) in [https://github.com/pinojs/pino/pull/1757](https://redirect.github.com/pinojs/pino/pull/1757) - fix: example code in transports.md by [@exKAZUu](https://redirect.github.com/exKAZUu) in [https://github.com/pinojs/pino/pull/1761](https://redirect.github.com/pinojs/pino/pull/1761) - Add default levels to opts in multistream by [@tzviki](https://redirect.github.com/tzviki) in [https://github.com/pinojs/pino/pull/1760](https://redirect.github.com/pinojs/pino/pull/1760) #### New Contributors - [@qlaffont](https://redirect.github.com/qlaffont) made their first contribution in [https://github.com/pinojs/pino/pull/1754](https://redirect.github.com/pinojs/pino/pull/1754) - [@Vunovati](https://redirect.github.com/Vunovati) made their first contribution in [https://github.com/pinojs/pino/pull/1757](https://redirect.github.com/pinojs/pino/pull/1757) - [@exKAZUu](https://redirect.github.com/exKAZUu) made their first contribution in [https://github.com/pinojs/pino/pull/1761](https://redirect.github.com/pinojs/pino/pull/1761) - [@tzviki](https://redirect.github.com/tzviki) made their first contribution in [https://github.com/pinojs/pino/pull/1760](https://redirect.github.com/pinojs/pino/pull/1760) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.14.2...v8.15.0 ### [`v8.14.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.14.2) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.14.1...v8.14.2) #### What's Changed - build(deps-dev): bump [@types/node](https://redirect.github.com/types/node) from 18.16.14 to 20.2.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1718](https://redirect.github.com/pinojs/pino/pull/1718) - build(deps-dev): bump rimraf from 4.4.1 to 5.0.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1719](https://redirect.github.com/pinojs/pino/pull/1719) - build(deps-dev): bump pino-pretty from 9.4.0 to 10.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1670](https://redirect.github.com/pinojs/pino/pull/1670) - docs: add pino-slack-webhook to list of v7+ compatible transports by [@youngkiu](https://redirect.github.com/youngkiu) in [https://github.com/pinojs/pino/pull/1730](https://redirect.github.com/pinojs/pino/pull/1730) - Add missing closing curly brace in transports documentation by [@JasoonS](https://redirect.github.com/JasoonS) in [https://github.com/pinojs/pino/pull/1737](https://redirect.github.com/pinojs/pino/pull/1737) - Issue [#1735](https://redirect.github.com/pinojs/pino/issues/1735) - Programmatic Integration as a transport fails by [@altearius](https://redirect.github.com/altearius) in [https://github.com/pinojs/pino/pull/1739](https://redirect.github.com/pinojs/pino/pull/1739) - build(deps-dev): bump typescript from 4.9.5 to 5.1.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1728](https://redirect.github.com/pinojs/pino/pull/1728) - build(deps-dev): bump bole from 4.0.1 to 5.0.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1734](https://redirect.github.com/pinojs/pino/pull/1734) - build(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1740](https://redirect.github.com/pinojs/pino/pull/1740) - fix: browser respect child logger log level by [@NicoVogel](https://redirect.github.com/NicoVogel) in [https://github.com/pinojs/pino/pull/1725](https://redirect.github.com/pinojs/pino/pull/1725) - Fix dependency version by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1747](https://redirect.github.com/pinojs/pino/pull/1747) - fix: use `messageKey` when giving message precedence over error by [@joelmukuthu](https://redirect.github.com/joelmukuthu) in [https://github.com/pinojs/pino/pull/1746](https://redirect.github.com/pinojs/pino/pull/1746) #### New Contributors - [@youngkiu](https://redirect.github.com/youngkiu) made their first contribution in [https://github.com/pinojs/pino/pull/1730](https://redirect.github.com/pinojs/pino/pull/1730) - [@JasoonS](https://redirect.github.com/JasoonS) made their first contribution in [https://github.com/pinojs/pino/pull/1737](https://redirect.github.com/pinojs/pino/pull/1737) - [@altearius](https://redirect.github.com/altearius) made their first contribution in [https://github.com/pinojs/pino/pull/1739](https://redirect.github.com/pinojs/pino/pull/1739) - [@NicoVogel](https://redirect.github.com/NicoVogel) made their first contribution in [https://github.com/pinojs/pino/pull/1725](https://redirect.github.com/pinojs/pino/pull/1725) - [@joelmukuthu](https://redirect.github.com/joelmukuthu) made their first contribution in [https://github.com/pinojs/pino/pull/1746](https://redirect.github.com/pinojs/pino/pull/1746) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.14.1...v8.14.2 ### [`v8.14.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.14.1) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.14.0...v8.14.1) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.14.0...v8.14.1 ### [`v8.14.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.14.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/c1c8eb41240c0ae9282bac1741ae2ee7bdb82895...v8.14.0) #### What's Changed - Docs: add favicon by [@WolfGangsta](https://redirect.github.com/WolfGangsta) in [https://github.com/pinojs/pino/pull/1698](https://redirect.github.com/pinojs/pino/pull/1698) - docs: bindings formatter function usage by [@nadhifikbarw](https://redirect.github.com/nadhifikbarw) in [https://github.com/pinojs/pino/pull/1702](https://redirect.github.com/pinojs/pino/pull/1702) - add crlf in LoggerOptions Interface by [@tarunrajput](https://redirect.github.com/tarunrajput) in [https://github.com/pinojs/pino/pull/1696](https://redirect.github.com/pinojs/pino/pull/1696) - Support custom levels on browser by [@matheusvellone](https://redirect.github.com/matheusvellone) in [https://github.com/pinojs/pino/pull/1707](https://redirect.github.com/pinojs/pino/pull/1707) - Add child method default generic type by [@matheusvellone](https://redirect.github.com/matheusvellone) in [https://github.com/pinojs/pino/pull/1704](https://redirect.github.com/pinojs/pino/pull/1704) - feat: pass logger/child logger as param to mixin by [@mmarchini](https://redirect.github.com/mmarchini) in [https://github.com/pinojs/pino/pull/1709](https://redirect.github.com/pinojs/pino/pull/1709) - docs: add 'best performance for basic stdout logging' to help.md by [@janeklb](https://redirect.github.com/janeklb) in [https://github.com/pinojs/pino/pull/1584](https://redirect.github.com/pinojs/pino/pull/1584) #### New Contributors - [@WolfGangsta](https://redirect.github.com/WolfGangsta) made their first contribution in [https://github.com/pinojs/pino/pull/1698](https://redirect.github.com/pinojs/pino/pull/1698) - [@nadhifikbarw](https://redirect.github.com/nadhifikbarw) made their first contribution in [https://github.com/pinojs/pino/pull/1702](https://redirect.github.com/pinojs/pino/pull/1702) - [@matheusvellone](https://redirect.github.com/matheusvellone) made their first contribution in [https://github.com/pinojs/pino/pull/1707](https://redirect.github.com/pinojs/pino/pull/1707) - [@janeklb](https://redirect.github.com/janeklb) made their first contribution in [https://github.com/pinojs/pino/pull/1584](https://redirect.github.com/pinojs/pino/pull/1584) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.12.0...v8.14.0 ### [`v8.12.1`](https://redirect.github.com/pinojs/pino/compare/v8.12.0...c1c8eb41240c0ae9282bac1741ae2ee7bdb82895) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.12.0...c1c8eb41240c0ae9282bac1741ae2ee7bdb82895) ### [`v8.12.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.12.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.11.0...v8.12.0) #### What's Changed - feat: add mightnight-smoker closes [#1570](https://redirect.github.com/pinojs/pino/issues/1570) by [@dancastillo](https://redirect.github.com/dancastillo) in [https://github.com/pinojs/pino/pull/1665](https://redirect.github.com/pinojs/pino/pull/1665) - Remove (package.json).files by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1673](https://redirect.github.com/pinojs/pino/pull/1673) - docs(ecosystem): add crawlee-pino by [@imyelo](https://redirect.github.com/imyelo) in [https://github.com/pinojs/pino/pull/1685](https://redirect.github.com/pinojs/pino/pull/1685) - fix(type): add `disabled` to `pino.LoggerOptions` by [@JonParton](https://redirect.github.com/JonParton) in [https://github.com/pinojs/pino/pull/1629](https://redirect.github.com/pinojs/pino/pull/1629) - remove type definition for pino 7.0 comment by [@tarunrajput](https://redirect.github.com/tarunrajput) in [https://github.com/pinojs/pino/pull/1693](https://redirect.github.com/pinojs/pino/pull/1693) - Expose errWithCause to browser API & add Node v20 by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1701](https://redirect.github.com/pinojs/pino/pull/1701) #### New Contributors - [@imyelo](https://redirect.github.com/imyelo) made their first contribution in [https://github.com/pinojs/pino/pull/1685](https://redirect.github.com/pinojs/pino/pull/1685) - [@JonParton](https://redirect.github.com/JonParton) made their first contribution in [https://github.com/pinojs/pino/pull/1629](https://redirect.github.com/pinojs/pino/pull/1629) - [@tarunrajput](https://redirect.github.com/tarunrajput) made their first contribution in [https://github.com/pinojs/pino/pull/1693](https://redirect.github.com/pinojs/pino/pull/1693) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.11.0...v8.12.0 ### [`v8.11.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.11.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.10.0...v8.11.0) #### What's Changed - Add script to bump version by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1643](https://redirect.github.com/pinojs/pino/pull/1643) - Add Node 19 to the CI by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1646](https://redirect.github.com/pinojs/pino/pull/1646) - fix(docs): update multistream example and description by [@Cheprer](https://redirect.github.com/Cheprer) in [https://github.com/pinojs/pino/pull/1649](https://redirect.github.com/pinojs/pino/pull/1649) - fix msg precendence when sending a merging object with msg and err by [@leon-volq](https://redirect.github.com/leon-volq) in [https://github.com/pinojs/pino/pull/1654](https://redirect.github.com/pinojs/pino/pull/1654) #### New Contributors - [@Cheprer](https://redirect.github.com/Cheprer) made their first contribution in [https://github.com/pinojs/pino/pull/1649](https://redirect.github.com/pinojs/pino/pull/1649) - [@leon-volq](https://redirect.github.com/leon-volq) made their first contribution in [https://github.com/pinojs/pino/pull/1654](https://redirect.github.com/pinojs/pino/pull/1654) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.10.0...v8.11.0 ### [`v8.10.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.10.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.9.0...v8.10.0) #### What's Changed - feat: add dedupe option to transport by [@nekosaur](https://redirect.github.com/nekosaur) in [https://github.com/pinojs/pino/pull/1640](https://redirect.github.com/pinojs/pino/pull/1640) #### New Contributors - [@nekosaur](https://redirect.github.com/nekosaur) made their first contribution in [https://github.com/pinojs/pino/pull/1640](https://redirect.github.com/pinojs/pino/pull/1640) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.9.0...v8.10.0 ### [`v8.9.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.9.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.8.0...v8.9.0) ##### What's Changed - Fix documentation example by [@khobaib222](https://redirect.github.com/khobaib222) in [https://github.com/pinojs/pino/pull/1608](https://redirect.github.com/pinojs/pino/pull/1608) - docs: Add correct link to Matteo Collina's github account in README.md by [@HassanBahati](https://redirect.github.com/HassanBahati) in [https://github.com/pinojs/pino/pull/1609](https://redirect.github.com/pinojs/pino/pull/1609) - Docs: Enhance Fastify Example - Add port for the server by [@HassanBahati](https://redirect.github.com/HassanBahati) in [https://github.com/pinojs/pino/pull/1611](https://redirect.github.com/pinojs/pino/pull/1611) - Add yarn install to the documentation. by [@luluhoc](https://redirect.github.com/luluhoc) in [https://github.com/pinojs/pino/pull/1614](https://redirect.github.com/pinojs/pino/pull/1614) - build(deps): bump actions/dependency-review-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1597](https://redirect.github.com/pinojs/pino/pull/1597) - docs(pretty): update the api example guide and remove an obsolete type by [@borjapazr](https://redirect.github.com/borjapazr) in [https://github.com/pinojs/pino/pull/1620](https://redirect.github.com/pinojs/pino/pull/1620) - Remove defunct "Exit logging" link by [@bitjson](https://redirect.github.com/bitjson) in [https://github.com/pinojs/pino/pull/1622](https://redirect.github.com/pinojs/pino/pull/1622) - build(deps-dev): bump rimraf from 3.0.2 to 4.0.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1624](https://redirect.github.com/pinojs/pino/pull/1624) - remove: outdated/unused information from docs/pretty.md by [@VladimirMikulic](https://redirect.github.com/VladimirMikulic) in [https://github.com/pinojs/pino/pull/1625](https://redirect.github.com/pinojs/pino/pull/1625) - fix: badges by [@xtexChooser](https://redirect.github.com/xtexChooser) in [https://github.com/pinojs/pino/pull/1630](https://redirect.github.com/pinojs/pino/pull/1630) - Transports are always asynchronous by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1631](https://redirect.github.com/pinojs/pino/pull/1631) - Add [@logtail/pino](https://redirect.github.com/logtail/pino) to v7+ compatible transports by [@curusarn](https://redirect.github.com/curusarn) in [https://github.com/pinojs/pino/pull/1634](https://redirect.github.com/pinojs/pino/pull/1634) - Allow message prefix - [#544](https://redirect.github.com/pinojs/pino/issues/544) by [@rluvaton](https://redirect.github.com/rluvaton) in [https://github.com/pinojs/pino/pull/1635](https://redirect.github.com/pinojs/pino/pull/1635) ##### New Contributors - [@khobaib222](https://redirect.github.com/khobaib222) made their first contribution in [https://github.com/pinojs/pino/pull/1608](https://redirect.github.com/pinojs/pino/pull/1608) - [@HassanBahati](https://redirect.github.com/HassanBahati) made their first contribution in [https://github.com/pinojs/pino/pull/1609](https://redirect.github.com/pinojs/pino/pull/1609) - [@luluhoc](https://redirect.github.com/luluhoc) made their first contribution in [https://github.com/pinojs/pino/pull/1614](https://redirect.github.com/pinojs/pino/pull/1614) - [@borjapazr](https://redirect.github.com/borjapazr) made their first contribution in [https://github.com/pinojs/pino/pull/1620](https://redirect.github.com/pinojs/pino/pull/1620) - [@bitjson](https://redirect.github.com/bitjson) made their first contribution in [https://github.com/pinojs/pino/pull/1622](https://redirect.github.com/pinojs/pino/pull/1622) - [@VladimirMikulic](https://redirect.github.com/VladimirMikulic) made their first contribution in [https://github.com/pinojs/pino/pull/1625](https://redirect.github.com/pinojs/pino/pull/1625) - [@xtexChooser](https://redirect.github.com/xtexChooser) made their first contribution in [https://github.com/pinojs/pino/pull/1630](https://redirect.github.com/pinojs/pino/pull/1630) - [@curusarn](https://redirect.github.com/curusarn) made their first contribution in [https://github.com/pinojs/pino/pull/1634](https://redirect.github.com/pinojs/pino/pull/1634) - [@rluvaton](https://redirect.github.com/rluvaton) made their first contribution in [https://github.com/pinojs/pino/pull/1635](https://redirect.github.com/pinojs/pino/pull/1635) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.8.0...v8.9.0 ### [`v8.8.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.8.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.7.0...v8.8.0) #### What's Changed - Update async logging caveats documentation by [@jonathansamines](https://redirect.github.com/jonathansamines) in [https://github.com/pinojs/pino/pull/1578](https://redirect.github.com/pinojs/pino/pull/1578) - Update hapi-pino usage example by [@jonathansamines](https://redirect.github.com/jonathansamines) in [https://github.com/pinojs/pino/pull/1580](https://redirect.github.com/pinojs/pino/pull/1580) - build(deps): bump pnpm/action-setup from 2.2.2 to 2.2.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1582](https://redirect.github.com/pinojs/pino/pull/1582) - Use safe stringify for redaction by [@bbi22](https://redirect.github.com/bbi22) in [https://github.com/pinojs/pino/pull/1587](https://redirect.github.com/pinojs/pino/pull/1587) - Fix updating errorKey with default error serializer ([#1593](https://redirect.github.com/pinojs/pino/issues/1593)) by [@zahar517](https://redirect.github.com/zahar517) in [https://github.com/pinojs/pino/pull/1604](https://redirect.github.com/pinojs/pino/pull/1604) #### New Contributors - [@jonathansamines](https://redirect.github.com/jonathansamines) made their first contribution in [https://github.com/pinojs/pino/pull/1578](https://redirect.github.com/pinojs/pino/pull/1578) - [@bbi22](https://redirect.github.com/bbi22) made their first contribution in [https://github.com/pinojs/pino/pull/1587](https://redirect.github.com/pinojs/pino/pull/1587) - [@zahar517](https://redirect.github.com/zahar517) made their first contribution in [https://github.com/pinojs/pino/pull/1604](https://redirect.github.com/pinojs/pino/pull/1604) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.7.0...v8.8.0 ### [`v8.7.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.7.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.6.1...v8.7.0) #### What's Changed - Add DestinationStreamMetadata type to pino.d.ts by [@segevfiner](https://redirect.github.com/segevfiner) in [https://github.com/pinojs/pino/pull/1566](https://redirect.github.com/pinojs/pino/pull/1566) - fix: remove pretty print in types, docs by [@susmithagudapati](https://redirect.github.com/susmithagudapati) in [https://github.com/pinojs/pino/pull/1569](https://redirect.github.com/pinojs/pino/pull/1569) - Pass logger instance as an argument in `level-change` event by [@bienzaaron](https://redirect.github.com/bienzaaron) in [https://github.com/pinojs/pino/pull/1576](https://redirect.github.com/pinojs/pino/pull/1576) #### New Contributors - [@segevfiner](https://redirect.github.com/segevfiner) made their first contribution in [https://github.com/pinojs/pino/pull/1566](https://redirect.github.com/pinojs/pino/pull/1566) - [@susmithagudapati](https://redirect.github.com/susmithagudapati) made their first contribution in [https://github.com/pinojs/pino/pull/1569](https://redirect.github.com/pinojs/pino/pull/1569) - [@bienzaaron](https://redirect.github.com/bienzaaron) made their first contribution in [https://github.com/pinojs/pino/pull/1576](https://redirect.github.com/pinojs/pino/pull/1576) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.6.1...v8.7.0 ### [`v8.6.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.6.1) [Compare Source](https://redirect.github.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://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1563](https://redirect.github.com/pinojs/pino/pull/1563) - fix(tools): log\[level] compatible with when first argument is undefined (fix [#1555](https://redirect.github.com/pinojs/pino/issues/1555)) by [@sun0day](https://redirect.github.com/sun0day) in [https://github.com/pinojs/pino/pull/1565](https://redirect.github.com/pinojs/pino/pull/1565) #### New Contributors - [@sun0day](https://redirect.github.com/sun0day) made their first contribution in [https://github.com/pinojs/pino/pull/1565](https://redirect.github.com/pinojs/pino/pull/1565) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.6.0...v8.6.1 ### [`v8.6.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.6.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.5.0...v8.6.0) #### What's Changed - feat: bump typescript to 4.8.2 by [@anonrig](https://redirect.github.com/anonrig) in [https://github.com/pinojs/pino/pull/1550](https://redirect.github.com/pinojs/pino/pull/1550) - Document how error is received from worker transport by [@TommyDew42](https://redirect.github.com/TommyDew42) in [https://github.com/pinojs/pino/pull/1548](https://redirect.github.com/pinojs/pino/pull/1548) - build(deps-dev): bump jest from 28.1.3 to 29.0.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1553](https://redirect.github.com/pinojs/pino/pull/1553) - fix: add `this` to `hooks.logMethod` by [@SimenB](https://redirect.github.com/SimenB) in [https://github.com/pinojs/pino/pull/1559](https://redirect.github.com/pinojs/pino/pull/1559) - docs: grammar and spelling fixes by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1560](https://redirect.github.com/pinojs/pino/pull/1560) - fix: type `formatters.log` with a Record type by [@SimenB](https://redirect.github.com/SimenB) in [https://github.com/pinojs/pino/pull/1561](https://redirect.github.com/pinojs/pino/pull/1561) - fix: correct type of `args` passed to `hooks.logMethod` by [@SimenB](https://redirect.github.com/SimenB) in [https://github.com/pinojs/pino/pull/1558](https://redirect.github.com/pinojs/pino/pull/1558) #### New Contributors - [@anonrig](https://redirect.github.com/anonrig) made their first contribution in [https://github.com/pinojs/pino/pull/1550](https://redirect.github.com/pinojs/pino/pull/1550) - [@TommyDew42](https://redirect.github.com/TommyDew42) made their first contribution in [https://github.com/pinojs/pino/pull/1548](https://redirect.github.com/pinojs/pino/pull/1548) - [@SimenB](https://redirect.github.com/SimenB) made their first contribution in [https://github.com/pinojs/pino/pull/1559](https://redirect.github.com/pinojs/pino/pull/1559) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.5.0...v8.6.0 ### [`v8.5.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.5.0) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.4.2...v8.5.0) #### What's Changed - docs(ecosystem): add cloud-pine to community list by [@metcoder95](https://redirect.github.com/metcoder95) in [https://github.com/pinojs/pino/pull/1527](https://redirect.github.com/pinojs/pino/pull/1527) - Fix transports doc pipeline example by [@AceFire6](https://redirect.github.com/AceFire6) in [https://github.com/pinojs/pino/pull/1530](https://redirect.github.com/pinojs/pino/pull/1530) - docs(help): use formatters since useLevelLabels is deprecated by [@arkerone](https://redirect.github.com/arkerone) in [https://github.com/pinojs/pino/pull/1533](https://redirect.github.com/pinojs/pino/pull/1533) - build(deps-dev): add debug by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1537](https://redirect.github.com/pinojs/pino/pull/1537) - Remove all mentions of final by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1544](https://redirect.github.com/pinojs/pino/pull/1544) - build(deps): bump jsumners/lock-threads from [`b27edac`](https://redirect.github.com/pinojs/pino/commit/b27edac0ac998d42b2815e122b6c24b32b568321) to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1545](https://redirect.github.com/pinojs/pino/pull/1545) - GitHub Workflows security hardening by [@sashashura](https://redirect.github.com/sashashura) in [https://github.com/pinojs/pino/pull/1546](https://redirect.github.com/pinojs/pino/pull/1546) - Revert "build(deps): bump jsumners/lock-threads from [`b27edac`](https://redirect.github.com/pinojs/pino/commit/b27edac0ac998d42b2815e122b6c24b32b568321) to 3" by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/pinojs/pino/pull/1547](https://redirect.github.com/pinojs/pino/pull/1547) - Added `onChild` callback with tests and documentation by [@Diabl0269](https://redirect.github.com/Diabl0269) in [https://github.com/pinojs/pino/pull/1541](https://redirect.github.com/pinojs/pino/pull/1541) #### New Contributors - [@metcoder95](https://redirect.github.com/metcoder95) made their first contribution in [https://github.com/pinojs/pino/pull/1527](https://redirect.github.com/pinojs/pino/pull/1527) - [@AceFire6](https://redirect.github.com/AceFire6) made their first contribution in [https://github.com/pinojs/pino/pull/1530](https://redirect.github.com/pinojs/pino/pull/1530) - [@arkerone](https://redirect.github.com/arkerone) made their first contribution in [https://github.com/pinojs/pino/pull/1533](https://redirect.github.com/pinojs/pino/pull/1533) - [@sashashura](https://redirect.github.com/sashashura) made their first contribution in [https://github.com/pinojs/pino/pull/1546](https://redirect.github.com/pinojs/pino/pull/1546) - [@Diabl0269](https://redirect.github.com/Diabl0269) made their first contribution in [https://github.com/pinojs/pino/pull/1541](https://redirect.github.com/pinojs/pino/pull/1541) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.2...v8.5.0 ### [`v8.4.2`](https://redirect.github.com/pinojs/pino/releases/tag/v8.4.2) [Compare Source](https://redirect.github.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://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1519](https://redirect.github.com/pinojs/pino/pull/1519) - chore: update pino-pretty example image by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/pinojs/pino/pull/1522](https://redirect.github.com/pinojs/pino/pull/1522) - fix loading .js with pkg by [@burgerni10](https://redirect.github.com/burgerni10) in [https://github.com/pinojs/pino/pull/1493](https://redirect.github.com/pinojs/pino/pull/1493) #### New Contributors - [@burgerni10](https://redirect.github.com/burgerni10) made their first contribution in [https://github.com/pinojs/pino/pull/1493](https://redirect.github.com/pinojs/pino/pull/1493) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.1...v8.4.2 ### [`v8.4.1`](https://redirect.github.com/pinojs/pino/releases/tag/v8.4.1) [Compare Source](https://redirect.github.com/pinojs/pino/compare/v8.4.0...v8.4.1) #### What's Changed - Add pino-transport-datadog to transports.md by [@theogravity](https://redirect.github.com/theogravity) in [https://github.com/pinojs/pino/pull/1512](https://redirect.github.com/pinojs/pino/pull/1512) - Simplify Google logging-specific configuration example by [@andrew-demb](https://redirect.github.com/andrew-demb) in [https://github.com/pinojs/pino/pull/1516](https://redirect.github.com/pinojs/pino/pull/1516) - Default fd=1 in pino.destination if stdout has no file descriptor by [@mcollina](https://redirect.github.com/mcollina) in [https://github.com/pinojs/pino/pull/1517](https://redirect.github.com/pinojs/pino/pull/1517) #### New Contributors - [@theogravity](https://redirect.github.com/theogravity) made their first contribution in [https://github.com/pinojs/pino/pull/1512](https://redirect.github.com/pinojs/pino/pull/1512) - [@andrew-demb](https://redirect.github.com/andrew-demb) made their first contribution in [https://github.com/pinojs/pino/pull/1516](https://redirect.github.com/pinojs/pino/pull/1516) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.4.0...v8.4.1 ### [`v8.4.0`](https://redirect.github.com/pinojs/pino/releases/tag/v8.4.0) [Compare Source](https://redirect.github.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://redirect.github.com/dependabot) in [https://github.com/pinojs/pino/pull/1505](https://redirect.github.com/pinojs/pino/pull/1505) - feat: add errorKeyConfiguration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.