pino 7.10.0
What's Changed
- Fix hasOwnProperty usage by @joshkel in https://github.com/pinojs/pino/pull/1359
- Update tap config by @jsumners in https://github.com/pinojs/pino/pull/1384
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in https://github.com/pinojs/pino/pull/1391
- Do not leak files when running tests by @mcollina in https://github.com/pinojs/pino/pull/1395
- Add missing require statement by @jsumners in https://github.com/pinojs/pino/pull/1397
- Add LoggerExtras.setBindings to pino.d.ts by @trevorr in https://github.com/pinojs/pino/pull/1394
- Add synchronous sleep in case of synchronous exit by @mcollina in https://github.com/pinojs/pino/pull/1401
- Add LevelWithSilent as an exported type by @deongroenewald in https://github.com/pinojs/pino/pull/1399
- Add option to pass custom levels down to
multistream()from transport by @savardc in https://github.com/pinojs/pino/pull/1398 - docs: add h3 example by @wobsoriano in https://github.com/pinojs/pino/pull/1385
- Bumped thread-stream version by @ramonmulia in https://github.com/pinojs/pino/pull/1382
- build(deps): bump actions/setup-node from 3.0.0 to 3.1.0 by @dependabot in https://github.com/pinojs/pino/pull/1390
- build(deps-dev): update pino-pretty requirement from ^v7.5.4 to ^v7.6.0 by @dependabot in https://github.com/pinojs/pino/pull/1387
- fix incorrect type definition of censor function by @mksmtn in https://github.com/pinojs/pino/pull/1389
New Contributors
- @joshkel made their first contribution in https://github.com/pinojs/pino/pull/1359
- @trevorr made their first contribution in https://github.com/pinojs/pino/pull/1394
- @deongroenewald made their first contribution in https://github.com/pinojs/pino/pull/1399
- @savardc made their first contribution in https://github.com/pinojs/pino/pull/1398
- @wobsoriano made their first contribution in https://github.com/pinojs/pino/pull/1385
- @ramonmulia made their first contribution in https://github.com/pinojs/pino/pull/1382
- @mksmtn made their first contribution in https://github.com/pinojs/pino/pull/1389
Full Changelog: https://github.com/pinojs/pino/compare/v7.9.2...v7.10.0