版本发布 8
## What's Changed * feat(types): add LogFnFields by @samchungy in https://github.com/pinojs/pino/pull/2254 * Convert tests to node:test by @jsumners in https://github.com/pinojs/pino/pull/2299 * removed unused .taprc.yaml by @jsumners in https://github.com/pinojs/pino/pull/2310 **Full Changelog**: https://github.com/pinojs/pino/compare/v9.13.1...v10.0.0
## What's Changed * fix(log): better logfn handling of generics by @rozzilla in https://github.com/pinojs/pino/pull/2309 **Full Changelog**: https://github.com/pinojs/pino/compare/v9.13.0...v9.13.1
## What's Changed * build(deps): bump actions/checkout from 4.3.0 to 5.0.0 by @dependabot[bot] in https://github.com/pinojs/pino/pull/2301 * build(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in https://github.com/pinojs/pino/pull/2303 * build(deps-dev): bump @yao-pkg/pkg from 6.3.0 to 6.7.0 by @dependabot[bot] in https://github.com/pinojs/pino/pull/2306 * perf: optimize .child by @ronag in https://github.com/pinojs/pino/pull/2300 * docs(ecosystem): add eslint-plugin-pino to ecosystem page by @orzarchi in https://github.com/pinojs/pino/pull/2297 ## New Contributors * @ronag made their first contribution in https://github.com/pinojs/pino/pull/2300 * @orzarchi made their first contribution in https://github.com/pinojs/pino/pull/2297 **Full Changelog**: https://github.com/pinojs/pino/compare/v9.12.0...v9.13.0
## What's Changed * types: expose stdTimeFunctions on nested namespace pino while preserv… by @tawseefnabi in https://github.com/pinojs/pino/pull/2263 * test: exclude Windows + Node 18.18 from test matrix by @aryamohanan in https://github.com/pinojs/pino/pull/2292 * Replace fast-redact with slow-redact by @mcollina in https://github.com/pinojs/pino/pull/2298 ## New Contributors * @tawseefnabi made their first contribution in https://github.com/pinojs/pino/pull/2263 **Full Changelog**: https://github.com/pinojs/pino/compare/v9.11.0...v9.12.0
## What's Changed * fix: allow object type in %s placeholder by @mcollina in https://github.com/pinojs/pino/pull/2277 **Full Changelog**: https://github.com/pinojs/pino/compare/v9.9.4...v9.9.5
## What's Changed * Avoid setLevel in child when possible by @mcollina in https://github.com/pinojs/pino/pull/2271 **Full Changelog**: https://github.com/pinojs/pino/compare/v9.9.1...v9.9.2
## What's Changed * Fix TypeScript types by @joshkel in https://github.com/pinojs/pino/pull/2258 * feat: Added remove to multistream. by @ShogunPanda in https://github.com/pinojs/pino/pull/2257 **Full Changelog**: https://github.com/pinojs/pino/compare/v9.8.0...v9.9.0
## What's Changed * Update api.md - typo in default of options.base by @osher in https://github.com/pinojs/pino/pull/2113 * build(deps-dev): bump @yao-pkg/pkg from 6.1.1 to 6.2.0 by @dependabot in https://github.com/pinojs/pino/pull/2115 * Document that the error event on the thread stream is fatal by @mcollina in https://github.com/pinojs/pino/pull/2116 * build(deps-dev): bump @yao-pkg/pkg from 6.2.0 to 6.3.0 by @dependabot in https://github.com/pinojs/pino/pull/2124 * docs: add hono example by @jansepke in https://github.com/pinojs/pino/pull/2136 * build(deps-dev): bump typescript from 5.7.3 to 5.8.2 by @dependabot in https://github.com/pinojs/pino/pull/2140 * build(deps): bump process-warning from 4.0.1 to 5.0.0 by @dependabot in https://github.com/pinojs/pino/pull/2142 * build(dependabot): reduce npm updates to monthly by @Fdawgs in https://github.com/pinojs/pino/pull/2146 * Skipping test in packaging into executable on ppc64 arch by @pacostas in https://github.com/pinojs/pino/pull/2122 * fix: #2053 - re-added is level enabled to browser by @SamSalvatico in https://github.com/pinojs/pino/pull/2125 * Add asObjectBindingsOnly, allowing write to receive only the bindings as object by @segevfiner in https://github.com/pinojs/pino/pull/2051 * docs: hono js docs by @Puppo in https://github.com/pinojs/pino/pull/2166 * Include pino-roll in Pino transports list by @mustakimkr in https://github.com/pinojs/pino/pull/2159 * Fix order of pino-roll by @jsumners in https://github.com/pinojs/pino/pull/2167 * build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot in https://github.com/pinojs/pino/pull/2170 * The finalization registry bug has been fixed everywhere by @mcollina in https://github.com/pinojs/pino/pull/2220 ## New Contributors * @jansepke made their first contribution in https://github.com/pinojs/pino/pull/2136 * @pacostas made their first contribution in https://github.com/pinojs/pino/pull/2122 * @SamSalvatico made their first contribution in https://github.com/pinojs/pino/pull/2125 * @mustakimkr made their first contribution in https://github.com/pinojs/pino/pull/2159 **Full Changelog**: https://github.com/pinojs/pino/compare/v9.6.0...v9.7.0